Skip to content

Commit 99a9439

Browse files
committed
chore(FR-852): update validation message for folder name to allow only English letters
1 parent fcbb821 commit 99a9439

21 files changed

Lines changed: 19 additions & 40 deletions

resources/i18n/de.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,7 @@
209209
"Active": "Aktiv",
210210
"Add": "hinzufügen",
211211
"All": "Alle",
212-
"AllowsLettersNumbersAnd-_": "Erlaubt Buchstaben, Zahlen und -_",
213-
"AllowsLettersNumbersAnd-_Dot": "Erlaubt Buchstaben, Zahlen und -_.",
212+
"AllowsLettersNumbersAnd-_Dot": "Ermöglicht englische Buchstaben, Zahlen und -_.",
214213
"AutoMount": "Autohalterung",
215214
"AutomountFolders": "Automount-Ordner",
216215
"CloningIsOnlyPossibleSameHost": "Derzeit ist das Klonen nur auf demselben Host möglich.",

resources/i18n/el.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,7 @@
209209
"Active": "Ενεργός",
210210
"Add": "Προσθέστε",
211211
"All": "Ολοι",
212-
"AllowsLettersNumbersAnd-_": "Επιτρέπει γράμματα, αριθμούς και -_",
213-
"AllowsLettersNumbersAnd-_Dot": "Επιτρέπει γράμματα, αριθμούς και -_.",
212+
"AllowsLettersNumbersAnd-_Dot": "Επιτρέπει αγγλικά γράμματα, αριθμούς και -_.",
214213
"AutoMount": "Αυτοκινητοβιομηχανία",
215214
"AutomountFolders": "Φάκελοι Automount",
216215
"CloningIsOnlyPossibleSameHost": "Προς το παρόν, η κλωνοποίηση είναι δυνατή μόνο στον ίδιο κεντρικό υπολογιστή.",

resources/i18n/en.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,7 @@
211211
"Active": "Active",
212212
"Add": "Add",
213213
"All": "All",
214-
"AllowsLettersNumbersAnd-_": "Allows letters, numbers and -_",
215-
"AllowsLettersNumbersAnd-_Dot": "Allows letters, numbers and -_.",
214+
"AllowsLettersNumbersAnd-_Dot": "Allows English letters, numbers and -_.",
216215
"AutoMount": "Auto Mount",
217216
"AutomountFolders": "Automount Folders",
218217
"CloningIsOnlyPossibleSameHost": "Currently, cloning is only possible on the same host.",

resources/i18n/es.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,7 @@
209209
"Active": "Activo",
210210
"Add": "Añadir",
211211
"All": "Todo",
212-
"AllowsLettersNumbersAnd-_": "Permite letras, números y -_",
213-
"AllowsLettersNumbersAnd-_Dot": "Permite letras, números y -_.",
212+
"AllowsLettersNumbersAnd-_Dot": "Permite letras en inglés, números y -_.",
214213
"AutoMount": "Montaje automático",
215214
"AutomountFolders": "Carpetas de montaje automático",
216215
"CloningIsOnlyPossibleSameHost": "Actualmente, la clonación sólo es posible en el mismo host.",

resources/i18n/fi.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@
208208
"Active": "Aktiivinen",
209209
"Add": "Lisätä",
210210
"All": "Kaikki",
211-
"AllowsLettersNumbersAnd-_": "Sallii kirjaimet, numerot ja -_",
212-
"AllowsLettersNumbersAnd-_Dot": "Sallii kirjaimet, numerot ja -_.",
211+
"AllowsLettersNumbersAnd-_Dot": "Sallii englanninkieliset kirjaimet, numerot ja -_.",
213212
"AutoMount": "Automaattinen kiinnitys",
214213
"AutomountFolders": "Automount-kansiot",
215214
"CloningIsOnlyPossibleSameHost": "Tällä hetkellä kloonaus on mahdollista vain samassa isännässä.",

resources/i18n/fr.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,7 @@
209209
"Active": "Actif",
210210
"Add": "Ajouter",
211211
"All": "Tous",
212-
"AllowsLettersNumbersAnd-_": "Autorise les lettres, les chiffres et -_",
213-
"AllowsLettersNumbersAnd-_Dot": "Autorise les lettres, les chiffres et -_.",
212+
"AllowsLettersNumbersAnd-_Dot": "Permet des lettres anglaises, des chiffres et -_.",
214213
"AutoMount": "Monture automatique",
215214
"AutomountFolders": "Dossiers à montage automatique",
216215
"CloningIsOnlyPossibleSameHost": "Actuellement, le clonage n'est possible que sur le même hôte.",

resources/i18n/id.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@
208208
"Active": "Aktif",
209209
"Add": "Menambahkan",
210210
"All": "Semua",
211-
"AllowsLettersNumbersAnd-_": "Mengizinkan huruf, angka, dan -_",
212-
"AllowsLettersNumbersAnd-_Dot": "Mengizinkan huruf, angka, dan -_.",
211+
"AllowsLettersNumbersAnd-_Dot": "Memungkinkan huruf bahasa Inggris, angka, dan -_.",
213212
"AutoMount": "Pemasangan otomatis",
214213
"AutomountFolders": "Folder yang Dipasang Otomatis",
215214
"CloningIsOnlyPossibleSameHost": "Saat ini, kloning hanya dapat dilakukan pada host yang sama.",

resources/i18n/it.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@
208208
"Active": "Attivo",
209209
"Add": "Aggiungi",
210210
"All": "Tutto",
211-
"AllowsLettersNumbersAnd-_": "Consente lettere, numeri e -_",
212-
"AllowsLettersNumbersAnd-_Dot": "Consente lettere, numeri e -_.",
211+
"AllowsLettersNumbersAnd-_Dot": "Consente lettere, numeri in inglese e -_.",
213212
"AutoMount": "Monte automatica",
214213
"AutomountFolders": "Cartelle di montaggio automatico",
215214
"CloningIsOnlyPossibleSameHost": "Attualmente la clonazione è possibile solo sullo stesso host.",

resources/i18n/ja.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@
208208
"Active": "アクティブ",
209209
"Add": "追加",
210210
"All": "全て",
211-
"AllowsLettersNumbersAnd-_": "文字、数字、および-_を許可します",
212-
"AllowsLettersNumbersAnd-_Dot": "文字、数字、および-_を許可します。",
211+
"AllowsLettersNumbersAnd-_Dot": "英語の文字、数字、-_を許可します。",
213212
"AutoMount": "オートマウント",
214213
"AutomountFolders": "フォルダーの自動マウント",
215214
"CloningIsOnlyPossibleSameHost": "現在、クローン作成は同じホスト上でのみ可能です。",

resources/i18n/ko.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,7 @@
211211
"Active": "활성",
212212
"Add": "추가",
213213
"All": "전체",
214-
"AllowsLettersNumbersAnd-_": "문자, 숫자 및 -_ 만 허용됩니다.",
215-
"AllowsLettersNumbersAnd-_Dot": "문자, 숫자 및 -_. 만 허용됩니다.",
214+
"AllowsLettersNumbersAnd-_Dot": "영문자, 숫자 및 -_. 만 허용됩니다.",
216215
"AutoMount": "자동 마운트",
217216
"AutomountFolders": "자동 마운트 폴더",
218217
"CloningIsOnlyPossibleSameHost": "현재 폴더 복사는 동일한 호스트간에만 가능합니다.",

0 commit comments

Comments
 (0)