Adds strings to locales (#3177).
git-svn-id: http://svn.redmine.org/redmine/trunk@13043 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
43d7036051
commit
64c65463a4
|
@ -14,7 +14,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<% end %>
|
<% end %>
|
||||||
</table>
|
</table>
|
||||||
<p><a href="#" id="check-for-updates">Check for updates</a>
|
<p><a href="#" id="check-for-updates"><%= l(:label_check_for_updates) %></a>
|
||||||
<% else %>
|
<% else %>
|
||||||
<p class="nodata"><%= l(:label_no_data) %></p>
|
<p class="nodata"><%= l(:label_no_data) %></p>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
@ -48,7 +48,7 @@ $(document).ready(function(){
|
||||||
s.addClass("icon-checked");
|
s.addClass("icon-checked");
|
||||||
} else if (plugin_data.c) {
|
} else if (plugin_data.c) {
|
||||||
s.addClass("icon-warning");
|
s.addClass("icon-warning");
|
||||||
s.attr("title", "Latest compatible version: "+plugin_data.c);
|
s.attr("title", "<%= escape_javascript l(:label_latest_compatible_version) %>: "+plugin_data.c);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
$("table.plugins td.version span.unknown").addClass("icon-help").attr("title", "Unknown plugin");
|
$("table.plugins td.version span.unknown").addClass("icon-help").attr("title", "Unknown plugin");
|
||||||
|
|
|
@ -1113,3 +1113,5 @@ ar:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1210,3 +1210,5 @@ az:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1107,3 +1107,5 @@ bg:
|
||||||
description_date_from: Въведете начална дата
|
description_date_from: Въведете начална дата
|
||||||
description_date_to: Въведете крайна дата
|
description_date_to: Въведете крайна дата
|
||||||
text_repository_identifier_info: 'Позволени са малки букви (a-z), цифри, тирета и _.<br />Промяна след създаването му не е възможна.'
|
text_repository_identifier_info: 'Позволени са малки букви (a-z), цифри, тирета и _.<br />Промяна след създаването му не е възможна.'
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1126,3 +1126,5 @@ bs:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1115,3 +1115,5 @@ ca:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1115,3 +1115,5 @@ cs:
|
||||||
users
|
users
|
||||||
label_custom_field_select_type: Vybrat typ objektu, ke kterému bude přiřazeno uživatelské pole
|
label_custom_field_select_type: Vybrat typ objektu, ke kterému bude přiřazeno uživatelské pole
|
||||||
label_issue_assigned_to_updated: Přiřazený uživatel aktualizován
|
label_issue_assigned_to_updated: Přiřazený uživatel aktualizován
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1130,3 +1130,5 @@ da:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1122,3 +1122,5 @@ de:
|
||||||
version_status_open: offen
|
version_status_open: offen
|
||||||
|
|
||||||
warning_attachments_not_saved: "%{count} Datei(en) konnten nicht gespeichert werden."
|
warning_attachments_not_saved: "%{count} Datei(en) konnten nicht gespeichert werden."
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1113,3 +1113,5 @@ el:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1115,3 +1115,5 @@ en-GB:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -912,6 +912,8 @@ en:
|
||||||
label_checkboxes: checkboxes
|
label_checkboxes: checkboxes
|
||||||
label_link_values_to: Link values to URL
|
label_link_values_to: Link values to URL
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field is to be attached
|
label_custom_field_select_type: Select the type of object to which the custom field is to be attached
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
||||||
button_login: Login
|
button_login: Login
|
||||||
button_submit: Submit
|
button_submit: Submit
|
||||||
|
|
|
@ -1146,3 +1146,5 @@ es:
|
||||||
setting_force_default_language_for_loggedin: Forzar lenguaje por defecto para usuarios identificados
|
setting_force_default_language_for_loggedin: Forzar lenguaje por defecto para usuarios identificados
|
||||||
label_custom_field_select_type: Seleccione el tipo de objeto al que unir el campo personalizado
|
label_custom_field_select_type: Seleccione el tipo de objeto al que unir el campo personalizado
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1126,3 +1126,5 @@ et:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1114,3 +1114,5 @@ eu:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1115,3 +1115,5 @@ fa:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1134,3 +1134,5 @@ fi:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -888,6 +888,8 @@ fr:
|
||||||
label_checkboxes: cases à cocher
|
label_checkboxes: cases à cocher
|
||||||
label_link_values_to: Lier les valeurs vers l'URL
|
label_link_values_to: Lier les valeurs vers l'URL
|
||||||
label_custom_field_select_type: Selectionner le type d'objet auquel attacher le champ personnalisé
|
label_custom_field_select_type: Selectionner le type d'objet auquel attacher le champ personnalisé
|
||||||
|
label_check_for_updates: Vérifier les mises à jour
|
||||||
|
label_latest_compatible_version: Dernière version compatible
|
||||||
|
|
||||||
button_login: Connexion
|
button_login: Connexion
|
||||||
button_submit: Soumettre
|
button_submit: Soumettre
|
||||||
|
|
|
@ -1124,3 +1124,5 @@ gl:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1118,3 +1118,5 @@ he:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1114,3 +1114,5 @@ hr:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1132,3 +1132,5 @@
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1117,3 +1117,5 @@ id:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1112,3 +1112,5 @@ it:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1137,3 +1137,5 @@ ja:
|
||||||
setting_force_default_language_for_loggedin: ログインユーザーに既定の言語を強制
|
setting_force_default_language_for_loggedin: ログインユーザーに既定の言語を強制
|
||||||
label_custom_field_select_type: カスタムフィールドを追加するオブジェクトを選択してください
|
label_custom_field_select_type: カスタムフィールドを追加するオブジェクトを選択してください
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1157,3 +1157,5 @@ ko:
|
||||||
setting_force_default_language_for_loggedin: 로그인 사용자의 기본 언어 강제
|
setting_force_default_language_for_loggedin: 로그인 사용자의 기본 언어 강제
|
||||||
label_custom_field_select_type: 사용자 정의 필드에 추가할 대상을 선택해주세요.
|
label_custom_field_select_type: 사용자 정의 필드에 추가할 대상을 선택해주세요.
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1172,3 +1172,5 @@ lt:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1107,3 +1107,5 @@ lv:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1113,3 +1113,5 @@ mk:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1114,3 +1114,5 @@ mn:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1092,3 +1092,5 @@ nl:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1103,3 +1103,5 @@
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1133,3 +1133,5 @@ pl:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Uaktualniono osobę przypisaną
|
label_issue_assigned_to_updated: Uaktualniono osobę przypisaną
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1132,3 +1132,5 @@ pt-BR:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1119,3 +1119,5 @@ pt:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1108,3 +1108,5 @@ ro:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1219,3 +1219,5 @@ ru:
|
||||||
setting_force_default_language_for_loggedin: Не определять язык для зарегистрированных пользователей
|
setting_force_default_language_for_loggedin: Не определять язык для зарегистрированных пользователей
|
||||||
label_custom_field_select_type: Выберите тип объекта для которого будет создано настраиваемое поле
|
label_custom_field_select_type: Выберите тип объекта для которого будет создано настраиваемое поле
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1103,3 +1103,5 @@ sk:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1113,3 +1113,5 @@ sl:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1109,3 +1109,5 @@ sq:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1115,3 +1115,5 @@ sr-YU:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1114,3 +1114,5 @@ sr:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1151,3 +1151,5 @@ sv:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1110,3 +1110,5 @@ th:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1122,3 +1122,5 @@ tr:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1108,3 +1108,5 @@ uk:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1166,3 +1166,5 @@ vi:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1190,3 +1190,5 @@
|
||||||
description_date_from: 輸入起始日期
|
description_date_from: 輸入起始日期
|
||||||
description_date_to: 輸入結束日期
|
description_date_to: 輸入結束日期
|
||||||
text_repository_identifier_info: '僅允許使用小寫英文字母 (a-z), 阿拉伯數字, 虛線與底線。<br />一旦儲存之後, 代碼便無法再次被更改。'
|
text_repository_identifier_info: '僅允許使用小寫英文字母 (a-z), 阿拉伯數字, 虛線與底線。<br />一旦儲存之後, 代碼便無法再次被更改。'
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
|
@ -1114,3 +1114,5 @@ zh:
|
||||||
label_custom_field_select_type: Select the type of object to which the custom field
|
label_custom_field_select_type: Select the type of object to which the custom field
|
||||||
is to be attached
|
is to be attached
|
||||||
label_issue_assigned_to_updated: Assignee updated
|
label_issue_assigned_to_updated: Assignee updated
|
||||||
|
label_check_for_updates: Check for updates
|
||||||
|
label_latest_compatible_version: Latest compatible version
|
||||||
|
|
Loading…
Reference in New Issue