From 15ef3f8dd7b88a85e9e4c00352c79ed777b73209 Mon Sep 17 00:00:00 2001 From: OVSharova Date: Wed, 30 Aug 2023 20:12:10 +0300 Subject: [PATCH 1/2] fix bug 63916 --- apps/presentationeditor/main/locale/en.json | 1 + apps/spreadsheeteditor/main/locale/cs.json | 2 +- apps/spreadsheeteditor/main/locale/de.json | 2 +- apps/spreadsheeteditor/main/locale/el.json | 2 +- apps/spreadsheeteditor/main/locale/en.json | 2 +- apps/spreadsheeteditor/main/locale/es.json | 2 +- apps/spreadsheeteditor/main/locale/fr.json | 2 +- apps/spreadsheeteditor/main/locale/id.json | 2 +- apps/spreadsheeteditor/main/locale/ja.json | 2 +- apps/spreadsheeteditor/main/locale/pt.json | 2 +- apps/spreadsheeteditor/main/locale/ro.json | 2 +- apps/spreadsheeteditor/main/locale/ru.json | 2 +- apps/spreadsheeteditor/main/locale/si.json | 2 +- 13 files changed, 13 insertions(+), 12 deletions(-) diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index 210213f7d2..3aa66e0658 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -1988,6 +1988,7 @@ "PE.Views.FileMenuPanels.Settings.txtHieroglyphs": "Hieroglyphs", "PE.Views.FileMenuPanels.Settings.txtInch": "Inch", "PE.Views.FileMenuPanels.Settings.txtLast": "View Last", + "PE.Views.FileMenuPanels.Settings.txtLastUsed": "Last used", "PE.Views.FileMenuPanels.Settings.txtMac": "as OS X", "PE.Views.FileMenuPanels.Settings.txtNative": "Native", "PE.Views.FileMenuPanels.Settings.txtProofing": "Proofing", diff --git a/apps/spreadsheeteditor/main/locale/cs.json b/apps/spreadsheeteditor/main/locale/cs.json index 5d105db5a7..f5189af969 100644 --- a/apps/spreadsheeteditor/main/locale/cs.json +++ b/apps/spreadsheeteditor/main/locale/cs.json @@ -2524,7 +2524,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "italština", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "japonština", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "korejština", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUse": "poslední použití", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUsed": "poslední použití", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "laoština", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "lotyština", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "jako macOS", diff --git a/apps/spreadsheeteditor/main/locale/de.json b/apps/spreadsheeteditor/main/locale/de.json index 6e5c27ba21..af94ce8709 100644 --- a/apps/spreadsheeteditor/main/locale/de.json +++ b/apps/spreadsheeteditor/main/locale/de.json @@ -2584,7 +2584,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Italienisch", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Japanisch", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Koreanisch", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUse": "Letzte Verwendung", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUsed": "Letzte Verwendung", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Laotisch", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Lettisch", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "wie OS X", diff --git a/apps/spreadsheeteditor/main/locale/el.json b/apps/spreadsheeteditor/main/locale/el.json index 918c83cd4e..06b254d145 100644 --- a/apps/spreadsheeteditor/main/locale/el.json +++ b/apps/spreadsheeteditor/main/locale/el.json @@ -2584,7 +2584,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Ιταλικά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Ιαπωνικά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Κορεάτικα", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUse": "Τελευταία χρήση", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUsed": "Τελευταία χρήση", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Λαοϊκά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Λετονικά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "ως OS X", diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index 1eb8ac7315..b345a26d7d 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -2588,7 +2588,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Italian", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Japanese", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Korean", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUse": "Last use", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUsed": "Last use", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Lao", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Latvian", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "as OS X", diff --git a/apps/spreadsheeteditor/main/locale/es.json b/apps/spreadsheeteditor/main/locale/es.json index 62346bda47..f8eb9a865e 100644 --- a/apps/spreadsheeteditor/main/locale/es.json +++ b/apps/spreadsheeteditor/main/locale/es.json @@ -2584,7 +2584,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Italiano", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Japonés", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Coreano", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUse": "Usado por última vez", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUsed": "Usado por última vez", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Lao", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Letón", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "como en OS X", diff --git a/apps/spreadsheeteditor/main/locale/fr.json b/apps/spreadsheeteditor/main/locale/fr.json index e7fef0fa22..df1025cf20 100644 --- a/apps/spreadsheeteditor/main/locale/fr.json +++ b/apps/spreadsheeteditor/main/locale/fr.json @@ -2586,7 +2586,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Italien", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Japonais", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Coréen", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUse": "Dernier utilisation", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUsed": "Dernier utilisation", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Laotien", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Letton", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "comme OS X", diff --git a/apps/spreadsheeteditor/main/locale/id.json b/apps/spreadsheeteditor/main/locale/id.json index dc677f9514..a421a56115 100644 --- a/apps/spreadsheeteditor/main/locale/id.json +++ b/apps/spreadsheeteditor/main/locale/id.json @@ -2586,7 +2586,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Italia", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Jepang", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Korea", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUse": "Penggunaan terakhir", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUsed": "Penggunaan terakhir", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Lao", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Latvia", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "sebagai OS X", diff --git a/apps/spreadsheeteditor/main/locale/ja.json b/apps/spreadsheeteditor/main/locale/ja.json index 90a6e51a38..7d29fb0395 100644 --- a/apps/spreadsheeteditor/main/locale/ja.json +++ b/apps/spreadsheeteditor/main/locale/ja.json @@ -2584,7 +2584,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "イタリア語", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "日本語", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "韓国語", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUse": "最近使用", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUsed": "最近使用", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "ラオス語", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "ラトビア語", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "OSXのように", diff --git a/apps/spreadsheeteditor/main/locale/pt.json b/apps/spreadsheeteditor/main/locale/pt.json index f8c8982971..d0bd623da4 100644 --- a/apps/spreadsheeteditor/main/locale/pt.json +++ b/apps/spreadsheeteditor/main/locale/pt.json @@ -2584,7 +2584,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Italiano", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Japonês", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Coreano", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUse": "Último uso", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUsed": "Último uso", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Laociano", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Letão", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "como SO X", diff --git a/apps/spreadsheeteditor/main/locale/ro.json b/apps/spreadsheeteditor/main/locale/ro.json index d49df07e4e..79efd601f8 100644 --- a/apps/spreadsheeteditor/main/locale/ro.json +++ b/apps/spreadsheeteditor/main/locale/ro.json @@ -2588,7 +2588,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Italiană", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Japoneză", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Coreeană", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUse": "Ultima utilizare", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUsed": "Ultima utilizare", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Laoțiană", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Letonă", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "ca OS X", diff --git a/apps/spreadsheeteditor/main/locale/ru.json b/apps/spreadsheeteditor/main/locale/ru.json index 9e6dd90261..0a11d6c7ac 100644 --- a/apps/spreadsheeteditor/main/locale/ru.json +++ b/apps/spreadsheeteditor/main/locale/ru.json @@ -2588,7 +2588,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Итальянский", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Японский", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Корейский", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUse": "Последнее использование", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUsed": "Последнее использование", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Лаосский", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Латышский", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "как OS X", diff --git a/apps/spreadsheeteditor/main/locale/si.json b/apps/spreadsheeteditor/main/locale/si.json index 2bac9db5ac..4a2a7fca22 100644 --- a/apps/spreadsheeteditor/main/locale/si.json +++ b/apps/spreadsheeteditor/main/locale/si.json @@ -2584,7 +2584,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "ඉතාලි", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "ජපන්", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "කොරියානු", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUse": "අන්තිම භාවිතය", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUsed": "අන්තිම භාවිතය", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "ලාඕ", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "ලත්වියානු", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "ඕඑස් එක්ස් ලෙස", From 86c953a1c963e6813fcd52d69389b644a86f358c Mon Sep 17 00:00:00 2001 From: OVSharova Date: Thu, 31 Aug 2023 11:42:42 +0300 Subject: [PATCH 2/2] fix bug 63916 --- apps/spreadsheeteditor/main/locale/cs.json | 2 +- apps/spreadsheeteditor/main/locale/de.json | 2 +- apps/spreadsheeteditor/main/locale/el.json | 2 +- apps/spreadsheeteditor/main/locale/en.json | 1 + apps/spreadsheeteditor/main/locale/es.json | 2 +- apps/spreadsheeteditor/main/locale/fr.json | 2 +- apps/spreadsheeteditor/main/locale/id.json | 2 +- apps/spreadsheeteditor/main/locale/ja.json | 2 +- apps/spreadsheeteditor/main/locale/pt.json | 2 +- apps/spreadsheeteditor/main/locale/ro.json | 2 +- apps/spreadsheeteditor/main/locale/ru.json | 2 +- apps/spreadsheeteditor/main/locale/si.json | 2 +- 12 files changed, 12 insertions(+), 11 deletions(-) diff --git a/apps/spreadsheeteditor/main/locale/cs.json b/apps/spreadsheeteditor/main/locale/cs.json index f5189af969..5d105db5a7 100644 --- a/apps/spreadsheeteditor/main/locale/cs.json +++ b/apps/spreadsheeteditor/main/locale/cs.json @@ -2524,7 +2524,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "italština", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "japonština", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "korejština", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUsed": "poslední použití", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUse": "poslední použití", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "laoština", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "lotyština", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "jako macOS", diff --git a/apps/spreadsheeteditor/main/locale/de.json b/apps/spreadsheeteditor/main/locale/de.json index af94ce8709..6e5c27ba21 100644 --- a/apps/spreadsheeteditor/main/locale/de.json +++ b/apps/spreadsheeteditor/main/locale/de.json @@ -2584,7 +2584,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Italienisch", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Japanisch", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Koreanisch", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUsed": "Letzte Verwendung", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUse": "Letzte Verwendung", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Laotisch", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Lettisch", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "wie OS X", diff --git a/apps/spreadsheeteditor/main/locale/el.json b/apps/spreadsheeteditor/main/locale/el.json index 06b254d145..918c83cd4e 100644 --- a/apps/spreadsheeteditor/main/locale/el.json +++ b/apps/spreadsheeteditor/main/locale/el.json @@ -2584,7 +2584,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Ιταλικά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Ιαπωνικά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Κορεάτικα", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUsed": "Τελευταία χρήση", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUse": "Τελευταία χρήση", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Λαοϊκά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Λετονικά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "ως OS X", diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index b345a26d7d..ccd9a6805e 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -2588,6 +2588,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Italian", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Japanese", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Korean", + "del_SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUse": "Last use", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUsed": "Last use", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Lao", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Latvian", diff --git a/apps/spreadsheeteditor/main/locale/es.json b/apps/spreadsheeteditor/main/locale/es.json index f8eb9a865e..62346bda47 100644 --- a/apps/spreadsheeteditor/main/locale/es.json +++ b/apps/spreadsheeteditor/main/locale/es.json @@ -2584,7 +2584,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Italiano", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Japonés", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Coreano", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUsed": "Usado por última vez", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUse": "Usado por última vez", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Lao", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Letón", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "como en OS X", diff --git a/apps/spreadsheeteditor/main/locale/fr.json b/apps/spreadsheeteditor/main/locale/fr.json index df1025cf20..e7fef0fa22 100644 --- a/apps/spreadsheeteditor/main/locale/fr.json +++ b/apps/spreadsheeteditor/main/locale/fr.json @@ -2586,7 +2586,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Italien", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Japonais", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Coréen", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUsed": "Dernier utilisation", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUse": "Dernier utilisation", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Laotien", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Letton", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "comme OS X", diff --git a/apps/spreadsheeteditor/main/locale/id.json b/apps/spreadsheeteditor/main/locale/id.json index a421a56115..dc677f9514 100644 --- a/apps/spreadsheeteditor/main/locale/id.json +++ b/apps/spreadsheeteditor/main/locale/id.json @@ -2586,7 +2586,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Italia", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Jepang", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Korea", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUsed": "Penggunaan terakhir", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUse": "Penggunaan terakhir", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Lao", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Latvia", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "sebagai OS X", diff --git a/apps/spreadsheeteditor/main/locale/ja.json b/apps/spreadsheeteditor/main/locale/ja.json index 7d29fb0395..90a6e51a38 100644 --- a/apps/spreadsheeteditor/main/locale/ja.json +++ b/apps/spreadsheeteditor/main/locale/ja.json @@ -2584,7 +2584,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "イタリア語", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "日本語", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "韓国語", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUsed": "最近使用", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUse": "最近使用", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "ラオス語", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "ラトビア語", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "OSXのように", diff --git a/apps/spreadsheeteditor/main/locale/pt.json b/apps/spreadsheeteditor/main/locale/pt.json index d0bd623da4..f8c8982971 100644 --- a/apps/spreadsheeteditor/main/locale/pt.json +++ b/apps/spreadsheeteditor/main/locale/pt.json @@ -2584,7 +2584,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Italiano", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Japonês", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Coreano", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUsed": "Último uso", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUse": "Último uso", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Laociano", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Letão", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "como SO X", diff --git a/apps/spreadsheeteditor/main/locale/ro.json b/apps/spreadsheeteditor/main/locale/ro.json index 79efd601f8..d49df07e4e 100644 --- a/apps/spreadsheeteditor/main/locale/ro.json +++ b/apps/spreadsheeteditor/main/locale/ro.json @@ -2588,7 +2588,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Italiană", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Japoneză", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Coreeană", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUsed": "Ultima utilizare", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUse": "Ultima utilizare", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Laoțiană", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Letonă", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "ca OS X", diff --git a/apps/spreadsheeteditor/main/locale/ru.json b/apps/spreadsheeteditor/main/locale/ru.json index 0a11d6c7ac..9e6dd90261 100644 --- a/apps/spreadsheeteditor/main/locale/ru.json +++ b/apps/spreadsheeteditor/main/locale/ru.json @@ -2588,7 +2588,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Итальянский", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Японский", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Корейский", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUsed": "Последнее использование", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUse": "Последнее использование", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Лаосский", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Латышский", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "как OS X", diff --git a/apps/spreadsheeteditor/main/locale/si.json b/apps/spreadsheeteditor/main/locale/si.json index 4a2a7fca22..2bac9db5ac 100644 --- a/apps/spreadsheeteditor/main/locale/si.json +++ b/apps/spreadsheeteditor/main/locale/si.json @@ -2584,7 +2584,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "ඉතාලි", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "ජපන්", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "කොරියානු", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUsed": "අන්තිම භාවිතය", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLastUse": "අන්තිම භාවිතය", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "ලාඕ", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "ලත්වියානු", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "ඕඑස් එක්ස් ලෙස",