diff options
author | Go MAEDA <maeda@farend.jp> | 2025-02-09 05:54:31 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2025-02-09 05:54:31 +0000 |
commit | 700183b68b033b47b651260689d63e1afef9efa3 (patch) | |
tree | 2b22d5ccf62b14b82dca7decb4141799eb21f46b | |
parent | c763986382ac4a53b98f603b6212511f08ef42cd (diff) | |
download | redmine-700183b68b033b47b651260689d63e1afef9efa3.tar.gz redmine-700183b68b033b47b651260689d63e1afef9efa3.zip |
Merged r23497 from trunk to 6.0-stable (#42239).
git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23498 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | config/locales/cs.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/locales/cs.yml b/config/locales/cs.yml index ed9150ddf..9597e3a9b 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -1473,10 +1473,10 @@ cs: field_estimated_remaining_hours: Odhadovaný zbývající čas field_last_activity_date: Poslední aktivita setting_issue_done_ratio_interval: Krok koeficientu dokončení - setting_copy_attachments_on_issue_copy: Copy attachments on copy - field_thousands_delimiter: Thousands delimiter - label_involved_principals: Author / Previous assignee + setting_copy_attachments_on_issue_copy: Kopírovat přílohy při kopírování + field_thousands_delimiter: Oddělovač tisíců + label_involved_principals: Autor / Předchozí přiřazený uživatel label_attachment_summary: zero: "%{filename}" - one: "%{filename} and 1 file" - other: "%{filename} and %{count} files" + one: "%{filename} a 1 soubor" + other: "%{filename} a %{count} soubory(ů)" |