Unverified Commit d15b3b1c authored by xster's avatar xster Committed by GitHub

Cupertino localization step 5: add french arb as translated example (#29708)

parent 13101c1a
...@@ -20,17 +20,17 @@ ...@@ -20,17 +20,17 @@
"datePickerDateTimeOrder": "date_time_dayPeriod", "datePickerDateTimeOrder": "date_time_dayPeriod",
"@datePickerDateTimeOrder": { "@datePickerDateTimeOrder": {
"description": "The standard order for the locale to date, time and am/pm in a datetime. Options are date_time_dayPeriod, date_dayPeriod_time, time_dayPeriod_date and dayPeriod_time_date where 'dayPeriod' is am/pm." "description": "The standard order for the locale to arrange date, time and am/pm in a datetime. Options are date_time_dayPeriod, date_dayPeriod_time, time_dayPeriod_date and dayPeriod_time_date where 'dayPeriod' is am/pm."
}, },
"anteMeridiemAbbreviation": "AM", "anteMeridiemAbbreviation": "AM",
"@anteMeridiemAbbreviation": { "@anteMeridiemAbbreviation": {
"description": "The abbreviation for ante meridiem (before noon) shown in the time picker." "description": "The abbreviation for ante meridiem (before noon) shown in the time picker when it's not using the 24h format."
}, },
"postMeridiemAbbreviation": "PM", "postMeridiemAbbreviation": "PM",
"@postMeridiemAbbreviation": { "@postMeridiemAbbreviation": {
"description": "The abbreviation for post meridiem (after noon) shown in the time picker." "description": "The abbreviation for post meridiem (after noon) shown in the time picker when it's not using the 24h format."
}, },
"alertDialogLabel": "Alert", "alertDialogLabel": "Alert",
...@@ -41,41 +41,41 @@ ...@@ -41,41 +41,41 @@
"timerPickerHourLabelOne": "hour", "timerPickerHourLabelOne": "hour",
"timerPickerHourLabelOther": "hours", "timerPickerHourLabelOther": "hours",
"@timerPickerHourLabel": { "@timerPickerHourLabel": {
"description": "The label adjacent to an hour integer number in a countdown timer.", "description": "The label adjacent to an hour integer number in a countdown timer. The reference abbreviation is what iOS does in the stock clock app's countdown timer.",
"plural": "hour" "plural": "hour"
}, },
"timerPickerMinuteLabelOne": "min", "timerPickerMinuteLabelOne": "min",
"timerPickerMinuteLabelOther": "min", "timerPickerMinuteLabelOther": "min",
"@timerPickerMinuteLabel": { "@timerPickerMinuteLabel": {
"description": "The label adjacent to a minute integer number in a countdown timer.", "description": "The label adjacent to a minute integer number in a countdown timer. The reference abbreviation is what iOS does in the stock clock app's countdown timer.",
"plural": "minute" "plural": "minute"
}, },
"timerPickerSecondLabelOne": "sec", "timerPickerSecondLabelOne": "sec",
"timerPickerSecondLabelOther": "sec", "timerPickerSecondLabelOther": "sec",
"@timerPickerSecondLabel": { "@timerPickerSecondLabel": {
"description": "The label adjacent to a second integer number in a countdown timer.", "description": "The label adjacent to a second integer number in a countdown timer. The reference abbreviation is what iOS does in the stock clock app's countdown timer.",
"plural": "second" "plural": "second"
}, },
"cutButtonLabel": "Cut", "cutButtonLabel": "Cut",
"@cutButtonLabel": { "@cutButtonLabel": {
"description": "The label for cut buttons and menu items." "description": "The label for cut buttons and menu items. The reference abbreviation is what iOS shows on text selection toolbars."
}, },
"copyButtonLabel": "Copy", "copyButtonLabel": "Copy",
"@copyButtonLabel": { "@copyButtonLabel": {
"description": "The label for copy buttons and menu items." "description": "The label for copy buttons and menu items. The reference abbreviation is what iOS shows on text selection toolbars."
}, },
"pasteButtonLabel": "Paste", "pasteButtonLabel": "Paste",
"@pasteButtonLabel": { "@pasteButtonLabel": {
"description": "The label for paste buttons and menu items." "description": "The label for paste buttons and menu items. The reference abbreviation is what iOS shows on text selection toolbars."
}, },
"selectAllButtonLabel": "Select All", "selectAllButtonLabel": "Select All",
"@selectAllButtonLabel": { "@selectAllButtonLabel": {
"description": "The label for select-all buttons and menu items." "description": "The label for select-all buttons and menu items. The reference abbreviation is what iOS shows on text selection toolbars."
} }
} }
{
"datePickerHourSemanticsLabelOne": "une heure",
"datePickerHourSemanticsLabelOther": "$hour heures",
"datePickerMinuteSemanticsLabelOne": "une minute",
"datePickerMinuteSemanticsLabelOther": "$minute minutes",
"datePickerDateOrder": "dmy",
"datePickerDateTimeOrder": "date_time_dayPeriod",
"anteMeridiemAbbreviation": "AM",
"postMeridiemAbbreviation": "PM",
"alertDialogLabel": "Alerte",
"timerPickerHourLabelOne": "heure",
"timerPickerHourLabelOther": "heures",
"timerPickerMinuteLabelOne": "minute",
"timerPickerMinuteLabelOther": "minutes",
"timerPickerSecondLabelOther": "s",
"cutButtonLabel": "Couper",
"copyButtonLabel": "Copier",
"pasteButtonLabel": "Coller",
"selectAllButtonLabel": "Tout sélect."
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment