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