File tree 2 files changed +17
-4
lines changed 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 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
+ }
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ class ZulipLocalizationsNb extends ZulipLocalizations {
9
9
ZulipLocalizationsNb ([String locale = 'nb' ]) : super (locale);
10
10
11
11
@override
12
- String get aboutPageTitle => 'About Zulip' ;
12
+ String get aboutPageTitle => 'Om Zulip' ;
13
13
14
14
@override
15
- String get aboutPageAppVersion => 'App version ' ;
15
+ String get aboutPageAppVersion => 'App versjon ' ;
16
16
17
17
@override
18
- String get aboutPageOpenSourceLicenses => 'Open-source licenses ' ;
18
+ String get aboutPageOpenSourceLicenses => 'Lisenser for åpen kildekode ' ;
19
19
20
20
@override
21
21
String get aboutPageTapToView => 'Tap to view' ;
You can’t perform that action at this time.
0 commit comments