@@ -31,14 +31,6 class AuthSourceLdap < AuthSource | |||||
31 |
|
31 | |||
32 | before_validation :strip_ldap_attributes |
|
32 | before_validation :strip_ldap_attributes | |
33 |
|
33 | |||
34 | def self.human_attribute_name(attribute_key_name, *args) |
|
|||
35 | attr_name = attribute_key_name.to_s |
|
|||
36 | if attr_name == "filter" |
|
|||
37 | attr_name = "ldap_filter" |
|
|||
38 | end |
|
|||
39 | super(attr_name, *args) |
|
|||
40 | end |
|
|||
41 |
|
||||
42 | def initialize(attributes=nil, *args) |
|
34 | def initialize(attributes=nil, *args) | |
43 | super |
|
35 | super | |
44 | self.port = 389 if self.port == 0 |
|
36 | self.port = 389 if self.port == 0 |
@@ -23,7 +23,7 | |||||
23 | <p><label for="auth_source_base_dn"><%=l(:field_base_dn)%> <span class="required">*</span></label> |
|
23 | <p><label for="auth_source_base_dn"><%=l(:field_base_dn)%> <span class="required">*</span></label> | |
24 | <%= text_field 'auth_source', 'base_dn', :size => 60 %></p> |
|
24 | <%= text_field 'auth_source', 'base_dn', :size => 60 %></p> | |
25 |
|
25 | |||
26 | <p><label for="auth_source_custom_filter"><%=l(:field_ldap_filter)%></label> |
|
26 | <p><label for="auth_source_custom_filter"><%=l(:field_auth_source_ldap_filter)%></label> | |
27 | <%= text_field 'auth_source', 'filter', :size => 60 %></p> |
|
27 | <%= text_field 'auth_source', 'filter', :size => 60 %></p> | |
28 |
|
28 | |||
29 | <p><label for="auth_source_timeout"><%=l(:field_timeout)%></label> |
|
29 | <p><label for="auth_source_timeout"><%=l(:field_timeout)%></label> |
@@ -1026,7 +1026,7 ar: | |||||
1026 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1026 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1027 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1027 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1028 | permission_manage_related_issues: Manage related issues |
|
1028 | permission_manage_related_issues: Manage related issues | |
1029 | field_ldap_filter: LDAP filter |
|
1029 | field_auth_source_ldap_filter: LDAP filter | |
1030 | label_search_for_watchers: Search for watchers to add |
|
1030 | label_search_for_watchers: Search for watchers to add | |
1031 | notice_account_deleted: Your account has been permanently deleted. |
|
1031 | notice_account_deleted: Your account has been permanently deleted. | |
1032 | setting_unsubscribe: Allow users to delete their own account |
|
1032 | setting_unsubscribe: Allow users to delete their own account |
@@ -328,7 +328,7 bg: | |||||
328 | field_cvs_module: Модул |
|
328 | field_cvs_module: Модул | |
329 | field_repository_is_default: Главно хранилище |
|
329 | field_repository_is_default: Главно хранилище | |
330 | field_multiple: Избор на повече от една стойност |
|
330 | field_multiple: Избор на повече от една стойност | |
331 | field_ldap_filter: LDAP филтър |
|
331 | field_auth_source_ldap_filter: LDAP филтър | |
332 | field_core_fields: Стандартни полета |
|
332 | field_core_fields: Стандартни полета | |
333 | field_timeout: Таймаут (в секунди) |
|
333 | field_timeout: Таймаут (в секунди) | |
334 |
|
334 |
@@ -1040,7 +1040,7 bs: | |||||
1040 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1040 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1041 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1041 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1042 | permission_manage_related_issues: Manage related issues |
|
1042 | permission_manage_related_issues: Manage related issues | |
1043 | field_ldap_filter: LDAP filter |
|
1043 | field_auth_source_ldap_filter: LDAP filter | |
1044 | label_search_for_watchers: Search for watchers to add |
|
1044 | label_search_for_watchers: Search for watchers to add | |
1045 | notice_account_deleted: Your account has been permanently deleted. |
|
1045 | notice_account_deleted: Your account has been permanently deleted. | |
1046 | setting_unsubscribe: Allow users to delete their own account |
|
1046 | setting_unsubscribe: Allow users to delete their own account |
@@ -1028,7 +1028,7 ca: | |||||
1028 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1028 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1029 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1029 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1030 | permission_manage_related_issues: Manage related issues |
|
1030 | permission_manage_related_issues: Manage related issues | |
1031 | field_ldap_filter: LDAP filter |
|
1031 | field_auth_source_ldap_filter: LDAP filter | |
1032 | label_search_for_watchers: Search for watchers to add |
|
1032 | label_search_for_watchers: Search for watchers to add | |
1033 | notice_account_deleted: Your account has been permanently deleted. |
|
1033 | notice_account_deleted: Your account has been permanently deleted. | |
1034 | setting_unsubscribe: Allow users to delete their own account |
|
1034 | setting_unsubscribe: Allow users to delete their own account |
@@ -1029,7 +1029,7 cs: | |||||
1029 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1029 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1030 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1030 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1031 | permission_manage_related_issues: Manage related issues |
|
1031 | permission_manage_related_issues: Manage related issues | |
1032 | field_ldap_filter: LDAP filter |
|
1032 | field_auth_source_ldap_filter: LDAP filter | |
1033 | label_search_for_watchers: Search for watchers to add |
|
1033 | label_search_for_watchers: Search for watchers to add | |
1034 | notice_account_deleted: Your account has been permanently deleted. |
|
1034 | notice_account_deleted: Your account has been permanently deleted. | |
1035 | setting_unsubscribe: Allow users to delete their own account |
|
1035 | setting_unsubscribe: Allow users to delete their own account |
@@ -1043,7 +1043,7 da: | |||||
1043 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1043 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1044 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1044 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1045 | permission_manage_related_issues: Manage related issues |
|
1045 | permission_manage_related_issues: Manage related issues | |
1046 | field_ldap_filter: LDAP filter |
|
1046 | field_auth_source_ldap_filter: LDAP filter | |
1047 | label_search_for_watchers: Search for watchers to add |
|
1047 | label_search_for_watchers: Search for watchers to add | |
1048 | notice_account_deleted: Your account has been permanently deleted. |
|
1048 | notice_account_deleted: Your account has been permanently deleted. | |
1049 | setting_unsubscribe: Allow users to delete their own account |
|
1049 | setting_unsubscribe: Allow users to delete their own account |
@@ -1046,7 +1046,7 de: | |||||
1046 | notice_issue_update_conflict: Das Ticket wurde von einem anderen Nutzer überarbeitet während Ihrer Bearbeitung. |
|
1046 | notice_issue_update_conflict: Das Ticket wurde von einem anderen Nutzer überarbeitet während Ihrer Bearbeitung. | |
1047 | text_issue_conflict_resolution_cancel: Meine Änderungen verwerfen und %{link} neu anzeigen |
|
1047 | text_issue_conflict_resolution_cancel: Meine Änderungen verwerfen und %{link} neu anzeigen | |
1048 | permission_manage_related_issues: Zugehörige Tickets verwalten |
|
1048 | permission_manage_related_issues: Zugehörige Tickets verwalten | |
1049 | field_ldap_filter: LDAP Filter |
|
1049 | field_auth_source_ldap_filter: LDAP Filter | |
1050 | label_search_for_watchers: Nach hinzufügbaren Beobachtern suchen |
|
1050 | label_search_for_watchers: Nach hinzufügbaren Beobachtern suchen | |
1051 | notice_account_deleted: Ihr Benutzerkonto wurde unwiderruflich gelöscht. |
|
1051 | notice_account_deleted: Ihr Benutzerkonto wurde unwiderruflich gelöscht. | |
1052 | setting_unsubscribe: Erlaubt Benutzern das eigene Benutzerkonto zu löschen |
|
1052 | setting_unsubscribe: Erlaubt Benutzern das eigene Benutzerkonto zu löschen |
@@ -1026,7 +1026,7 el: | |||||
1026 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1026 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1027 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1027 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1028 | permission_manage_related_issues: Manage related issues |
|
1028 | permission_manage_related_issues: Manage related issues | |
1029 | field_ldap_filter: LDAP filter |
|
1029 | field_auth_source_ldap_filter: LDAP filter | |
1030 | label_search_for_watchers: Search for watchers to add |
|
1030 | label_search_for_watchers: Search for watchers to add | |
1031 | notice_account_deleted: Your account has been permanently deleted. |
|
1031 | notice_account_deleted: Your account has been permanently deleted. | |
1032 | setting_unsubscribe: Allow users to delete their own account |
|
1032 | setting_unsubscribe: Allow users to delete their own account |
@@ -1028,7 +1028,7 en-GB: | |||||
1028 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1028 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1029 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1029 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1030 | permission_manage_related_issues: Manage related issues |
|
1030 | permission_manage_related_issues: Manage related issues | |
1031 | field_ldap_filter: LDAP filter |
|
1031 | field_auth_source_ldap_filter: LDAP filter | |
1032 | label_search_for_watchers: Search for watchers to add |
|
1032 | label_search_for_watchers: Search for watchers to add | |
1033 | notice_account_deleted: Your account has been permanently deleted. |
|
1033 | notice_account_deleted: Your account has been permanently deleted. | |
1034 | setting_unsubscribe: Allow users to delete their own account |
|
1034 | setting_unsubscribe: Allow users to delete their own account |
@@ -327,7 +327,7 en: | |||||
327 | field_cvs_module: Module |
|
327 | field_cvs_module: Module | |
328 | field_repository_is_default: Main repository |
|
328 | field_repository_is_default: Main repository | |
329 | field_multiple: Multiple values |
|
329 | field_multiple: Multiple values | |
330 | field_ldap_filter: LDAP filter |
|
330 | field_auth_source_ldap_filter: LDAP filter | |
331 | field_core_fields: Standard fields |
|
331 | field_core_fields: Standard fields | |
332 | field_timeout: "Timeout (in seconds)" |
|
332 | field_timeout: "Timeout (in seconds)" | |
333 | field_board_parent: Parent forum |
|
333 | field_board_parent: Parent forum |
@@ -1063,7 +1063,7 es: | |||||
1063 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1063 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1064 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1064 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1065 | permission_manage_related_issues: Manage related issues |
|
1065 | permission_manage_related_issues: Manage related issues | |
1066 | field_ldap_filter: LDAP filter |
|
1066 | field_auth_source_ldap_filter: LDAP filter | |
1067 | label_search_for_watchers: Search for watchers to add |
|
1067 | label_search_for_watchers: Search for watchers to add | |
1068 | notice_account_deleted: Your account has been permanently deleted. |
|
1068 | notice_account_deleted: Your account has been permanently deleted. | |
1069 | setting_unsubscribe: Allow users to delete their own account |
|
1069 | setting_unsubscribe: Allow users to delete their own account |
@@ -342,7 +342,7 et: | |||||
342 | field_cvs_module: "Moodul" |
|
342 | field_cvs_module: "Moodul" | |
343 | field_repository_is_default: "Peamine hoidla" |
|
343 | field_repository_is_default: "Peamine hoidla" | |
344 | field_multiple: "Korraga mitu väärtust" |
|
344 | field_multiple: "Korraga mitu väärtust" | |
345 | field_ldap_filter: "LDAP filter" |
|
345 | field_auth_source_ldap_filter: "LDAP filter" | |
346 |
|
346 | |||
347 | setting_app_title: "Veebilehe pealkiri" |
|
347 | setting_app_title: "Veebilehe pealkiri" | |
348 | setting_app_subtitle: "Veebilehe alampealkiri" |
|
348 | setting_app_subtitle: "Veebilehe alampealkiri" |
@@ -1029,7 +1029,7 eu: | |||||
1029 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1029 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1030 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1030 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1031 | permission_manage_related_issues: Manage related issues |
|
1031 | permission_manage_related_issues: Manage related issues | |
1032 | field_ldap_filter: LDAP filter |
|
1032 | field_auth_source_ldap_filter: LDAP filter | |
1033 | label_search_for_watchers: Search for watchers to add |
|
1033 | label_search_for_watchers: Search for watchers to add | |
1034 | notice_account_deleted: Your account has been permanently deleted. |
|
1034 | notice_account_deleted: Your account has been permanently deleted. | |
1035 | setting_unsubscribe: Allow users to delete their own account |
|
1035 | setting_unsubscribe: Allow users to delete their own account |
@@ -1028,7 +1028,7 fa: | |||||
1028 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1028 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1029 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1029 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1030 | permission_manage_related_issues: Manage related issues |
|
1030 | permission_manage_related_issues: Manage related issues | |
1031 | field_ldap_filter: LDAP filter |
|
1031 | field_auth_source_ldap_filter: LDAP filter | |
1032 | label_search_for_watchers: Search for watchers to add |
|
1032 | label_search_for_watchers: Search for watchers to add | |
1033 | notice_account_deleted: Your account has been permanently deleted. |
|
1033 | notice_account_deleted: Your account has been permanently deleted. | |
1034 | setting_unsubscribe: Allow users to delete their own account |
|
1034 | setting_unsubscribe: Allow users to delete their own account |
@@ -1047,7 +1047,7 fi: | |||||
1047 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1047 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1048 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1048 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1049 | permission_manage_related_issues: Manage related issues |
|
1049 | permission_manage_related_issues: Manage related issues | |
1050 | field_ldap_filter: LDAP filter |
|
1050 | field_auth_source_ldap_filter: LDAP filter | |
1051 | label_search_for_watchers: Search for watchers to add |
|
1051 | label_search_for_watchers: Search for watchers to add | |
1052 | notice_account_deleted: Your account has been permanently deleted. |
|
1052 | notice_account_deleted: Your account has been permanently deleted. | |
1053 | setting_unsubscribe: Allow users to delete their own account |
|
1053 | setting_unsubscribe: Allow users to delete their own account |
@@ -326,7 +326,7 fr: | |||||
326 | field_commit_logs_encoding: Encodage des messages de commit |
|
326 | field_commit_logs_encoding: Encodage des messages de commit | |
327 | field_repository_is_default: Dépôt principal |
|
327 | field_repository_is_default: Dépôt principal | |
328 | field_multiple: Valeurs multiples |
|
328 | field_multiple: Valeurs multiples | |
329 | field_ldap_filter: Filtre LDAP |
|
329 | field_auth_source_ldap_filter: Filtre LDAP | |
330 | field_core_fields: Champs standards |
|
330 | field_core_fields: Champs standards | |
331 | field_timeout: "Timeout (en secondes)" |
|
331 | field_timeout: "Timeout (en secondes)" | |
332 | field_board_parent: Forum parent |
|
332 | field_board_parent: Forum parent |
@@ -1037,7 +1037,7 gl: | |||||
1037 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1037 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1038 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1038 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1039 | permission_manage_related_issues: Manage related issues |
|
1039 | permission_manage_related_issues: Manage related issues | |
1040 | field_ldap_filter: LDAP filter |
|
1040 | field_auth_source_ldap_filter: LDAP filter | |
1041 | label_search_for_watchers: Search for watchers to add |
|
1041 | label_search_for_watchers: Search for watchers to add | |
1042 | notice_account_deleted: Your account has been permanently deleted. |
|
1042 | notice_account_deleted: Your account has been permanently deleted. | |
1043 | setting_unsubscribe: Allow users to delete their own account |
|
1043 | setting_unsubscribe: Allow users to delete their own account |
@@ -1031,7 +1031,7 he: | |||||
1031 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1031 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1032 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1032 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1033 | permission_manage_related_issues: Manage related issues |
|
1033 | permission_manage_related_issues: Manage related issues | |
1034 | field_ldap_filter: LDAP filter |
|
1034 | field_auth_source_ldap_filter: LDAP filter | |
1035 | label_search_for_watchers: Search for watchers to add |
|
1035 | label_search_for_watchers: Search for watchers to add | |
1036 | notice_account_deleted: Your account has been permanently deleted. |
|
1036 | notice_account_deleted: Your account has been permanently deleted. | |
1037 | setting_unsubscribe: Allow users to delete their own account |
|
1037 | setting_unsubscribe: Allow users to delete their own account |
@@ -1029,7 +1029,7 hr: | |||||
1029 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1029 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1030 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1030 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1031 | permission_manage_related_issues: Manage related issues |
|
1031 | permission_manage_related_issues: Manage related issues | |
1032 | field_ldap_filter: LDAP filter |
|
1032 | field_auth_source_ldap_filter: LDAP filter | |
1033 | label_search_for_watchers: Search for watchers to add |
|
1033 | label_search_for_watchers: Search for watchers to add | |
1034 | notice_account_deleted: Your account has been permanently deleted. |
|
1034 | notice_account_deleted: Your account has been permanently deleted. | |
1035 | setting_unsubscribe: Allow users to delete their own account |
|
1035 | setting_unsubscribe: Allow users to delete their own account |
@@ -1045,7 +1045,7 | |||||
1045 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1045 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1046 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1046 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1047 | permission_manage_related_issues: Manage related issues |
|
1047 | permission_manage_related_issues: Manage related issues | |
1048 | field_ldap_filter: LDAP filter |
|
1048 | field_auth_source_ldap_filter: LDAP filter | |
1049 | label_search_for_watchers: Search for watchers to add |
|
1049 | label_search_for_watchers: Search for watchers to add | |
1050 | notice_account_deleted: Your account has been permanently deleted. |
|
1050 | notice_account_deleted: Your account has been permanently deleted. | |
1051 | setting_unsubscribe: Allow users to delete their own account |
|
1051 | setting_unsubscribe: Allow users to delete their own account |
@@ -1032,7 +1032,7 id: | |||||
1032 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1032 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1033 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1033 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1034 | permission_manage_related_issues: Manage related issues |
|
1034 | permission_manage_related_issues: Manage related issues | |
1035 | field_ldap_filter: LDAP filter |
|
1035 | field_auth_source_ldap_filter: LDAP filter | |
1036 | label_search_for_watchers: Search for watchers to add |
|
1036 | label_search_for_watchers: Search for watchers to add | |
1037 | notice_account_deleted: Your account has been permanently deleted. |
|
1037 | notice_account_deleted: Your account has been permanently deleted. | |
1038 | setting_unsubscribe: Allow users to delete their own account |
|
1038 | setting_unsubscribe: Allow users to delete their own account |
@@ -1027,7 +1027,7 it: | |||||
1027 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1027 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1028 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1028 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1029 | permission_manage_related_issues: Manage related issues |
|
1029 | permission_manage_related_issues: Manage related issues | |
1030 | field_ldap_filter: LDAP filter |
|
1030 | field_auth_source_ldap_filter: LDAP filter | |
1031 | label_search_for_watchers: Search for watchers to add |
|
1031 | label_search_for_watchers: Search for watchers to add | |
1032 | notice_account_deleted: Your account has been permanently deleted. |
|
1032 | notice_account_deleted: Your account has been permanently deleted. | |
1033 | setting_unsubscribe: Allow users to delete their own account |
|
1033 | setting_unsubscribe: Allow users to delete their own account |
@@ -1056,7 +1056,7 ja: | |||||
1056 | notice_issue_update_conflict: このチケットを編集中に他のユーザーが更新しました。 |
|
1056 | notice_issue_update_conflict: このチケットを編集中に他のユーザーが更新しました。 | |
1057 | text_issue_conflict_resolution_cancel: 自分の編集内容を破棄し %{link} を再表示 |
|
1057 | text_issue_conflict_resolution_cancel: 自分の編集内容を破棄し %{link} を再表示 | |
1058 | permission_manage_related_issues: 関連するチケットの管理 |
|
1058 | permission_manage_related_issues: 関連するチケットの管理 | |
1059 | field_ldap_filter: LDAPフィルタ |
|
1059 | field_auth_source_ldap_filter: LDAPフィルタ | |
1060 | label_search_for_watchers: ウォッチャーを検索して追加 |
|
1060 | label_search_for_watchers: ウォッチャーを検索して追加 | |
1061 | notice_account_deleted: アカウントが削除されました。 |
|
1061 | notice_account_deleted: アカウントが削除されました。 | |
1062 | setting_unsubscribe: ユーザーによるアカウント削除を許可 |
|
1062 | setting_unsubscribe: ユーザーによるアカウント削除を許可 |
@@ -1076,7 +1076,7 ko: | |||||
1076 | notice_issue_update_conflict: 일감이 수정되는 동안 다른 사용자에 의해서 변경되었습니다. |
|
1076 | notice_issue_update_conflict: 일감이 수정되는 동안 다른 사용자에 의해서 변경되었습니다. | |
1077 | text_issue_conflict_resolution_cancel: "변경내용을 되돌리고 다시 표시 %{link}" |
|
1077 | text_issue_conflict_resolution_cancel: "변경내용을 되돌리고 다시 표시 %{link}" | |
1078 | permission_manage_related_issues: 연계된 일감 관리 |
|
1078 | permission_manage_related_issues: 연계된 일감 관리 | |
1079 | field_ldap_filter: LDAP filter |
|
1079 | field_auth_source_ldap_filter: LDAP filter | |
1080 | label_search_for_watchers: 추가할 일감관계자 검색 |
|
1080 | label_search_for_watchers: 추가할 일감관계자 검색 | |
1081 | notice_account_deleted: 당신의 계정이 완전히 삭제되었습니다. |
|
1081 | notice_account_deleted: 당신의 계정이 완전히 삭제되었습니다. | |
1082 | setting_unsubscribe: 사용자들이 자신의 계정을 삭제토록 허용 |
|
1082 | setting_unsubscribe: 사용자들이 자신의 계정을 삭제토록 허용 |
@@ -1086,7 +1086,7 lt: | |||||
1086 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1086 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1087 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1087 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1088 | permission_manage_related_issues: Manage related issues |
|
1088 | permission_manage_related_issues: Manage related issues | |
1089 | field_ldap_filter: LDAP filter |
|
1089 | field_auth_source_ldap_filter: LDAP filter | |
1090 | label_search_for_watchers: Search for watchers to add |
|
1090 | label_search_for_watchers: Search for watchers to add | |
1091 | notice_account_deleted: Your account has been permanently deleted. |
|
1091 | notice_account_deleted: Your account has been permanently deleted. | |
1092 | setting_unsubscribe: Allow users to delete their own account |
|
1092 | setting_unsubscribe: Allow users to delete their own account |
@@ -1020,7 +1020,7 lv: | |||||
1020 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1020 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1021 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1021 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1022 | permission_manage_related_issues: Manage related issues |
|
1022 | permission_manage_related_issues: Manage related issues | |
1023 | field_ldap_filter: LDAP filter |
|
1023 | field_auth_source_ldap_filter: LDAP filter | |
1024 | label_search_for_watchers: Search for watchers to add |
|
1024 | label_search_for_watchers: Search for watchers to add | |
1025 | notice_account_deleted: Your account has been permanently deleted. |
|
1025 | notice_account_deleted: Your account has been permanently deleted. | |
1026 | setting_unsubscribe: Allow users to delete their own account |
|
1026 | setting_unsubscribe: Allow users to delete their own account |
@@ -1026,7 +1026,7 mk: | |||||
1026 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1026 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1027 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1027 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1028 | permission_manage_related_issues: Manage related issues |
|
1028 | permission_manage_related_issues: Manage related issues | |
1029 | field_ldap_filter: LDAP filter |
|
1029 | field_auth_source_ldap_filter: LDAP filter | |
1030 | label_search_for_watchers: Search for watchers to add |
|
1030 | label_search_for_watchers: Search for watchers to add | |
1031 | notice_account_deleted: Your account has been permanently deleted. |
|
1031 | notice_account_deleted: Your account has been permanently deleted. | |
1032 | setting_unsubscribe: Allow users to delete their own account |
|
1032 | setting_unsubscribe: Allow users to delete their own account |
@@ -1028,7 +1028,7 mn: | |||||
1028 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1028 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1029 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1029 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1030 | permission_manage_related_issues: Manage related issues |
|
1030 | permission_manage_related_issues: Manage related issues | |
1031 | field_ldap_filter: LDAP filter |
|
1031 | field_auth_source_ldap_filter: LDAP filter | |
1032 | label_search_for_watchers: Search for watchers to add |
|
1032 | label_search_for_watchers: Search for watchers to add | |
1033 | notice_account_deleted: Your account has been permanently deleted. |
|
1033 | notice_account_deleted: Your account has been permanently deleted. | |
1034 | setting_unsubscribe: Allow users to delete their own account |
|
1034 | setting_unsubscribe: Allow users to delete their own account |
@@ -1008,7 +1008,7 nl: | |||||
1008 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1008 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1009 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1009 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1010 | permission_manage_related_issues: Manage related issues |
|
1010 | permission_manage_related_issues: Manage related issues | |
1011 | field_ldap_filter: LDAP filter |
|
1011 | field_auth_source_ldap_filter: LDAP filter | |
1012 | label_search_for_watchers: Search for watchers to add |
|
1012 | label_search_for_watchers: Search for watchers to add | |
1013 | notice_account_deleted: Your account has been permanently deleted. |
|
1013 | notice_account_deleted: Your account has been permanently deleted. | |
1014 | setting_unsubscribe: Allow users to delete their own account |
|
1014 | setting_unsubscribe: Allow users to delete their own account |
@@ -1016,7 +1016,7 | |||||
1016 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1016 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1017 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1017 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1018 | permission_manage_related_issues: Manage related issues |
|
1018 | permission_manage_related_issues: Manage related issues | |
1019 | field_ldap_filter: LDAP filter |
|
1019 | field_auth_source_ldap_filter: LDAP filter | |
1020 | label_search_for_watchers: Search for watchers to add |
|
1020 | label_search_for_watchers: Search for watchers to add | |
1021 | notice_account_deleted: Your account has been permanently deleted. |
|
1021 | notice_account_deleted: Your account has been permanently deleted. | |
1022 | setting_unsubscribe: Allow users to delete their own account |
|
1022 | setting_unsubscribe: Allow users to delete their own account |
@@ -1043,7 +1043,7 pl: | |||||
1043 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1043 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1044 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1044 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1045 | permission_manage_related_issues: Manage related issues |
|
1045 | permission_manage_related_issues: Manage related issues | |
1046 | field_ldap_filter: LDAP filter |
|
1046 | field_auth_source_ldap_filter: LDAP filter | |
1047 | label_search_for_watchers: Search for watchers to add |
|
1047 | label_search_for_watchers: Search for watchers to add | |
1048 | notice_account_deleted: Your account has been permanently deleted. |
|
1048 | notice_account_deleted: Your account has been permanently deleted. | |
1049 | setting_unsubscribe: Allow users to delete their own account |
|
1049 | setting_unsubscribe: Allow users to delete their own account |
@@ -1048,7 +1048,7 pt-BR: | |||||
1048 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1048 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1049 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1049 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1050 | permission_manage_related_issues: Manage related issues |
|
1050 | permission_manage_related_issues: Manage related issues | |
1051 | field_ldap_filter: LDAP filter |
|
1051 | field_auth_source_ldap_filter: LDAP filter | |
1052 | label_search_for_watchers: Search for watchers to add |
|
1052 | label_search_for_watchers: Search for watchers to add | |
1053 | notice_account_deleted: Your account has been permanently deleted. |
|
1053 | notice_account_deleted: Your account has been permanently deleted. | |
1054 | setting_unsubscribe: Allow users to delete their own account |
|
1054 | setting_unsubscribe: Allow users to delete their own account |
@@ -1031,7 +1031,7 pt: | |||||
1031 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1031 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1032 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1032 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1033 | permission_manage_related_issues: Manage related issues |
|
1033 | permission_manage_related_issues: Manage related issues | |
1034 | field_ldap_filter: LDAP filter |
|
1034 | field_auth_source_ldap_filter: LDAP filter | |
1035 | label_search_for_watchers: Search for watchers to add |
|
1035 | label_search_for_watchers: Search for watchers to add | |
1036 | notice_account_deleted: Your account has been permanently deleted. |
|
1036 | notice_account_deleted: Your account has been permanently deleted. | |
1037 | setting_unsubscribe: Allow users to delete their own account |
|
1037 | setting_unsubscribe: Allow users to delete their own account |
@@ -1023,7 +1023,7 ro: | |||||
1023 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1023 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1024 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1024 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1025 | permission_manage_related_issues: Manage related issues |
|
1025 | permission_manage_related_issues: Manage related issues | |
1026 | field_ldap_filter: LDAP filter |
|
1026 | field_auth_source_ldap_filter: LDAP filter | |
1027 | label_search_for_watchers: Search for watchers to add |
|
1027 | label_search_for_watchers: Search for watchers to add | |
1028 | notice_account_deleted: Your account has been permanently deleted. |
|
1028 | notice_account_deleted: Your account has been permanently deleted. | |
1029 | setting_unsubscribe: Allow users to delete their own account |
|
1029 | setting_unsubscribe: Allow users to delete their own account |
@@ -1141,7 +1141,7 ru: | |||||
1141 | notice_issue_update_conflict: Кто-то изменил задачу, пока вы ее редактировали. |
|
1141 | notice_issue_update_conflict: Кто-то изменил задачу, пока вы ее редактировали. | |
1142 | text_issue_conflict_resolution_cancel: Отменить мои изменения и показать задачу заново %{link} |
|
1142 | text_issue_conflict_resolution_cancel: Отменить мои изменения и показать задачу заново %{link} | |
1143 | permission_manage_related_issues: Управление связанными задачами |
|
1143 | permission_manage_related_issues: Управление связанными задачами | |
1144 | field_ldap_filter: Фильтр LDAP |
|
1144 | field_auth_source_ldap_filter: Фильтр LDAP | |
1145 | label_search_for_watchers: Найти наблюдателей |
|
1145 | label_search_for_watchers: Найти наблюдателей | |
1146 | notice_account_deleted: "Ваша учетная запись полностью удалена" |
|
1146 | notice_account_deleted: "Ваша учетная запись полностью удалена" | |
1147 | setting_unsubscribe: "Разрешить пользователям удалять свои учетные записи" |
|
1147 | setting_unsubscribe: "Разрешить пользователям удалять свои учетные записи" |
@@ -1026,7 +1026,7 sk: | |||||
1026 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1026 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1027 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1027 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1028 | permission_manage_related_issues: Manage related issues |
|
1028 | permission_manage_related_issues: Manage related issues | |
1029 | field_ldap_filter: LDAP filter |
|
1029 | field_auth_source_ldap_filter: LDAP filter | |
1030 | label_search_for_watchers: Search for watchers to add |
|
1030 | label_search_for_watchers: Search for watchers to add | |
1031 | notice_account_deleted: Your account has been permanently deleted. |
|
1031 | notice_account_deleted: Your account has been permanently deleted. | |
1032 | setting_unsubscribe: Allow users to delete their own account |
|
1032 | setting_unsubscribe: Allow users to delete their own account |
@@ -1026,7 +1026,7 sl: | |||||
1026 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1026 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1027 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1027 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1028 | permission_manage_related_issues: Manage related issues |
|
1028 | permission_manage_related_issues: Manage related issues | |
1029 | field_ldap_filter: LDAP filter |
|
1029 | field_auth_source_ldap_filter: LDAP filter | |
1030 | label_search_for_watchers: Search for watchers to add |
|
1030 | label_search_for_watchers: Search for watchers to add | |
1031 | notice_account_deleted: Your account has been permanently deleted. |
|
1031 | notice_account_deleted: Your account has been permanently deleted. | |
1032 | setting_unsubscribe: Allow users to delete their own account |
|
1032 | setting_unsubscribe: Allow users to delete their own account |
@@ -325,7 +325,7 sq: | |||||
325 | field_cvs_module: Module |
|
325 | field_cvs_module: Module | |
326 | field_repository_is_default: Main repository |
|
326 | field_repository_is_default: Main repository | |
327 | field_multiple: Multiple values |
|
327 | field_multiple: Multiple values | |
328 | field_ldap_filter: LDAP filter |
|
328 | field_auth_source_ldap_filter: LDAP filter | |
329 |
|
329 | |||
330 | setting_app_title: Application title |
|
330 | setting_app_title: Application title | |
331 | setting_app_subtitle: Application subtitle |
|
331 | setting_app_subtitle: Application subtitle |
@@ -1028,7 +1028,7 sr-YU: | |||||
1028 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1028 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1029 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1029 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1030 | permission_manage_related_issues: Manage related issues |
|
1030 | permission_manage_related_issues: Manage related issues | |
1031 | field_ldap_filter: LDAP filter |
|
1031 | field_auth_source_ldap_filter: LDAP filter | |
1032 | label_search_for_watchers: Search for watchers to add |
|
1032 | label_search_for_watchers: Search for watchers to add | |
1033 | notice_account_deleted: Your account has been permanently deleted. |
|
1033 | notice_account_deleted: Your account has been permanently deleted. | |
1034 | setting_unsubscribe: Allow users to delete their own account |
|
1034 | setting_unsubscribe: Allow users to delete their own account |
@@ -1027,7 +1027,7 sr: | |||||
1027 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1027 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1028 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1028 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1029 | permission_manage_related_issues: Manage related issues |
|
1029 | permission_manage_related_issues: Manage related issues | |
1030 | field_ldap_filter: LDAP filter |
|
1030 | field_auth_source_ldap_filter: LDAP filter | |
1031 | label_search_for_watchers: Search for watchers to add |
|
1031 | label_search_for_watchers: Search for watchers to add | |
1032 | notice_account_deleted: Your account has been permanently deleted. |
|
1032 | notice_account_deleted: Your account has been permanently deleted. | |
1033 | setting_unsubscribe: Allow users to delete their own account |
|
1033 | setting_unsubscribe: Allow users to delete their own account |
@@ -367,7 +367,7 sv: | |||||
367 | field_cvs_module: Modul |
|
367 | field_cvs_module: Modul | |
368 | field_repository_is_default: Huvudarkiv |
|
368 | field_repository_is_default: Huvudarkiv | |
369 | field_multiple: Flera värden |
|
369 | field_multiple: Flera värden | |
370 | field_ldap_filter: LDAP-filter |
|
370 | field_auth_source_ldap_filter: LDAP-filter | |
371 |
|
371 | |||
372 | setting_app_title: Applikationsrubrik |
|
372 | setting_app_title: Applikationsrubrik | |
373 | setting_app_subtitle: Applikationsunderrubrik |
|
373 | setting_app_subtitle: Applikationsunderrubrik |
@@ -1023,7 +1023,7 th: | |||||
1023 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1023 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1024 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1024 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1025 | permission_manage_related_issues: Manage related issues |
|
1025 | permission_manage_related_issues: Manage related issues | |
1026 | field_ldap_filter: LDAP filter |
|
1026 | field_auth_source_ldap_filter: LDAP filter | |
1027 | label_search_for_watchers: Search for watchers to add |
|
1027 | label_search_for_watchers: Search for watchers to add | |
1028 | notice_account_deleted: Your account has been permanently deleted. |
|
1028 | notice_account_deleted: Your account has been permanently deleted. | |
1029 | setting_unsubscribe: Allow users to delete their own account |
|
1029 | setting_unsubscribe: Allow users to delete their own account |
@@ -1045,7 +1045,7 tr: | |||||
1045 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1045 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1046 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1046 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1047 | permission_manage_related_issues: Manage related issues |
|
1047 | permission_manage_related_issues: Manage related issues | |
1048 | field_ldap_filter: LDAP filter |
|
1048 | field_auth_source_ldap_filter: LDAP filter | |
1049 | label_search_for_watchers: Search for watchers to add |
|
1049 | label_search_for_watchers: Search for watchers to add | |
1050 | notice_account_deleted: Your account has been permanently deleted. |
|
1050 | notice_account_deleted: Your account has been permanently deleted. | |
1051 | setting_unsubscribe: Allow users to delete their own account |
|
1051 | setting_unsubscribe: Allow users to delete their own account |
@@ -1023,7 +1023,7 uk: | |||||
1023 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1023 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1024 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1024 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1025 | permission_manage_related_issues: Manage related issues |
|
1025 | permission_manage_related_issues: Manage related issues | |
1026 | field_ldap_filter: LDAP filter |
|
1026 | field_auth_source_ldap_filter: LDAP filter | |
1027 | label_search_for_watchers: Search for watchers to add |
|
1027 | label_search_for_watchers: Search for watchers to add | |
1028 | notice_account_deleted: "Ваш обліковій запис повністю видалений" |
|
1028 | notice_account_deleted: "Ваш обліковій запис повністю видалений" | |
1029 | setting_unsubscribe: "Дозволити користувачам видаляти свої облікові записи" |
|
1029 | setting_unsubscribe: "Дозволити користувачам видаляти свої облікові записи" |
@@ -1077,7 +1077,7 vi: | |||||
1077 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1077 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | |
1078 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1078 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | |
1079 | permission_manage_related_issues: Manage related issues |
|
1079 | permission_manage_related_issues: Manage related issues | |
1080 | field_ldap_filter: LDAP filter |
|
1080 | field_auth_source_ldap_filter: LDAP filter | |
1081 | label_search_for_watchers: Search for watchers to add |
|
1081 | label_search_for_watchers: Search for watchers to add | |
1082 | notice_account_deleted: Your account has been permanently deleted. |
|
1082 | notice_account_deleted: Your account has been permanently deleted. | |
1083 | setting_unsubscribe: Allow users to delete their own account |
|
1083 | setting_unsubscribe: Allow users to delete their own account |
@@ -409,7 +409,7 | |||||
409 | field_cvs_module: 模組 |
|
409 | field_cvs_module: 模組 | |
410 | field_repository_is_default: 主要儲存機制 |
|
410 | field_repository_is_default: 主要儲存機制 | |
411 | field_multiple: 多重值 |
|
411 | field_multiple: 多重值 | |
412 | field_ldap_filter: LDAP 篩選器 |
|
412 | field_auth_source_ldap_filter: LDAP 篩選器 | |
413 | field_core_fields: 標準欄位 |
|
413 | field_core_fields: 標準欄位 | |
414 | field_timeout: "逾時 (單位: 秒)" |
|
414 | field_timeout: "逾時 (單位: 秒)" | |
415 |
|
415 |
@@ -1030,7 +1030,7 zh: | |||||
1030 | notice_issue_update_conflict: 当您正在编辑这个问题的时候,它已经被其他人抢先一步更新过了。 |
|
1030 | notice_issue_update_conflict: 当您正在编辑这个问题的时候,它已经被其他人抢先一步更新过了。 | |
1031 | text_issue_conflict_resolution_cancel: 取消我所有的变更并重新刷新显示 %{link} 。 |
|
1031 | text_issue_conflict_resolution_cancel: 取消我所有的变更并重新刷新显示 %{link} 。 | |
1032 | permission_manage_related_issues: 相关问题管理 |
|
1032 | permission_manage_related_issues: 相关问题管理 | |
1033 | field_ldap_filter: LDAP 过滤器 |
|
1033 | field_auth_source_ldap_filter: LDAP 过滤器 | |
1034 | label_search_for_watchers: 通过查找方式添加跟踪者 |
|
1034 | label_search_for_watchers: 通过查找方式添加跟踪者 | |
1035 | notice_account_deleted: 您的账号已被永久删除(账号已无法恢复)。 |
|
1035 | notice_account_deleted: 您的账号已被永久删除(账号已无法恢复)。 | |
1036 | setting_unsubscribe: 允许用户退订 |
|
1036 | setting_unsubscribe: 允许用户退订 |
General Comments 0
You need to be logged in to leave comments.
Login now