Skip to content

Commit d3225e4

Browse files
fix: localize Caps Lock warning for all supported languages
1 parent 12acad4 commit d3225e4

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

src/assets/translations/cs-CS.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@
10861086
"No classification data available": "Nejsou nalezeny žádná klasifikační data",
10871087
"No": "Ne",
10881088
"Yes": "Ano",
1089-
"Caps Lock is on": "Caps Lock is on"
1089+
"Caps Lock is on": "Caps Lock je zapnutý"
10901090
},
10911091
"passwordPreferences": {
10921092
"Password most be at least 1 character and not more that 50 characters long": "Heslo musí obsahovat alespoň 1 znak a ne více než 50 znaků",

src/assets/translations/de-DE.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@
10871087
"No classification data available": "Keine Klassifizierungsdaten gefunden",
10881088
"No": "Nein",
10891089
"Yes": "Ja",
1090-
"Caps Lock is on": "Caps Lock is on"
1090+
"Caps Lock is on": "Feststelltaste ist aktiviert"
10911091
},
10921092
"passwordPreferences": {
10931093
"Password most be at least 1 character and not more that 50 characters long": "Das Passwort muss mindestens 1 Zeichen und nicht mehr als 50 Zeichen lang sein",

src/assets/translations/es-CL.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@
10841084
"No classification data available": "No hay datos de clasificación encontradas",
10851085
"No": "No",
10861086
"Yes": "",
1087-
"Caps Lock is on": "Caps Lock is on"
1087+
"Caps Lock is on": "El bloqueo de mayúsculas está activado"
10881088
},
10891089
"passwordPreferences": {
10901090
"Password most be at least 1 character and not more that 50 characters long": "La contraseña debe tener al menos 1 carácter y no más de 50 caracteres",

src/assets/translations/es-MX.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@
10871087
"No classification data available": "No se encontraron datos de clasificación",
10881088
"No": "No",
10891089
"Yes": "",
1090-
"Caps Lock is on": "Caps Lock is on"
1090+
"Caps Lock is on": "El bloqueo de mayúsculas está activado"
10911091
},
10921092
"passwordPreferences": {
10931093
"Password most be at least 1 character and not more that 50 characters long": "La contraseña debe tener al menos 1 carácter y no más de 50 caracteres",

src/assets/translations/fr-FR.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@
10881088
"No classification data available": "Aucune donnée de classification trouvé",
10891089
"No": "Non",
10901090
"Yes": "Oui",
1091-
"Caps Lock is on": "Caps Lock is on"
1091+
"Caps Lock is on": "Le verrouillage des majuscules est activé"
10921092
},
10931093
"passwordPreferences": {
10941094
"Password most be at least 1 character and not more that 50 characters long": "Le mot de passe doit contenir au moins 1 caractère et pas plus de 50 caractères",

src/assets/translations/it-IT.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@
10851085
"No classification data available": "Nessun dato di classificazione trovato",
10861086
"No": "NO",
10871087
"Yes": "",
1088-
"Caps Lock is on": "Caps Lock is on"
1088+
"Caps Lock is on": "Il blocco maiuscole è attivo"
10891089
},
10901090
"passwordPreferences": {
10911091
"Password most be at least 1 character and not more that 50 characters long": "La password deve contenere almeno 1 carattere e non più di 50 caratteri",

src/assets/translations/ko-KO.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@
10851085
"No classification data available": "분류 데이터를 사용할 수 없습니다",
10861086
"No": "아니요",
10871087
"Yes": "",
1088-
"Caps Lock is on": "Caps Lock is on"
1088+
"Caps Lock is on": "Caps Lock이 켜져 있습니다"
10891089
},
10901090
"passwordPreferences": {
10911091
"Password most be at least 1 character and not more that 50 characters long": "비밀번호는 최소 1자 이상 50자 이하여야 합니다",

src/assets/translations/lt-LT.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@
10841084
"No classification data available": "Nėra klasifikacijos duomenų",
10851085
"No": "Ne",
10861086
"Yes": "Taip",
1087-
"Caps Lock is on": "Caps Lock is on"
1087+
"Caps Lock is on": "Caps Lock įjungtas"
10881088
},
10891089
"passwordPreferences": {
10901090
"Password most be at least 1 character and not more that 50 characters long": "Slaptažodis turi būti ne mažiau kaip 1 simbolis ir ne daugiau kaip 50 simbolių",

src/assets/translations/lv-LV.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@
10851085
"No classification data available": "Nav pieejami klasifikācijas dati",
10861086
"No": "",
10871087
"Yes": "",
1088-
"Caps Lock is on": "Caps Lock is on"
1088+
"Caps Lock is on": "Caps Lock ir ieslēgts"
10891089
},
10901090
"passwordPreferences": {
10911091
"Password most be at least 1 character and not more that 50 characters long": "Parolei jābūt vismaz 1 rakstzīmei un ne vairāk kā 50 rakstzīmēm",

src/assets/translations/ne-NE.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@
10841084
"No classification data available": "कुनै वर्गीकरण डाटा उपलब्ध छैन",
10851085
"No": "छैन",
10861086
"Yes": "हो",
1087-
"Caps Lock is on": "Caps Lock is on"
1087+
"Caps Lock is on": "क्याप्स लक चालू छ"
10881088
},
10891089
"passwordPreferences": {
10901090
"Password most be at least 1 character and not more that 50 characters long": "पासवर्ड कम्तिमा १ क्यारेक्टर र ५० क्यारेक्टरभन्दा बढी नहुने हुनुपर्छ",

0 commit comments

Comments
 (0)