From f70de60672bcd771ca952a8b26ad285f99bd8698 Mon Sep 17 00:00:00 2001 From: jacobherrington Date: Sun, 30 Sep 2018 08:45:50 -0500 Subject: [PATCH] Change You Have to Save! copy to Unsaved Changes! --- browser/main/modals/PreferencesModal/Blog.js | 2 +- browser/main/modals/PreferencesModal/HotkeyTab.js | 2 +- browser/main/modals/PreferencesModal/UiTab.js | 2 +- locales/da.json | 2 +- locales/de.json | 2 +- locales/en.json | 2 +- locales/es-ES.json | 2 +- locales/fa.json | 4 ++-- locales/fr.json | 2 +- locales/hu.json | 2 +- locales/it.json | 2 +- locales/ja.json | 2 +- locales/ko.json | 2 +- locales/no.json | 2 +- locales/pl.json | 2 +- locales/pt-BR.json | 2 +- locales/pt-PT.json | 2 +- locales/ru.json | 2 +- locales/sq.json | 2 +- locales/tr.json | 2 +- locales/zh-CN.json | 2 +- locales/zh-TW.json | 2 +- 22 files changed, 23 insertions(+), 23 deletions(-) diff --git a/browser/main/modals/PreferencesModal/Blog.js b/browser/main/modals/PreferencesModal/Blog.js index 9f4d33f6..c9ae2bf0 100644 --- a/browser/main/modals/PreferencesModal/Blog.js +++ b/browser/main/modals/PreferencesModal/Blog.js @@ -70,7 +70,7 @@ class Blog extends React.Component { this.props.haveToSave({ tab: 'Blog', type: 'warning', - message: i18n.__('You have to save!') + message: i18n.__('Unsaved Changes!') }) } } diff --git a/browser/main/modals/PreferencesModal/HotkeyTab.js b/browser/main/modals/PreferencesModal/HotkeyTab.js index 671e1516..9fba69b3 100644 --- a/browser/main/modals/PreferencesModal/HotkeyTab.js +++ b/browser/main/modals/PreferencesModal/HotkeyTab.js @@ -79,7 +79,7 @@ class HotkeyTab extends React.Component { this.props.haveToSave({ tab: 'Hotkey', type: 'warning', - message: i18n.__('You have to save!') + message: i18n.__('Unsaved Changes!') }) } } diff --git a/browser/main/modals/PreferencesModal/UiTab.js b/browser/main/modals/PreferencesModal/UiTab.js index 1b7d3672..d8a8af1a 100644 --- a/browser/main/modals/PreferencesModal/UiTab.js +++ b/browser/main/modals/PreferencesModal/UiTab.js @@ -125,7 +125,7 @@ class UiTab extends React.Component { this.props.haveToSave({ tab: 'UI', type: 'warning', - message: i18n.__('You have to save!') + message: i18n.__('Unsaved Changes!') }) } }) diff --git a/locales/da.json b/locales/da.json index c34d21fa..2859105c 100644 --- a/locales/da.json +++ b/locales/da.json @@ -141,7 +141,7 @@ "Polish": "Polish", "Portuguese": "Portuguese", "Spanish": "Spanish", - "You have to save!": "You have to save!", + "Unsaved Changes!": "Unsaved Changes!", "Russian": "Russian", "Command(⌘)": "Command(⌘)", "Editor Rulers": "Editor Rulers", diff --git a/locales/de.json b/locales/de.json index fe57a8a9..f1e82a8a 100644 --- a/locales/de.json +++ b/locales/de.json @@ -130,7 +130,7 @@ "Permanent Delete": "Dauerhaft löschen", "Confirm note deletion": "Löschen bestätigen", "This will permanently remove this note.": "Diese Notiz wird dauerhaft gelöscht.", - "You have to save!": "Speichern notwendig!", + "Unsaved Changes!": "Speichern notwendig!", "Albanian": "Albanisch", "Danish": "Dänisch", "Japanese": "Japanisch", diff --git a/locales/en.json b/locales/en.json index 5992fa5a..5042e9b7 100644 --- a/locales/en.json +++ b/locales/en.json @@ -150,7 +150,7 @@ "Polish": "Polish", "Portuguese": "Portuguese", "Spanish": "Spanish", - "You have to save!": "You have to save!", + "Unsaved Changes!": "Unsaved Changes!", "UserName": "UserName", "Password": "Password", "Russian": "Russian", diff --git a/locales/es-ES.json b/locales/es-ES.json index 8f466c46..2dad880e 100644 --- a/locales/es-ES.json +++ b/locales/es-ES.json @@ -141,7 +141,7 @@ "Polish": "Polaco", "Portuguese": "Portugués", "Spanish": "Español", - "You have to save!": "¡Tienes que guardar!", + "Unsaved Changes!": "¡Tienes que guardar!", "Russian": "Ruso", "Command(⌘)": "Comando(⌘)", "Editor Rulers": "Reglas del editor", diff --git a/locales/fa.json b/locales/fa.json index b860e1e7..2f57f26d 100644 --- a/locales/fa.json +++ b/locales/fa.json @@ -142,7 +142,7 @@ "Polish": "لهستانی", "Portuguese": "پرتغالی", "Spanish": "اسپانیایی", - "You have to save!": "!باید ذخیره کنید", + "Unsaved Changes!": "!باید ذخیره کنید", "UserName": "نام کاربری", "Password": "رمز عبور", "Russian": "روسی", @@ -156,4 +156,4 @@ "Allow dangerous html tags": "تگ های خطرناک اچ‌ تی ام ال مجاز اند", "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.", "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠" -} \ No newline at end of file +} diff --git a/locales/fr.json b/locales/fr.json index 64e0d1fd..8261a2b1 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -140,7 +140,7 @@ "Polish": "Polonais", "Portuguese": "Portugais", "Spanish": "Espagnol", - "You have to save!": "Il faut sauvegarder !", + "Unsaved Changes!": "Il faut sauvegarder !", "Russian": "Russe", "Command(⌘)": "Command(⌘)", "Editor Rulers": "Règles dans l'éditeur", diff --git a/locales/hu.json b/locales/hu.json index 08523ee7..0659b4f6 100644 --- a/locales/hu.json +++ b/locales/hu.json @@ -150,7 +150,7 @@ "Polish": "Polish", "Portuguese": "Portuguese", "Spanish": "Spanish", - "You have to save!": "Mentened kell!", + "Unsaved Changes!": "Mentened kell!", "UserName": "FelhasznaloNev", "Password": "Jelszo", "Russian": "Russian", diff --git a/locales/it.json b/locales/it.json index f719fc42..35fa95d0 100644 --- a/locales/it.json +++ b/locales/it.json @@ -142,7 +142,7 @@ "Polish": "Polacco", "Portuguese": "Portoghese", "Spanish": "Spagnolo", - "You have to save!": "Devi salvare!", + "Unsaved Changes!": "Devi salvare!", "UserName": "UserName", "Password": "Password", "Russian": "Russo", diff --git a/locales/ja.json b/locales/ja.json index a238932d..764836e5 100644 --- a/locales/ja.json +++ b/locales/ja.json @@ -150,7 +150,7 @@ "Polish": "ポーランド語", "Portuguese": "ポルトガル語", "Spanish": "スペイン語", - "You have to save!": "保存してください!", + "Unsaved Changes!": "保存してください!", "UserName": "ユーザー名", "Password": "パスワード", "Russian": "ロシア語", diff --git a/locales/ko.json b/locales/ko.json index cb1a7b50..83c99eaa 100644 --- a/locales/ko.json +++ b/locales/ko.json @@ -141,7 +141,7 @@ "Polish": "Polish", "Portuguese": "Portuguese", "Spanish": "Spanish", - "You have to save!": "저장해주세요!", + "Unsaved Changes!": "저장해주세요!", "Russian": "Russian", "Command(⌘)": "Command(⌘)", "Delete Folder": "폴더 삭제", diff --git a/locales/no.json b/locales/no.json index 33b1b763..06128cc0 100644 --- a/locales/no.json +++ b/locales/no.json @@ -141,7 +141,7 @@ "Polish": "Polish", "Portuguese": "Portuguese", "Spanish": "Spanish", - "You have to save!": "You have to save!", + "Unsaved Changes!": "Unsaved Changes!", "Russian": "Russian", "Editor Rulers": "Editor Rulers", "Enable": "Enable", diff --git a/locales/pl.json b/locales/pl.json index cdf743d4..f9f495d9 100644 --- a/locales/pl.json +++ b/locales/pl.json @@ -147,7 +147,7 @@ "Polish": "Polski", "Portuguese": "Portugalski", "Spanish": "Hiszpański", - "You have to save!": "Musisz zapisać!", + "Unsaved Changes!": "Musisz zapisać!", "Russian": "Rosyjski", "Editor Rulers": "Margines", "Enable": "Włącz", diff --git a/locales/pt-BR.json b/locales/pt-BR.json index 63180d20..bc1c8350 100644 --- a/locales/pt-BR.json +++ b/locales/pt-BR.json @@ -141,7 +141,7 @@ "Polish": "Polonês", "Portuguese": "Português (pt-BR)", "Spanish": "Espanhol", - "You have to save!": "Você precisa salvar!", + "Unsaved Changes!": "Você precisa salvar!", "Russian": "Russo", "Editor Rulers": "Réguas do Editor", "Enable": "Habilitado", diff --git a/locales/pt-PT.json b/locales/pt-PT.json index 33b1b763..06128cc0 100644 --- a/locales/pt-PT.json +++ b/locales/pt-PT.json @@ -141,7 +141,7 @@ "Polish": "Polish", "Portuguese": "Portuguese", "Spanish": "Spanish", - "You have to save!": "You have to save!", + "Unsaved Changes!": "Unsaved Changes!", "Russian": "Russian", "Editor Rulers": "Editor Rulers", "Enable": "Enable", diff --git a/locales/ru.json b/locales/ru.json index 8a14af09..cdd08feb 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -140,7 +140,7 @@ "Polish": "Польский", "Portuguese": "Португальский", "Spanish": "Испанский", - "You have to save!": "Нужно сохранить!", + "Unsaved Changes!": "Нужно сохранить!", "UserName": "Имя пользователя", "Password": "Пароль", "Russian": "Русский", diff --git a/locales/sq.json b/locales/sq.json index f2858c92..9cca6662 100644 --- a/locales/sq.json +++ b/locales/sq.json @@ -140,7 +140,7 @@ "Polish": "Polish", "Portuguese": "Portuguese", "Spanish": "Spanish", - "You have to save!": "You have to save!", + "Unsaved Changes!": "Unsaved Changes!", "Russian": "Russian", "Editor Rulers": "Editor Rulers", "Enable": "Enable", diff --git a/locales/tr.json b/locales/tr.json index c5f75b12..073fcc94 100644 --- a/locales/tr.json +++ b/locales/tr.json @@ -140,7 +140,7 @@ "Polish": "Lehçe", "Portuguese": "Portekizce", "Spanish": "İspanyolca", - "You have to save!": "Kaydetmelisiniz!", + "Unsaved Changes!": "Kaydetmelisiniz!", "UserName": "KullanıcıAdı", "Password": "Şifre", "Russian": "Rusça", diff --git a/locales/zh-CN.json b/locales/zh-CN.json index e3b3dac0..ccd54dea 100755 --- a/locales/zh-CN.json +++ b/locales/zh-CN.json @@ -143,7 +143,7 @@ "Polish": "Polish", "Portuguese": "Portuguese", "Spanish": "Spanish", - "You have to save!": "你必须保存一下!", + "Unsaved Changes!": "你必须保存一下!", "Russian": "Russian", "Editor Rulers": "Editor Rulers", "Enable": "开启", diff --git a/locales/zh-TW.json b/locales/zh-TW.json index e8c86b88..eb9d1e08 100755 --- a/locales/zh-TW.json +++ b/locales/zh-TW.json @@ -140,7 +140,7 @@ "Polish": "Polish", "Portuguese": "Portuguese", "Spanish": "Spanish", - "You have to save!": "你必須儲存一下!", + "Unsaved Changes!": "你必須儲存一下!", "Russian": "Russian", "Editor Rulers": "編輯器中顯示垂直尺規", "Enable": "啟用",