Commit 72c8d9b4 authored by amirh's avatar amirh Committed by GitHub

Fix Hebrew translations (#12502)

parent 8f7c5c70
......@@ -209,7 +209,7 @@ const Map<String, Map<String, String>> localizations = const <String, Map<String
"backButtonTooltip": r"אחורה",
"closeButtonTooltip": r"סגור",
"nextMonthTooltip": r"חודש הבא",
"previousMonthTooltip": r"חודש שעבר",
"previousMonthTooltip": r"חודש קודם",
"nextPageTooltip": r"עמוד הבא",
"previousPageTooltip": r"עמוד קודם",
"showMenuTooltip": r"הצג תפריט",
......@@ -221,13 +221,13 @@ const Map<String, Map<String, String>> localizations = const <String, Map<String
"selectedRowCountTitleOther": r"$selectedRowCount פריטים שנבחרו",
"cancelButtonLabel": r"ביטול",
"closeButtonLabel": r"סגור",
"continueButtonLabel": r"לְהַמשִׁיך",
"copyButtonLabel": r"קיבלתי!",
"continueButtonLabel": r"המשך",
"copyButtonLabel": r"העתק",
"cutButtonLabel": r"גזור",
"okButtonLabel": r"בסדר",
"okButtonLabel": r"אישור",
"pasteButtonLabel": r"הדבק",
"selectAllButtonLabel": r"בחר הכל",
"viewLicensesButtonLabel": r"ראה רישיונות",
"viewLicensesButtonLabel": r"הצג רישיונות",
},
"it": const <String, String>{
"scriptCategory": r"English-like",
......@@ -452,3 +452,4 @@ const Map<String, Map<String, String>> localizations = const <String, Map<String
"postMeridiemAbbreviation": r"下午",
},
};
......@@ -7,7 +7,7 @@
"backButtonTooltip": "אחורה",
"closeButtonTooltip": "סגור",
"nextMonthTooltip": "חודש הבא",
"previousMonthTooltip": "חודש שעבר",
"previousMonthTooltip": "חודש קודם",
"nextPageTooltip": "עמוד הבא",
"previousPageTooltip": "עמוד קודם",
"showMenuTooltip": "הצג תפריט",
......@@ -19,11 +19,11 @@
"selectedRowCountTitleOther": "$selectedRowCount פריטים שנבחרו",
"cancelButtonLabel": "ביטול",
"closeButtonLabel": "סגור",
"continueButtonLabel": "לְהַמשִׁיך",
"copyButtonLabel": "קיבלתי!",
"continueButtonLabel": "המשך",
"copyButtonLabel": "העתק",
"cutButtonLabel": "גזור",
"okButtonLabel": "בסדר",
"okButtonLabel": "אישור",
"pasteButtonLabel": "הדבק",
"selectAllButtonLabel": "בחר הכל",
"viewLicensesButtonLabel": "ראה רישיונות"
}
\ No newline at end of file
"viewLicensesButtonLabel": "הצג רישיונות"
}
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