fix: Add missing 'one' translations for time units in agent-reports (#10228)

This commit is contained in:
Vishnu Narayanan
2024-10-04 20:38:25 +05:30
committed by GitHub
parent d2eda8bd08
commit e6e0f7de5a
8 changed files with 33 additions and 1 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"