From e6e0f7de5a4fe3417ba6bd55131ca7db95f63894 Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Fri, 4 Oct 2024 20:38:25 +0530 Subject: [PATCH] fix: Add missing 'one' translations for time units in agent-reports (#10228) --- config/locales/id.yml | 6 +++++- config/locales/ja.yml | 4 ++++ config/locales/ko.yml | 4 ++++ config/locales/ms.yml | 4 ++++ config/locales/th.yml | 4 ++++ config/locales/vi.yml | 4 ++++ config/locales/zh_CN.yml | 4 ++++ config/locales/zh_TW.yml | 4 ++++ 8 files changed, 33 insertions(+), 1 deletion(-) diff --git a/config/locales/id.yml b/config/locales/id.yml index 31d8dffe0..b9c219d0c 100644 --- a/config/locales/id.yml +++ b/config/locales/id.yml @@ -262,10 +262,14 @@ id: button: Buka percakapan time_units: days: + one: "%{count} day" other: "%{count} days" hours: + one: "%{count} hour" other: "%{count} hours" minutes: + one: "%{count} minute" other: "%{count} minutes" seconds: - other: "%{count} seconds" + one: "%{count} second" + other: "%{count} seconds" \ No newline at end of file diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 4f14b6908..fdf137c4c 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -262,10 +262,14 @@ ja: button: Open conversation time_units: days: + one: "%{count} day" other: "%{count} days" hours: + one: "%{count} hour" other: "%{count} hours" minutes: + one: "%{count} minute" other: "%{count} minutes" seconds: + one: "%{count} second" other: "%{count} seconds" diff --git a/config/locales/ko.yml b/config/locales/ko.yml index c8832b582..35de55efd 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -262,10 +262,14 @@ ko: button: Open conversation time_units: days: + one: "%{count} day" other: "%{count} days" hours: + one: "%{count} hour" other: "%{count} hours" minutes: + one: "%{count} minute" other: "%{count} minutes" seconds: + one: "%{count} second" other: "%{count} seconds" diff --git a/config/locales/ms.yml b/config/locales/ms.yml index a5513cafc..2799bd28a 100644 --- a/config/locales/ms.yml +++ b/config/locales/ms.yml @@ -262,10 +262,14 @@ ms: button: Open conversation time_units: days: + one: "%{count} day" other: "%{count} days" hours: + one: "%{count} hour" other: "%{count} hours" minutes: + one: "%{count} minute" other: "%{count} minutes" seconds: + one: "%{count} second" other: "%{count} seconds" diff --git a/config/locales/th.yml b/config/locales/th.yml index 7b9da0f2f..3689e018c 100644 --- a/config/locales/th.yml +++ b/config/locales/th.yml @@ -262,10 +262,14 @@ th: button: เปิดดูการสนทนา time_units: days: + one: "%{count} day" other: "%{count} days" hours: + one: "%{count} hour" other: "%{count} hours" minutes: + one: "%{count} minute" other: "%{count} minutes" seconds: + one: "%{count} second" other: "%{count} seconds" diff --git a/config/locales/vi.yml b/config/locales/vi.yml index cf37888f3..ca4fdba82 100644 --- a/config/locales/vi.yml +++ b/config/locales/vi.yml @@ -262,10 +262,14 @@ vi: button: Mở cuộc trò chuyện time_units: days: + one: "%{count} day" other: "%{count} days" hours: + one: "%{count} hour" other: "%{count} hours" minutes: + one: "%{count} minute" other: "%{count} minutes" seconds: + one: "%{count} second" other: "%{count} seconds" diff --git a/config/locales/zh_CN.yml b/config/locales/zh_CN.yml index 62bfaf1e1..f4fb92911 100644 --- a/config/locales/zh_CN.yml +++ b/config/locales/zh_CN.yml @@ -262,10 +262,14 @@ zh_CN: button: 重新打开会话 time_units: days: + one: "%{count} day" other: "%{count} days" hours: + one: "%{count} hour" other: "%{count} hours" minutes: + one: "%{count} minute" other: "%{count} minutes" seconds: + one: "%{count} second" other: "%{count} seconds" diff --git a/config/locales/zh_TW.yml b/config/locales/zh_TW.yml index 96a4503cc..b3051690c 100644 --- a/config/locales/zh_TW.yml +++ b/config/locales/zh_TW.yml @@ -262,10 +262,14 @@ zh_TW: button: 開啟對話 time_units: days: + one: "%{count} day" other: "%{count} days" hours: + one: "%{count} hour" other: "%{count} hours" minutes: + one: "%{count} minute" other: "%{count} minutes" seconds: + one: "%{count} second" other: "%{count} seconds"