Skip to content

Commit

Permalink
Updated localizations (#33883)
Browse files Browse the repository at this point in the history
  • Loading branch information
HansMuller authored Jun 5, 2019
1 parent 86862c1 commit 5948b3d
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 31 deletions.
6 changes: 3 additions & 3 deletions packages/flutter_localizations/lib/src/l10n/cupertino_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"datePickerMinuteSemanticsLabelOther": "$minute Minuten",
"datePickerDateOrder": "dmy",
"datePickerDateTimeOrder": "date_time_dayPeriod",
"anteMeridiemAbbreviation": "VORM.",
"postMeridiemAbbreviation": "NACHM.",
"anteMeridiemAbbreviation": "AM",
"postMeridiemAbbreviation": "PM",
"todayLabel": "Heute",
"alertDialogLabel": "Benachrichtigung",
"timerPickerHourLabelOne": "Stunde",
Expand All @@ -17,6 +17,6 @@
"timerPickerSecondLabelOther": "s",
"cutButtonLabel": "Ausschneiden",
"copyButtonLabel": "Kopieren",
"pasteButtonLabel": "Einfügen",
"pasteButtonLabel": "Einsetzen",
"selectAllButtonLabel": "Alles auswählen"
}
6 changes: 3 additions & 3 deletions packages/flutter_localizations/lib/src/l10n/cupertino_gsw.arb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"datePickerMinuteSemanticsLabelOther": "$minute Minuten",
"datePickerDateOrder": "dmy",
"datePickerDateTimeOrder": "date_time_dayPeriod",
"anteMeridiemAbbreviation": "VORM.",
"postMeridiemAbbreviation": "NACHM.",
"anteMeridiemAbbreviation": "AM",
"postMeridiemAbbreviation": "PM",
"todayLabel": "Heute",
"alertDialogLabel": "Benachrichtigung",
"timerPickerHourLabelOne": "Stunde",
Expand All @@ -17,6 +17,6 @@
"timerPickerSecondLabelOther": "s",
"cutButtonLabel": "Ausschneiden",
"copyButtonLabel": "Kopieren",
"pasteButtonLabel": "Einfügen",
"pasteButtonLabel": "Einsetzen",
"selectAllButtonLabel": "Alles auswählen"
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"cutButtonLabel": "Cortar",
"copyButtonLabel": "Copiar",
"pasteButtonLabel": "Colar",
"selectAllButtonLabel": "Selecionar Tudo"
"selectAllButtonLabel": "Selecionar tudo"
}
8 changes: 4 additions & 4 deletions packages/flutter_localizations/lib/src/l10n/cupertino_ru.arb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"datePickerHourSemanticsLabelFew": "$hour часа ровно",
"datePickerHourSemanticsLabelMany": "$hour часов ровно",
"datePickerHourSemanticsLabelFew": "$hour часа",
"datePickerHourSemanticsLabelMany": "$hour часов",
"datePickerMinuteSemanticsLabelFew": "$minute минуты",
"datePickerMinuteSemanticsLabelMany": "$minute минут",
"timerPickerHourLabelFew": "часа",
Expand All @@ -9,8 +9,8 @@
"timerPickerMinuteLabelMany": "мин.",
"timerPickerSecondLabelFew": "сек.",
"timerPickerSecondLabelMany": "сек.",
"datePickerHourSemanticsLabelOne": "$hour час ровно",
"datePickerHourSemanticsLabelOther": "$hour часа ровно",
"datePickerHourSemanticsLabelOne": "$hour час",
"datePickerHourSemanticsLabelOther": "$hour часа",
"datePickerMinuteSemanticsLabelOne": "1 минута",
"datePickerMinuteSemanticsLabelOther": "$minute минуты",
"datePickerDateOrder": "dmy",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations {
String get alertDialogLabel => r'Benachrichtigung';

@override
String get anteMeridiemAbbreviation => r'VORM.';
String get anteMeridiemAbbreviation => r'AM';

@override
String get copyButtonLabel => r'Kopieren';
Expand Down Expand Up @@ -991,10 +991,10 @@ class CupertinoLocalizationDe extends GlobalCupertinoLocalizations {
String get datePickerMinuteSemanticsLabelZero => null;

@override
String get pasteButtonLabel => r'Einfügen';
String get pasteButtonLabel => r'Einsetzen';

@override
String get postMeridiemAbbreviation => r'NACHM.';
String get postMeridiemAbbreviation => r'PM';

@override
String get selectAllButtonLabel => r'Alles auswählen';
Expand Down Expand Up @@ -3578,7 +3578,7 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations {
String get alertDialogLabel => r'Benachrichtigung';

@override
String get anteMeridiemAbbreviation => r'VORM.';
String get anteMeridiemAbbreviation => r'AM';

@override
String get copyButtonLabel => r'Kopieren';
Expand Down Expand Up @@ -3629,10 +3629,10 @@ class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations {
String get datePickerMinuteSemanticsLabelZero => null;

@override
String get pasteButtonLabel => r'Einfügen';
String get pasteButtonLabel => r'Einsetzen';

@override
String get postMeridiemAbbreviation => r'NACHM.';
String get postMeridiemAbbreviation => r'PM';

@override
String get selectAllButtonLabel => r'Alles auswählen';
Expand Down Expand Up @@ -6690,6 +6690,9 @@ class CupertinoLocalizationPtPt extends CupertinoLocalizationPt {

@override
String get timerPickerSecondLabelOther => r'seg';

@override
String get selectAllButtonLabel => r'Selecionar tudo';
}

/// The translations for Romanian Moldavian Moldovan (`ro`).
Expand Down Expand Up @@ -6886,16 +6889,16 @@ class CupertinoLocalizationRu extends GlobalCupertinoLocalizations {
String get datePickerDateTimeOrderString => r'date_time_dayPeriod';

@override
String get datePickerHourSemanticsLabelFew => r'$hour часа ровно';
String get datePickerHourSemanticsLabelFew => r'$hour часа';

@override
String get datePickerHourSemanticsLabelMany => r'$hour часов ровно';
String get datePickerHourSemanticsLabelMany => r'$hour часов';

@override
String get datePickerHourSemanticsLabelOne => r'$hour час ровно';
String get datePickerHourSemanticsLabelOne => r'$hour час';

@override
String get datePickerHourSemanticsLabelOther => r'$hour часа ровно';
String get datePickerHourSemanticsLabelOther => r'$hour часа';

@override
String get datePickerHourSemanticsLabelTwo => null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations {
String get alertDialogLabel => r'Benachrichtigung';

@override
String get anteMeridiemAbbreviation => r'VORM.';
String get anteMeridiemAbbreviation => r'AM';

@override
String get backButtonTooltip => r'Zurück';
Expand Down Expand Up @@ -1347,7 +1347,7 @@ class MaterialLocalizationDe extends GlobalMaterialLocalizations {
String get popupMenuLabel => r'Pop-up-Menü';

@override
String get postMeridiemAbbreviation => r'NACHM.';
String get postMeridiemAbbreviation => r'PM';

@override
String get previousMonthTooltip => r'Vorheriger Monat';
Expand Down Expand Up @@ -5298,7 +5298,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations {
String get alertDialogLabel => r'Benachrichtigung';

@override
String get anteMeridiemAbbreviation => r'VORM.';
String get anteMeridiemAbbreviation => r'AM';

@override
String get backButtonTooltip => r'Zurück';
Expand Down Expand Up @@ -5370,7 +5370,7 @@ class MaterialLocalizationGsw extends GlobalMaterialLocalizations {
String get popupMenuLabel => r'Pop-up-Menü';

@override
String get postMeridiemAbbreviation => r'NACHM.';
String get postMeridiemAbbreviation => r'PM';

@override
String get previousMonthTooltip => r'Vorheriger Monat';
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_localizations/lib/src/l10n/material_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"pasteButtonLabel": "EINFÜGEN",
"selectAllButtonLabel": "ALLE AUSWÄHLEN",
"viewLicensesButtonLabel": "LIZENZEN ANZEIGEN",
"anteMeridiemAbbreviation": "VORM.",
"postMeridiemAbbreviation": "NACHM.",
"anteMeridiemAbbreviation": "AM",
"postMeridiemAbbreviation": "PM",
"timePickerHourModeAnnouncement": "Stunden auswählen",
"timePickerMinuteModeAnnouncement": "Minuten auswählen",
"signedInLabel": "Angemeldet",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"pasteButtonLabel": "EINFÜGEN",
"selectAllButtonLabel": "ALLE AUSWÄHLEN",
"viewLicensesButtonLabel": "LIZENZEN ANZEIGEN",
"anteMeridiemAbbreviation": "VORM.",
"postMeridiemAbbreviation": "NACHM.",
"anteMeridiemAbbreviation": "AM",
"postMeridiemAbbreviation": "PM",
"modalBarrierDismissLabel": "Schliessen",
"drawerLabel": "Navigationsmenü",
"popupMenuLabel": "Pop-up-Menü",
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_localizations/lib/src/l10n/material_gsw.arb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"pasteButtonLabel": "EINFÜGEN",
"selectAllButtonLabel": "ALLE AUSWÄHLEN",
"viewLicensesButtonLabel": "LIZENZEN ANZEIGEN",
"anteMeridiemAbbreviation": "VORM.",
"postMeridiemAbbreviation": "NACHM.",
"anteMeridiemAbbreviation": "AM",
"postMeridiemAbbreviation": "PM",
"modalBarrierDismissLabel": "Schließen",
"drawerLabel": "Navigationsmenü",
"popupMenuLabel": "Pop-up-Menü",
Expand Down

0 comments on commit 5948b3d

Please sign in to comment.