diff --git a/locales/de.json b/locales/de.json index 139d6808..b6ba9b2a 100644 --- a/locales/de.json +++ b/locales/de.json @@ -14,7 +14,8 @@ "backToTop": "Nach oben", "settings": "Einstellungen", "help": "Hilfe", - "add": "Hinzufügen" + "add": "Hinzufügen", + "close": "Schließen" }, "status": { "loading": "Wird geladen...", diff --git a/locales/en.json b/locales/en.json index 0127c7fa..4504011b 100644 --- a/locales/en.json +++ b/locales/en.json @@ -14,7 +14,8 @@ "backToTop": "Back to top", "settings": "Settings", "help": "Help", - "add": "Add" + "add": "Add", + "close": "Close" }, "status": { "loading": "Loading...", diff --git a/locales/es.json b/locales/es.json index 55872266..f57dfea4 100644 --- a/locales/es.json +++ b/locales/es.json @@ -14,7 +14,8 @@ "backToTop": "Volver arriba", "settings": "Configuración", "help": "Ayuda", - "add": "Añadir" + "add": "Añadir", + "close": "Cerrar" }, "status": { "loading": "Cargando...", diff --git a/locales/fr.json b/locales/fr.json index f8909a99..d9231b56 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -14,7 +14,8 @@ "backToTop": "Retour en haut", "settings": "Paramètres", "help": "Aide", - "add": "Ajouter" + "add": "Ajouter", + "close": "Fermer" }, "status": { "loading": "Chargement...", diff --git a/locales/he.json b/locales/he.json index 1a91e49b..dfe9ede9 100644 --- a/locales/he.json +++ b/locales/he.json @@ -14,7 +14,8 @@ "backToTop": "חזרה למעלה", "settings": "הגדרות", "help": "עזרה", - "add": "הוספה" + "add": "הוספה", + "close": "סגור" }, "status": { "loading": "טוען...", diff --git a/locales/ja.json b/locales/ja.json index a3bd009c..809c027e 100644 --- a/locales/ja.json +++ b/locales/ja.json @@ -14,7 +14,8 @@ "backToTop": "トップへ戻る", "settings": "設定", "help": "ヘルプ", - "add": "追加" + "add": "追加", + "close": "閉じる" }, "status": { "loading": "読み込み中...", diff --git a/locales/ko.json b/locales/ko.json index 251c200e..4152d93a 100644 --- a/locales/ko.json +++ b/locales/ko.json @@ -14,7 +14,8 @@ "backToTop": "맨 위로", "settings": "설정", "help": "도움말", - "add": "추가" + "add": "추가", + "close": "닫기" }, "status": { "loading": "로딩 중...", diff --git a/locales/ru.json b/locales/ru.json index 6dea34db..1856fa99 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -14,7 +14,8 @@ "backToTop": "Наверх", "settings": "Настройки", "help": "Справка", - "add": "Добавить" + "add": "Добавить", + "close": "Закрыть" }, "status": { "loading": "Загрузка...", diff --git a/locales/zh-CN.json b/locales/zh-CN.json index 5d49180b..50243c89 100644 --- a/locales/zh-CN.json +++ b/locales/zh-CN.json @@ -14,7 +14,8 @@ "backToTop": "返回顶部", "settings": "设置", "help": "帮助", - "add": "添加" + "add": "添加", + "close": "关闭" }, "status": { "loading": "加载中...", diff --git a/locales/zh-TW.json b/locales/zh-TW.json index e9607271..a29a8d81 100644 --- a/locales/zh-TW.json +++ b/locales/zh-TW.json @@ -14,7 +14,8 @@ "backToTop": "回到頂部", "settings": "設定", "help": "說明", - "add": "新增" + "add": "新增", + "close": "關閉" }, "status": { "loading": "載入中...",