summaryrefslogtreecommitdiffstats
path: root/core/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-08-29 00:31:10 +0000
committerNextcloud bot <bot@nextcloud.com>2023-08-29 00:31:10 +0000
commita48036560b074a3f22a1f131657c3e02efd09f24 (patch)
treeebb6a722b81b2d8ee6a18f4c3334e6d367ea9695 /core/l10n
parent887bc6fd6e5948e016aca5b9a745afa30296dcf3 (diff)
downloadnextcloud-server-a48036560b074a3f22a1f131657c3e02efd09f24.tar.gz
nextcloud-server-a48036560b074a3f22a1f131657c3e02efd09f24.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n')
-rw-r--r--core/l10n/ar.js5
-rw-r--r--core/l10n/ar.json5
-rw-r--r--core/l10n/de_DE.js3
-rw-r--r--core/l10n/de_DE.json3
-rw-r--r--core/l10n/en_GB.js3
-rw-r--r--core/l10n/en_GB.json3
-rw-r--r--core/l10n/es.js3
-rw-r--r--core/l10n/es.json3
-rw-r--r--core/l10n/gl.js3
-rw-r--r--core/l10n/gl.json3
-rw-r--r--core/l10n/sr.js3
-rw-r--r--core/l10n/sr.json3
-rw-r--r--core/l10n/sv.js3
-rw-r--r--core/l10n/sv.json3
-rw-r--r--core/l10n/zh_HK.js3
-rw-r--r--core/l10n/zh_HK.json3
-rw-r--r--core/l10n/zh_TW.js3
-rw-r--r--core/l10n/zh_TW.json3
18 files changed, 56 insertions, 2 deletions
diff --git a/core/l10n/ar.js b/core/l10n/ar.js
index ec86dfab799..7af1950c342 100644
--- a/core/l10n/ar.js
+++ b/core/l10n/ar.js
@@ -25,7 +25,7 @@ OC.L10N.register(
"State token does not match" : "حالة Token غير مطابقة",
"Invalid app password" : "كلمة المرور للتطبيق غير صحيحه",
"Could not complete login" : "لا يمكن إكمال عملية تسجيل الدخول",
- "State token missing" : "أمارة الحالة state token غير موجودة",
+ "State token missing" : "أَمَارَة الحالة state token غير موجودة",
"Your login token is invalid or has expired" : "معلومات الجلسة غير صالحة أو منتهية",
"This community release of Nextcloud is unsupported and push notifications are limited." : "هذا الإصدار المجتمعي من نكست كلاود غير مدعوم و إشعارات الدفع محدودة.",
"Login" : "الدخول",
@@ -236,8 +236,11 @@ OC.L10N.register(
"Looking for {term} …" : "جاري البحث عن {term}",
"No" : "لا",
"Yes" : "نعم",
+ "Choose {file}" : "إختَر {file}",
"Choose" : "اختيار",
+ "Copy to {target}" : "أُنسُخ إلى {target}",
"Copy" : "نسخ",
+ "Move to {target}" : "أُنقُل إلى {target}",
"Move" : "نقل",
"OK" : "موافق",
"Error loading message template: {error}" : "حصل خطأ في القالب: {error}",
diff --git a/core/l10n/ar.json b/core/l10n/ar.json
index 3608644e00e..6947814cf8f 100644
--- a/core/l10n/ar.json
+++ b/core/l10n/ar.json
@@ -23,7 +23,7 @@
"State token does not match" : "حالة Token غير مطابقة",
"Invalid app password" : "كلمة المرور للتطبيق غير صحيحه",
"Could not complete login" : "لا يمكن إكمال عملية تسجيل الدخول",
- "State token missing" : "أمارة الحالة state token غير موجودة",
+ "State token missing" : "أَمَارَة الحالة state token غير موجودة",
"Your login token is invalid or has expired" : "معلومات الجلسة غير صالحة أو منتهية",
"This community release of Nextcloud is unsupported and push notifications are limited." : "هذا الإصدار المجتمعي من نكست كلاود غير مدعوم و إشعارات الدفع محدودة.",
"Login" : "الدخول",
@@ -234,8 +234,11 @@
"Looking for {term} …" : "جاري البحث عن {term}",
"No" : "لا",
"Yes" : "نعم",
+ "Choose {file}" : "إختَر {file}",
"Choose" : "اختيار",
+ "Copy to {target}" : "أُنسُخ إلى {target}",
"Copy" : "نسخ",
+ "Move to {target}" : "أُنقُل إلى {target}",
"Move" : "نقل",
"OK" : "موافق",
"Error loading message template: {error}" : "حصل خطأ في القالب: {error}",
diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js
index 0bc62c33be7..ce0a58598c2 100644
--- a/core/l10n/de_DE.js
+++ b/core/l10n/de_DE.js
@@ -236,8 +236,11 @@ OC.L10N.register(
"Looking for {term} …" : "Suche nach {term}…",
"No" : "Nein",
"Yes" : "Ja",
+ "Choose {file}" : "{file} auswählen",
"Choose" : "Auswählen",
+ "Copy to {target}" : "Nach {target} kopieren",
"Copy" : "Kopieren",
+ "Move to {target}" : "Nach {target} verschieben",
"Move" : "Verschieben",
"OK" : "OK",
"Error loading message template: {error}" : "Fehler beim Laden der Nachrichtenvorlage: {error}",
diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json
index 3b740918432..636d6e829e5 100644
--- a/core/l10n/de_DE.json
+++ b/core/l10n/de_DE.json
@@ -234,8 +234,11 @@
"Looking for {term} …" : "Suche nach {term}…",
"No" : "Nein",
"Yes" : "Ja",
+ "Choose {file}" : "{file} auswählen",
"Choose" : "Auswählen",
+ "Copy to {target}" : "Nach {target} kopieren",
"Copy" : "Kopieren",
+ "Move to {target}" : "Nach {target} verschieben",
"Move" : "Verschieben",
"OK" : "OK",
"Error loading message template: {error}" : "Fehler beim Laden der Nachrichtenvorlage: {error}",
diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js
index f02081e3aae..ea841f5e550 100644
--- a/core/l10n/en_GB.js
+++ b/core/l10n/en_GB.js
@@ -236,8 +236,11 @@ OC.L10N.register(
"Looking for {term} …" : "Looking for {term} …",
"No" : "No",
"Yes" : "Yes",
+ "Choose {file}" : "Choose {file}",
"Choose" : "Choose",
+ "Copy to {target}" : "Copy to {target}",
"Copy" : "Copy",
+ "Move to {target}" : "Move to {target}",
"Move" : "Move",
"OK" : "OK",
"Error loading message template: {error}" : "Error loading message template: {error}",
diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json
index a6f472efb3f..d9d62108b8b 100644
--- a/core/l10n/en_GB.json
+++ b/core/l10n/en_GB.json
@@ -234,8 +234,11 @@
"Looking for {term} …" : "Looking for {term} …",
"No" : "No",
"Yes" : "Yes",
+ "Choose {file}" : "Choose {file}",
"Choose" : "Choose",
+ "Copy to {target}" : "Copy to {target}",
"Copy" : "Copy",
+ "Move to {target}" : "Move to {target}",
"Move" : "Move",
"OK" : "OK",
"Error loading message template: {error}" : "Error loading message template: {error}",
diff --git a/core/l10n/es.js b/core/l10n/es.js
index 1bc1e95a731..6006f58d249 100644
--- a/core/l10n/es.js
+++ b/core/l10n/es.js
@@ -236,8 +236,11 @@ OC.L10N.register(
"Looking for {term} …" : "Buscando {term}...",
"No" : "No",
"Yes" : "Sí",
+ "Choose {file}" : "Seleccionar {file}",
"Choose" : "Seleccionar",
+ "Copy to {target}" : "Copiar a {target}",
"Copy" : "Copiar",
+ "Move to {target}" : "Mover a {target}",
"Move" : "Mover",
"OK" : "OK",
"Error loading message template: {error}" : "Error al cargar plantilla del mensaje: {error}",
diff --git a/core/l10n/es.json b/core/l10n/es.json
index 09a5896bd81..d23d4553f03 100644
--- a/core/l10n/es.json
+++ b/core/l10n/es.json
@@ -234,8 +234,11 @@
"Looking for {term} …" : "Buscando {term}...",
"No" : "No",
"Yes" : "Sí",
+ "Choose {file}" : "Seleccionar {file}",
"Choose" : "Seleccionar",
+ "Copy to {target}" : "Copiar a {target}",
"Copy" : "Copiar",
+ "Move to {target}" : "Mover a {target}",
"Move" : "Mover",
"OK" : "OK",
"Error loading message template: {error}" : "Error al cargar plantilla del mensaje: {error}",
diff --git a/core/l10n/gl.js b/core/l10n/gl.js
index 50ca0784e2c..05d70b8e3a2 100644
--- a/core/l10n/gl.js
+++ b/core/l10n/gl.js
@@ -236,8 +236,11 @@ OC.L10N.register(
"Looking for {term} …" : "Buscando {term}…",
"No" : "Non",
"Yes" : "Si",
+ "Choose {file}" : "Escoller {file}",
"Choose" : "Escoller",
+ "Copy to {target}" : "Copiar en {target}",
"Copy" : "Copiar",
+ "Move to {target}" : "Mover a {target}",
"Move" : "Mover",
"OK" : "Aceptar",
"Error loading message template: {error}" : "Produciuse un erro ao cargar o modelo da mensaxe: {error}",
diff --git a/core/l10n/gl.json b/core/l10n/gl.json
index acb4ad5f9e7..1f31dc825b4 100644
--- a/core/l10n/gl.json
+++ b/core/l10n/gl.json
@@ -234,8 +234,11 @@
"Looking for {term} …" : "Buscando {term}…",
"No" : "Non",
"Yes" : "Si",
+ "Choose {file}" : "Escoller {file}",
"Choose" : "Escoller",
+ "Copy to {target}" : "Copiar en {target}",
"Copy" : "Copiar",
+ "Move to {target}" : "Mover a {target}",
"Move" : "Mover",
"OK" : "Aceptar",
"Error loading message template: {error}" : "Produciuse un erro ao cargar o modelo da mensaxe: {error}",
diff --git a/core/l10n/sr.js b/core/l10n/sr.js
index b733d0608ca..3c65563f814 100644
--- a/core/l10n/sr.js
+++ b/core/l10n/sr.js
@@ -236,8 +236,11 @@ OC.L10N.register(
"Looking for {term} …" : "Тражим {term} …",
"No" : "Не",
"Yes" : "Да",
+ "Choose {file}" : "Изабери {file}",
"Choose" : "Изаберите",
+ "Copy to {target}" : "Копирај у {target}",
"Copy" : "Копирај",
+ "Move to {target}" : "Премести у {target}",
"Move" : "Премести",
"OK" : "У реду",
"Error loading message template: {error}" : "Грешка при учитавању шаблона поруке: {error}",
diff --git a/core/l10n/sr.json b/core/l10n/sr.json
index 0bda41bce1b..7f5515f6838 100644
--- a/core/l10n/sr.json
+++ b/core/l10n/sr.json
@@ -234,8 +234,11 @@
"Looking for {term} …" : "Тражим {term} …",
"No" : "Не",
"Yes" : "Да",
+ "Choose {file}" : "Изабери {file}",
"Choose" : "Изаберите",
+ "Copy to {target}" : "Копирај у {target}",
"Copy" : "Копирај",
+ "Move to {target}" : "Премести у {target}",
"Move" : "Премести",
"OK" : "У реду",
"Error loading message template: {error}" : "Грешка при учитавању шаблона поруке: {error}",
diff --git a/core/l10n/sv.js b/core/l10n/sv.js
index e8479577e74..516fc47ea6c 100644
--- a/core/l10n/sv.js
+++ b/core/l10n/sv.js
@@ -215,8 +215,11 @@ OC.L10N.register(
"Looking for {term} …" : "Letar efter {term} …",
"No" : "Nej",
"Yes" : "Ja",
+ "Choose {file}" : "Välj {file}",
"Choose" : "Välj",
+ "Copy to {target}" : "Kopiera till {target}",
"Copy" : "Kopiera",
+ "Move to {target}" : "Flytta till {target}",
"Move" : "Flytta",
"OK" : "OK",
"Error loading message template: {error}" : "Fel uppstod under inläsningen av meddelandemallen: {error}",
diff --git a/core/l10n/sv.json b/core/l10n/sv.json
index 530ddd3bc7c..d5045ea54a7 100644
--- a/core/l10n/sv.json
+++ b/core/l10n/sv.json
@@ -213,8 +213,11 @@
"Looking for {term} …" : "Letar efter {term} …",
"No" : "Nej",
"Yes" : "Ja",
+ "Choose {file}" : "Välj {file}",
"Choose" : "Välj",
+ "Copy to {target}" : "Kopiera till {target}",
"Copy" : "Kopiera",
+ "Move to {target}" : "Flytta till {target}",
"Move" : "Flytta",
"OK" : "OK",
"Error loading message template: {error}" : "Fel uppstod under inläsningen av meddelandemallen: {error}",
diff --git a/core/l10n/zh_HK.js b/core/l10n/zh_HK.js
index b56ca6584ca..3711df8a149 100644
--- a/core/l10n/zh_HK.js
+++ b/core/l10n/zh_HK.js
@@ -236,8 +236,11 @@ OC.L10N.register(
"Looking for {term} …" : "正在搜尋 {term} …",
"No" : "否",
"Yes" : "是",
+ "Choose {file}" : "選擇 {file}",
"Choose" : "選擇",
+ "Copy to {target}" : "複製到 {target}",
"Copy" : "複製",
+ "Move to {target}" : "移動到 {target}",
"Move" : "移動",
"OK" : "OK",
"Error loading message template: {error}" : "載入訊息模板時出錯: {error}",
diff --git a/core/l10n/zh_HK.json b/core/l10n/zh_HK.json
index c6529662a0b..7baa840a4be 100644
--- a/core/l10n/zh_HK.json
+++ b/core/l10n/zh_HK.json
@@ -234,8 +234,11 @@
"Looking for {term} …" : "正在搜尋 {term} …",
"No" : "否",
"Yes" : "是",
+ "Choose {file}" : "選擇 {file}",
"Choose" : "選擇",
+ "Copy to {target}" : "複製到 {target}",
"Copy" : "複製",
+ "Move to {target}" : "移動到 {target}",
"Move" : "移動",
"OK" : "OK",
"Error loading message template: {error}" : "載入訊息模板時出錯: {error}",
diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js
index 0f22751b9ae..c438e9af032 100644
--- a/core/l10n/zh_TW.js
+++ b/core/l10n/zh_TW.js
@@ -236,8 +236,11 @@ OC.L10N.register(
"Looking for {term} …" : "搜尋 {term}……",
"No" : "否",
"Yes" : "是",
+ "Choose {file}" : "選擇 {file}",
"Choose" : "選擇",
+ "Copy to {target}" : "複製到 {target}",
"Copy" : "複製",
+ "Move to {target}" : "移動至 {target}",
"Move" : "移動",
"OK" : "OK",
"Error loading message template: {error}" : "載入訊息範本時發生錯誤:{error}",
diff --git a/core/l10n/zh_TW.json b/core/l10n/zh_TW.json
index 8c8ce332fff..58b15560467 100644
--- a/core/l10n/zh_TW.json
+++ b/core/l10n/zh_TW.json
@@ -234,8 +234,11 @@
"Looking for {term} …" : "搜尋 {term}……",
"No" : "否",
"Yes" : "是",
+ "Choose {file}" : "選擇 {file}",
"Choose" : "選擇",
+ "Copy to {target}" : "複製到 {target}",
"Copy" : "複製",
+ "Move to {target}" : "移動至 {target}",
"Move" : "移動",
"OK" : "OK",
"Error loading message template: {error}" : "載入訊息範本時發生錯誤:{error}",