FIX: Translation improvements for unused tags (d89ffbe)

This commit is contained in:
David Taylor
2018-11-12 16:36:56 +00:00
parent d89ffbeffd
commit ba00fcc371
2 changed files with 17 additions and 15 deletions

View File

@@ -2711,11 +2711,11 @@ en:
upload_instructions: "One per line, optionally with a tag group in the format 'tag_name,tag_group'."
upload_successful: "Tags uploaded successfully"
delete_unused_confirmation:
one: "1 tag will be deleted: %{tags}"
other: "{{count}} tags will be deleted: %{tags}"
delete_unused_confirmation_more:
one: "{{total}} tags will be deleted: %{tags} and one more"
other: "{{total}} tags will be deleted: %{tags} and %{count} more"
one: "%{count} tag will be deleted: %{tags}"
other: "%{count} tags will be deleted: %{tags}"
delete_unused_confirmation_more_tags:
one: "%{tags} and %{count} more"
other: "%{tags} and %{count} more"
delete_unused: "Delete Unused Tags"
delete_unused_description: "Delete all tags which are not attached to any topics or personal messages"
cancel_delete_unused: "Cancel"