Adds a message about disabling multiple values on custom field form (#12251).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11168 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
5c1039a69e
commit
bf2fb5d535
|
@ -5,7 +5,12 @@
|
||||||
<p><%= f.select :field_format, custom_field_formats_for_select(@custom_field), {}, :disabled => !@custom_field.new_record? %></p>
|
<p><%= f.select :field_format, custom_field_formats_for_select(@custom_field), {}, :disabled => !@custom_field.new_record? %></p>
|
||||||
|
|
||||||
<% if @custom_field.format_in? 'list', 'user', 'version' %>
|
<% if @custom_field.format_in? 'list', 'user', 'version' %>
|
||||||
<p><%= f.check_box :multiple %></p>
|
<p>
|
||||||
|
<%= f.check_box :multiple %>
|
||||||
|
<% if !@custom_field.new_record? && @custom_field.multiple %>
|
||||||
|
<em class="info"><%= l(:text_turning_multiple_off) %></em>
|
||||||
|
<% end %>
|
||||||
|
</p>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% unless @custom_field.format_in? 'list', 'bool', 'date', 'user', 'version' %>
|
<% unless @custom_field.format_in? 'list', 'bool', 'date', 'user', 'version' %>
|
||||||
|
|
|
@ -1076,3 +1076,5 @@ ar:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1074,3 +1074,5 @@ bg:
|
||||||
description_date_to: Въведете крайна дата
|
description_date_to: Въведете крайна дата
|
||||||
text_repository_identifier_info: 'Позволени са малки букви (a-z), цифри, тирета и _.<br />Промяна след създаването му не е възможна.'
|
text_repository_identifier_info: 'Позволени са малки букви (a-z), цифри, тирета и _.<br />Промяна след създаването му не е възможна.'
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1089,3 +1089,5 @@ bs:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1078,3 +1078,5 @@ ca:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1079,3 +1079,5 @@ cs:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1093,3 +1093,5 @@ da:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1088,3 +1088,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."
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1076,3 +1076,5 @@ el:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1078,3 +1078,5 @@ en-GB:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1026,6 +1026,7 @@ en:
|
||||||
text_account_destroy_confirmation: "Are you sure you want to proceed?\nYour account will be permanently deleted, with no way to reactivate it."
|
text_account_destroy_confirmation: "Are you sure you want to proceed?\nYour account will be permanently deleted, with no way to reactivate it."
|
||||||
text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
|
text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
|
||||||
text_project_closed: This project is closed and read-only.
|
text_project_closed: This project is closed and read-only.
|
||||||
|
text_turning_multiple_off: "If you disable multiple values, duplicate values will be removed in order to preserve only one value per item."
|
||||||
|
|
||||||
default_role_manager: Manager
|
default_role_manager: Manager
|
||||||
default_role_developer: Developer
|
default_role_developer: Developer
|
||||||
|
|
|
@ -1113,3 +1113,5 @@ es:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1089,3 +1089,5 @@ et:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1077,3 +1077,5 @@ eu:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1078,3 +1078,5 @@ fa:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1097,3 +1097,5 @@ fi:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -984,6 +984,7 @@ fr:
|
||||||
text_account_destroy_confirmation: "Êtes-vous sûr de vouloir continuer ?\nVotre compte sera définitivement supprimé, sans aucune possibilité de le réactiver."
|
text_account_destroy_confirmation: "Êtes-vous sûr de vouloir continuer ?\nVotre compte sera définitivement supprimé, sans aucune possibilité de le réactiver."
|
||||||
text_session_expiration_settings: "Attention : le changement de ces paramètres peut entrainer l'expiration des sessions utilisateurs en cours, y compris la vôtre."
|
text_session_expiration_settings: "Attention : le changement de ces paramètres peut entrainer l'expiration des sessions utilisateurs en cours, y compris la vôtre."
|
||||||
text_project_closed: Ce projet est fermé et accessible en lecture seule.
|
text_project_closed: Ce projet est fermé et accessible en lecture seule.
|
||||||
|
text_turning_multiple_off: "Si vous désactivez les valeurs multiples, les valeurs en double seront supprimées pour n'en conserver qu'une par objet."
|
||||||
|
|
||||||
default_role_manager: "Manager "
|
default_role_manager: "Manager "
|
||||||
default_role_developer: "Développeur "
|
default_role_developer: "Développeur "
|
||||||
|
|
|
@ -1087,3 +1087,5 @@ gl:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1081,3 +1081,5 @@ he:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1077,3 +1077,5 @@ hr:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1095,3 +1095,5 @@
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1080,3 +1080,5 @@ id:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1077,3 +1077,5 @@ it:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1106,3 +1106,5 @@ ja:
|
||||||
label_in_the_next_days: 今後○日
|
label_in_the_next_days: 今後○日
|
||||||
label_in_the_past_days: 過去○日
|
label_in_the_past_days: 過去○日
|
||||||
label_attribute_of_user: ユーザーの %{name}
|
label_attribute_of_user: ユーザーの %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1126,3 +1126,5 @@ ko:
|
||||||
label_in_the_next_days: 다음
|
label_in_the_next_days: 다음
|
||||||
label_in_the_past_days: 지난
|
label_in_the_past_days: 지난
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1135,3 +1135,5 @@ lt:
|
||||||
label_in_the_next_days: per ateinančias
|
label_in_the_next_days: per ateinančias
|
||||||
label_in_the_past_days: per paskutines
|
label_in_the_past_days: per paskutines
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1070,3 +1070,5 @@ lv:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1076,3 +1076,5 @@ mk:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1077,3 +1077,5 @@ mn:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1058,3 +1058,5 @@ nl:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1066,3 +1066,5 @@
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1088,3 +1088,5 @@ pl:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1097,3 +1097,5 @@ pt-BR:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1081,3 +1081,5 @@ pt:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1071,3 +1071,5 @@ ro:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1184,3 +1184,5 @@ ru:
|
||||||
label_in_the_next_days: в средующие дни
|
label_in_the_next_days: в средующие дни
|
||||||
label_in_the_past_days: в прошлые дни
|
label_in_the_past_days: в прошлые дни
|
||||||
label_attribute_of_user: Пользователь %{name}
|
label_attribute_of_user: Пользователь %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1073,3 +1073,5 @@ sk:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1076,3 +1076,5 @@ sl:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1072,3 +1072,5 @@ sq:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1078,3 +1078,5 @@ sr-YU:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1077,3 +1077,5 @@ sr:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1115,3 +1115,5 @@ sv:
|
||||||
description_date_from: Ange startdatum
|
description_date_from: Ange startdatum
|
||||||
description_date_to: Ange slutdatum
|
description_date_to: Ange slutdatum
|
||||||
text_repository_identifier_info: 'Endast gemener (a-z), siffror, streck och understreck är tillåtna.<br />När identifieraren sparats kan den inte ändras.'
|
text_repository_identifier_info: 'Endast gemener (a-z), siffror, streck och understreck är tillåtna.<br />När identifieraren sparats kan den inte ändras.'
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1073,3 +1073,5 @@ th:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1095,3 +1095,5 @@ tr:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1071,3 +1071,5 @@ uk:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1127,3 +1127,5 @@ vi:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1157,3 +1157,5 @@
|
||||||
description_date_to: 輸入結束日期
|
description_date_to: 輸入結束日期
|
||||||
text_repository_identifier_info: '僅允許使用小寫英文字母 (a-z), 阿拉伯數字, 虛線與底線。<br />一旦儲存之後, 代碼便無法再次被更改。'
|
text_repository_identifier_info: '僅允許使用小寫英文字母 (a-z), 阿拉伯數字, 虛線與底線。<br />一旦儲存之後, 代碼便無法再次被更改。'
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
|
@ -1080,3 +1080,5 @@ zh:
|
||||||
label_in_the_next_days: in the next
|
label_in_the_next_days: in the next
|
||||||
label_in_the_past_days: in the past
|
label_in_the_past_days: in the past
|
||||||
label_attribute_of_user: User's %{name}
|
label_attribute_of_user: User's %{name}
|
||||||
|
text_turning_multiple_off: If you disable multiple values, duplicate values will be
|
||||||
|
removed in order to preserve only one value per item.
|
||||||
|
|
Loading…
Reference in New Issue