diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-01 00:38:54 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-01 00:38:54 +0000 |
commit | 2b35ed7c82c9269a6392b57b45872d27643cba03 (patch) | |
tree | cf8d95a9fced92ec32e40879951342ed6b13d4dd /lib/l10n | |
parent | 3ecaeb6f2bfcacc1cadbdeb8f6d0445fc00e2402 (diff) | |
download | nextcloud-server-2b35ed7c82c9269a6392b57b45872d27643cba03.tar.gz nextcloud-server-2b35ed7c82c9269a6392b57b45872d27643cba03.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/ast.js | 4 | ||||
-rw-r--r-- | lib/l10n/ast.json | 4 | ||||
-rw-r--r-- | lib/l10n/he.js | 2 | ||||
-rw-r--r-- | lib/l10n/he.json | 2 |
4 files changed, 10 insertions, 2 deletions
diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js index f6c24900978..48831d201f6 100644 --- a/lib/l10n/ast.js +++ b/lib/l10n/ast.js @@ -18,6 +18,8 @@ OC.L10N.register( "Education Edition" : "Edición educativa", "The library %s is not available." : "La biblioteca «%s» nun ta disponible.", "Authentication" : "Autenticación", + "Unknown filetype" : "El tipu de ficheru ye inválidu", + "Invalid image" : "La imaxe ye inválida", "Files" : "Ficheros", "View profile" : "Ver el perfil", "today" : "güei", @@ -56,6 +58,8 @@ OC.L10N.register( "Personal settings" : "Configuración personal", "Settings" : "Configuración", "Log out" : "Zarrar la sesión", + "Users" : "Usuarios", + "Email" : "Corréu electrónicu", "Fediverse" : "Fediversu", "Twitter" : "Twitter", "Website" : "Sitiu web", diff --git a/lib/l10n/ast.json b/lib/l10n/ast.json index 71ab2f3cce1..6b3937fcafb 100644 --- a/lib/l10n/ast.json +++ b/lib/l10n/ast.json @@ -16,6 +16,8 @@ "Education Edition" : "Edición educativa", "The library %s is not available." : "La biblioteca «%s» nun ta disponible.", "Authentication" : "Autenticación", + "Unknown filetype" : "El tipu de ficheru ye inválidu", + "Invalid image" : "La imaxe ye inválida", "Files" : "Ficheros", "View profile" : "Ver el perfil", "today" : "güei", @@ -54,6 +56,8 @@ "Personal settings" : "Configuración personal", "Settings" : "Configuración", "Log out" : "Zarrar la sesión", + "Users" : "Usuarios", + "Email" : "Corréu electrónicu", "Fediverse" : "Fediversu", "Twitter" : "Twitter", "Website" : "Sitiu web", diff --git a/lib/l10n/he.js b/lib/l10n/he.js index 489871b7f75..8e35fcd975b 100644 --- a/lib/l10n/he.js +++ b/lib/l10n/he.js @@ -185,4 +185,4 @@ OC.L10N.register( "To fix this issue update your libxml2 version and restart your web server." : "לתיקון הבעיה יש לעדכן את גרסת ה- libxml2 שלך ולהפעיל מחדש את שרת האינטרנט שלך.", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "יש לשנות את ההרשאות ל- 0770 כך שהתיקייה לא תרשם על ידי משתמשים אחרים." }, -"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); +"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"); diff --git a/lib/l10n/he.json b/lib/l10n/he.json index 4f583641a36..b0828f15305 100644 --- a/lib/l10n/he.json +++ b/lib/l10n/he.json @@ -182,5 +182,5 @@ "libxml2 2.7.0 is at least required. Currently %s is installed." : "libxml2 2.7.0 נדרש לכל הפחות. כרגע %s מותקן.", "To fix this issue update your libxml2 version and restart your web server." : "לתיקון הבעיה יש לעדכן את גרסת ה- libxml2 שלך ולהפעיל מחדש את שרת האינטרנט שלך.", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "יש לשנות את ההרשאות ל- 0770 כך שהתיקייה לא תרשם על ידי משתמשים אחרים." -},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" +},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;" }
\ No newline at end of file |