Skip to content

Commit d4bcbd0

Browse files
authored
[Localization] Localized Resource Files (#1865)
* Latest localized resource files from Touchdown Build * Revert English regressions
1 parent a2cd31e commit d4bcbd0

File tree

70 files changed

+980
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+980
-0
lines changed

ios/FluentUI/Resources/Localization/ar.lproj/Localizable.strings

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
/* Accessibility multi select hint for common use */
1919
"Accessibility.MultiSelect.Hint" = "اضغط ضغطاً مزدوجاً برفق لتبديل التحديد";
2020

21+
/* Accessibility: Used to list the Avatars in the AvatarGroup, i.e. 'Kat Larsson, Kristin Patterson, ' */
22+
"Accessibility.AvatarGroup.AvatarList" = "%@, ";
23+
/* Accessibility: Used for the last Avatar in the AvatarGroup, i.e. 'and Ashley McCarthy' or 'and 1 other' */
24+
"Accessibility.AvatarGroup.AvatarListLast" = "and %@";
25+
2126
/* Accessibility label for the upper calendar date picker view. */
2227
"Accessibility.Calendar.Label" = "التقويم";
2328

ios/FluentUI/Resources/Localization/ar.lproj/Localizable.stringsdict

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<!--> Accessibility: Used in the AvatarGroup for how many Avatars are represented by the overflow, i.e. "3 others" </!-->
6+
<key>Accessibility.AvatarGroup.Overflow.Value</key>
7+
<dict>
8+
<key>NSStringLocalizedFormatKey</key>
9+
<string>%#@others@</string>
10+
<key>others</key>
11+
<dict>
12+
<key>NSStringFormatSpecTypeKey</key>
13+
<string>NSStringPluralRuleType</string>
14+
<key>NSStringFormatValueTypeKey</key>
15+
<string>d</string>
16+
<key>one</key>
17+
<string>%d other</string>
18+
<key>two</key>
19+
<string>%d others</string>
20+
<key>few</key>
21+
<string>%d others</string>
22+
<key>many</key>
23+
<string>%d others</string>
24+
<key>other</key>
25+
<string>%d others</string>
26+
</dict>
27+
</dict>
528
<key>Accessibility.DateTime.Hour.Value</key>
629
<dict>
730
<key>NSStringLocalizedFormatKey</key>

ios/FluentUI/Resources/Localization/ca.lproj/Localizable.strings

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
/* Accessibility multi select hint for common use */
1919
"Accessibility.MultiSelect.Hint" = "Toca dues vegades per commutar la selecció";
2020

21+
/* Accessibility: Used to list the Avatars in the AvatarGroup, i.e. 'Kat Larsson, Kristin Patterson, ' */
22+
"Accessibility.AvatarGroup.AvatarList" = "%@, ";
23+
/* Accessibility: Used for the last Avatar in the AvatarGroup, i.e. 'and Ashley McCarthy' or 'and 1 other' */
24+
"Accessibility.AvatarGroup.AvatarListLast" = "and %@";
25+
2126
/* Accessibility label for the upper calendar date picker view. */
2227
"Accessibility.Calendar.Label" = "Calendari";
2328

ios/FluentUI/Resources/Localization/ca.lproj/Localizable.stringsdict

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<!--> Accessibility: Used in the AvatarGroup for how many Avatars are represented by the overflow, i.e. "3 others" </!-->
6+
<key>Accessibility.AvatarGroup.Overflow.Value</key>
7+
<dict>
8+
<key>NSStringLocalizedFormatKey</key>
9+
<string>%#@others@</string>
10+
<key>others</key>
11+
<dict>
12+
<key>NSStringFormatSpecTypeKey</key>
13+
<string>NSStringPluralRuleType</string>
14+
<key>NSStringFormatValueTypeKey</key>
15+
<string>d</string>
16+
<key>one</key>
17+
<string>%d other</string>
18+
<key>two</key>
19+
<string>%d others</string>
20+
<key>few</key>
21+
<string>%d others</string>
22+
<key>many</key>
23+
<string>%d others</string>
24+
<key>other</key>
25+
<string>%d others</string>
26+
</dict>
27+
</dict>
528
<key>Accessibility.DateTime.Hour.Value</key>
629
<dict>
730
<key>NSStringLocalizedFormatKey</key>

ios/FluentUI/Resources/Localization/cs.lproj/Localizable.strings

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
/* Accessibility multi select hint for common use */
1919
"Accessibility.MultiSelect.Hint" = "Výběr přepnete dvojitým poklepáním";
2020

21+
/* Accessibility: Used to list the Avatars in the AvatarGroup, i.e. 'Kat Larsson, Kristin Patterson, ' */
22+
"Accessibility.AvatarGroup.AvatarList" = "%@, ";
23+
/* Accessibility: Used for the last Avatar in the AvatarGroup, i.e. 'and Ashley McCarthy' or 'and 1 other' */
24+
"Accessibility.AvatarGroup.AvatarListLast" = "and %@";
25+
2126
/* Accessibility label for the upper calendar date picker view. */
2227
"Accessibility.Calendar.Label" = "Kalendář";
2328

ios/FluentUI/Resources/Localization/cs.lproj/Localizable.stringsdict

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<!--> Accessibility: Used in the AvatarGroup for how many Avatars are represented by the overflow, i.e. "3 others" </!-->
6+
<key>Accessibility.AvatarGroup.Overflow.Value</key>
7+
<dict>
8+
<key>NSStringLocalizedFormatKey</key>
9+
<string>%#@others@</string>
10+
<key>others</key>
11+
<dict>
12+
<key>NSStringFormatSpecTypeKey</key>
13+
<string>NSStringPluralRuleType</string>
14+
<key>NSStringFormatValueTypeKey</key>
15+
<string>d</string>
16+
<key>one</key>
17+
<string>%d other</string>
18+
<key>two</key>
19+
<string>%d others</string>
20+
<key>few</key>
21+
<string>%d others</string>
22+
<key>many</key>
23+
<string>%d others</string>
24+
<key>other</key>
25+
<string>%d others</string>
26+
</dict>
27+
</dict>
528
<key>Accessibility.DateTime.Hour.Value</key>
629
<dict>
730
<key>NSStringLocalizedFormatKey</key>

ios/FluentUI/Resources/Localization/da.lproj/Localizable.strings

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
/* Accessibility multi select hint for common use */
1919
"Accessibility.MultiSelect.Hint" = "Dobbelttryk for at skifte valg ";
2020

21+
/* Accessibility: Used to list the Avatars in the AvatarGroup, i.e. 'Kat Larsson, Kristin Patterson, ' */
22+
"Accessibility.AvatarGroup.AvatarList" = "%@, ";
23+
/* Accessibility: Used for the last Avatar in the AvatarGroup, i.e. 'and Ashley McCarthy' or 'and 1 other' */
24+
"Accessibility.AvatarGroup.AvatarListLast" = "and %@";
25+
2126
/* Accessibility label for the upper calendar date picker view. */
2227
"Accessibility.Calendar.Label" = "Kalender";
2328

ios/FluentUI/Resources/Localization/da.lproj/Localizable.stringsdict

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<!--> Accessibility: Used in the AvatarGroup for how many Avatars are represented by the overflow, i.e. "3 others" </!-->
6+
<key>Accessibility.AvatarGroup.Overflow.Value</key>
7+
<dict>
8+
<key>NSStringLocalizedFormatKey</key>
9+
<string>%#@others@</string>
10+
<key>others</key>
11+
<dict>
12+
<key>NSStringFormatSpecTypeKey</key>
13+
<string>NSStringPluralRuleType</string>
14+
<key>NSStringFormatValueTypeKey</key>
15+
<string>d</string>
16+
<key>one</key>
17+
<string>%d other</string>
18+
<key>two</key>
19+
<string>%d others</string>
20+
<key>few</key>
21+
<string>%d others</string>
22+
<key>many</key>
23+
<string>%d others</string>
24+
<key>other</key>
25+
<string>%d others</string>
26+
</dict>
27+
</dict>
528
<key>Accessibility.DateTime.Hour.Value</key>
629
<dict>
730
<key>NSStringLocalizedFormatKey</key>

ios/FluentUI/Resources/Localization/de.lproj/Localizable.strings

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
/* Accessibility multi select hint for common use */
1919
"Accessibility.MultiSelect.Hint" = "Zum Umschalten der Auswahl doppelt tippen";
2020

21+
/* Accessibility: Used to list the Avatars in the AvatarGroup, i.e. 'Kat Larsson, Kristin Patterson, ' */
22+
"Accessibility.AvatarGroup.AvatarList" = "%@, ";
23+
/* Accessibility: Used for the last Avatar in the AvatarGroup, i.e. 'and Ashley McCarthy' or 'and 1 other' */
24+
"Accessibility.AvatarGroup.AvatarListLast" = "and %@";
25+
2126
/* Accessibility label for the upper calendar date picker view. */
2227
"Accessibility.Calendar.Label" = "Kalender";
2328

ios/FluentUI/Resources/Localization/de.lproj/Localizable.stringsdict

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<!--> Accessibility: Used in the AvatarGroup for how many Avatars are represented by the overflow, i.e. "3 others" </!-->
6+
<key>Accessibility.AvatarGroup.Overflow.Value</key>
7+
<dict>
8+
<key>NSStringLocalizedFormatKey</key>
9+
<string>%#@others@</string>
10+
<key>others</key>
11+
<dict>
12+
<key>NSStringFormatSpecTypeKey</key>
13+
<string>NSStringPluralRuleType</string>
14+
<key>NSStringFormatValueTypeKey</key>
15+
<string>d</string>
16+
<key>one</key>
17+
<string>%d other</string>
18+
<key>two</key>
19+
<string>%d others</string>
20+
<key>few</key>
21+
<string>%d others</string>
22+
<key>many</key>
23+
<string>%d others</string>
24+
<key>other</key>
25+
<string>%d others</string>
26+
</dict>
27+
</dict>
528
<key>Accessibility.DateTime.Hour.Value</key>
629
<dict>
730
<key>NSStringLocalizedFormatKey</key>

0 commit comments

Comments
 (0)