Skip to content

Commit d04f896

Browse files
committed
l10n: add transcriptions for local time
1 parent 73f97b1 commit d04f896

22 files changed

+183
-2
lines changed

assets/l10n/app_ar.arb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,12 @@
77
"wildcardMentionChannelDescription": "إخطار القناة",
88
"wildcardMentionStreamDescription": "إخطار الدفق",
99
"wildcardMentionAllDmDescription": "إخطار المستلمين",
10-
"wildcardMentionTopicDescription": "إخطار الموضوع"
10+
"wildcardMentionTopicDescription": "إخطار الموضوع",
11+
"userLocalTime": "{userTime} الوقت المحلي",
12+
"@userLocalTime": {
13+
"description": "Current time in the user's timezone",
14+
"placeholders": {
15+
"userTime": {"type": "DateTime", "format": "jm"}
16+
}
17+
}
1118
}

assets/l10n/app_de.arb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,5 +1196,12 @@
11961196
"upgradeWelcomeDialogDismiss": "Los gehts",
11971197
"@upgradeWelcomeDialogDismiss": {
11981198
"description": "Label for button dismissing dialog shown on first upgrade from the legacy Zulip app."
1199+
},
1200+
"userLocalTime": "{userTime} Ortszeit",
1201+
"@userLocalTime": {
1202+
"description": "Current time in the user's timezone",
1203+
"placeholders": {
1204+
"userTime": {"type": "DateTime", "format": "jm"}
1205+
}
11991206
}
12001207
}

assets/l10n/app_en.arb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,5 +1070,12 @@
10701070
"zulipAppTitle": "Zulip",
10711071
"@zulipAppTitle": {
10721072
"description": "The name of Zulip. This should be either 'Zulip' or a transliteration."
1073+
},
1074+
"userLocalTime": "{userTime} local time",
1075+
"@userLocalTime": {
1076+
"description": "Current time in the user's timezone",
1077+
"placeholders": {
1078+
"userTime": {"type": "DateTime", "format": "jm"}
1079+
}
10731080
}
10741081
}

assets/l10n/app_ja.arb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,12 @@
1616
"userRoleGuest": "ゲスト",
1717
"@userRoleGuest": {},
1818
"userRoleUnknown": "不明",
19-
"@userRoleUnknown": {}
19+
"@userRoleUnknown": {},
20+
"userLocalTime": "現地時間 {userTime}",
21+
"@userLocalTime": {
22+
"description": "Current time in the user's timezone",
23+
"placeholders": {
24+
"userTime": {"type": "DateTime", "format": "jm"}
25+
}
26+
}
2027
}

assets/l10n/app_pl.arb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,5 +1196,12 @@
11961196
"upgradeWelcomeDialogDismiss": "Zaczynajmy",
11971197
"@upgradeWelcomeDialogDismiss": {
11981198
"description": "Label for button dismissing dialog shown on first upgrade from the legacy Zulip app."
1199+
},
1200+
"userLocalTime": "{userTime} czas lokalny",
1201+
"@userLocalTime": {
1202+
"description": "Current time in the user's timezone",
1203+
"placeholders": {
1204+
"userTime": {"type": "DateTime", "format": "jm"}
1205+
}
11991206
}
12001207
}

assets/l10n/app_ru.arb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,5 +1196,12 @@
11961196
"upgradeWelcomeDialogLinkText": "Ознакомьтесь с анонсом в блоге!",
11971197
"@upgradeWelcomeDialogLinkText": {
11981198
"description": "Text of link in dialog shown on first upgrade from the legacy Zulip app."
1199+
},
1200+
"userLocalTime": "{userTime} местное время",
1201+
"@userLocalTime": {
1202+
"description": "Current time in the user's timezone",
1203+
"placeholders": {
1204+
"userTime": {"type": "DateTime", "format": "jm"}
1205+
}
11991206
}
12001207
}

assets/l10n/app_uk.arb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,5 +1196,12 @@
11961196
"markReadOnScrollSettingConversationsDescription": "Повідомлення будуть автоматично помічатися як прочитані тільки при перегляді окремої теми або особистої бесіди.",
11971197
"@markReadOnScrollSettingConversationsDescription": {
11981198
"description": "Description for a value of setting controlling which message-list views should mark read on scroll."
1199+
},
1200+
"userLocalTime": "{userTime} місцевий час",
1201+
"@userLocalTime": {
1202+
"description": "Current time in the user's timezone",
1203+
"placeholders": {
1204+
"userTime": {"type": "DateTime", "format": "jm"}
1205+
}
11991206
}
12001207
}

assets/l10n/app_zh_Hans_CN.arb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,5 +1194,12 @@
11941194
"upgradeWelcomeDialogMessage": "您将会得到到更快,更流畅的体验。",
11951195
"@upgradeWelcomeDialogMessage": {
11961196
"description": "Message text for dialog shown on first upgrade from the legacy Zulip app."
1197+
},
1198+
"userLocalTime": "{userTime} 当地时间",
1199+
"@userLocalTime": {
1200+
"description": "Current time in the user's timezone",
1201+
"placeholders": {
1202+
"userTime": {"type": "DateTime", "format": "jm"}
1203+
}
11971204
}
11981205
}

assets/l10n/app_zh_Hant_TW.arb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,5 +538,12 @@
538538
"errorInvalidResponse": "伺服器傳送了無效的請求。",
539539
"@errorInvalidResponse": {
540540
"description": "Error message when an API call returned an invalid response."
541+
},
542+
"userLocalTime": "{userTime} 本地時間",
543+
"@userLocalTime": {
544+
"description": "Current time in the user's timezone",
545+
"placeholders": {
546+
"userTime": {"type": "DateTime", "format": "jm"}
547+
}
541548
}
542549
}

lib/generated/l10n/zulip_localizations.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1598,6 +1598,12 @@ abstract class ZulipLocalizations {
15981598
/// In en, this message translates to:
15991599
/// **'Zulip'**
16001600
String get zulipAppTitle;
1601+
1602+
/// Current time in the user's timezone
1603+
///
1604+
/// In en, this message translates to:
1605+
/// **'{userTime} local time'**
1606+
String userLocalTime(DateTime userTime);
16011607
}
16021608

16031609
class _ZulipLocalizationsDelegate

0 commit comments

Comments
 (0)