Skip to content

Commit 1d917f6

Browse files
weblategithub-actions[bot]
authored andcommitted
l10n: Update translations from Weblate.
1 parent 7dff110 commit 1d917f6

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

assets/l10n/app_nb.arb

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
{}
1+
{
2+
"aboutPageAppVersion": "App versjon",
3+
"@aboutPageAppVersion": {
4+
"description": "Label for Zulip app version in About Zulip page"
5+
},
6+
"aboutPageTitle": "Om Zulip",
7+
"@aboutPageTitle": {
8+
"description": "Title for About Zulip page."
9+
},
10+
"aboutPageOpenSourceLicenses": "Lisenser for åpen kildekode",
11+
"@aboutPageOpenSourceLicenses": {
12+
"description": "Item title in About Zulip page to navigate to Licenses page"
13+
}
14+
}

lib/generated/l10n/zulip_localizations_nb.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ class ZulipLocalizationsNb extends ZulipLocalizations {
99
ZulipLocalizationsNb([String locale = 'nb']) : super(locale);
1010

1111
@override
12-
String get aboutPageTitle => 'About Zulip';
12+
String get aboutPageTitle => 'Om Zulip';
1313

1414
@override
15-
String get aboutPageAppVersion => 'App version';
15+
String get aboutPageAppVersion => 'App versjon';
1616

1717
@override
18-
String get aboutPageOpenSourceLicenses => 'Open-source licenses';
18+
String get aboutPageOpenSourceLicenses => 'Lisenser for åpen kildekode';
1919

2020
@override
2121
String get aboutPageTapToView => 'Tap to view';

0 commit comments

Comments
 (0)