summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-10-20 00:08:34 +0000
committerNextcloud bot <bot@nextcloud.com>2017-10-20 00:08:34 +0000
commita94976bfc83cc47f49217eb5ba7509aee59b3012 (patch)
tree7030311a212942dd3dc2bbf56ffe689327c41cfb /apps/files/l10n
parent9932b7498d4ccf6dede786741a5b12ea167b3f48 (diff)
downloadnextcloud-server-a94976bfc83cc47f49217eb5ba7509aee59b3012.tar.gz
nextcloud-server-a94976bfc83cc47f49217eb5ba7509aee59b3012.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n')
-rw-r--r--apps/files/l10n/hu.js6
-rw-r--r--apps/files/l10n/hu.json6
-rw-r--r--apps/files/l10n/ja.js4
-rw-r--r--apps/files/l10n/ja.json4
4 files changed, 20 insertions, 0 deletions
diff --git a/apps/files/l10n/hu.js b/apps/files/l10n/hu.js
index 820cfda7754..694aeb1e614 100644
--- a/apps/files/l10n/hu.js
+++ b/apps/files/l10n/hu.js
@@ -22,6 +22,7 @@ OC.L10N.register(
"Actions" : "Műveletek",
"Download" : "Letöltés",
"Rename" : "Átnevezés",
+ "Move or copy" : "Mozgatás vagy másolás",
"Target folder" : "Cél mappa",
"Delete" : "Törlés",
"Disconnect storage" : "Tároló leválasztása",
@@ -36,6 +37,10 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Ez a könyvtár nem elérhető, kérem nézze meg a naplófájlokat vagy keresse az adminisztrátort",
"Could not move \"{file}\", target exists" : "{file} fájl nem áthelyezhető, mert a cél már létezik",
"Could not move \"{file}\"" : "{file} fájl nem áthelyezhető",
+ "Could not copy \"{file}\", target exists" : "Nem sikerült \"{file}\" másolása, a cél már létezik",
+ "Could not copy \"{file}\"" : "\"{file}\" másolása sikertelen",
+ "Copied {origin} inside {destination}" : "{origin} átmásolva ide: {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} és {nbfiles} egyéb fájl átmásolva ide: {destination}",
"{newName} already exists" : "{newName} már létezik",
"Could not rename \"{fileName}\", it does not exist any more" : "Nem átnevezhető erre: {fileName}, mert már nem létezik",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "{targetName} már használatban van ebben a mappában: {dir}. Kérjük, válassz másik nevet.",
@@ -119,6 +124,7 @@ OC.L10N.register(
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Használja ezt a címet <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">a Fájlok eléréséhez WebDAV-on keresztül</a>.",
"Uploading @" : "Feltöltés @",
+ "Cancel upload" : "Feltöltés megszakítása",
"No files in here" : "Itt nincsenek fájlok",
"Upload some content or sync with your devices!" : "Tölts fel néhány tartalmat, vagy szinkronizálj az eszközöddel!",
"No entries found in this folder" : "Nincsenek bejegyzések ebben a mappában",
diff --git a/apps/files/l10n/hu.json b/apps/files/l10n/hu.json
index 2122c818250..9dc06fb48fd 100644
--- a/apps/files/l10n/hu.json
+++ b/apps/files/l10n/hu.json
@@ -20,6 +20,7 @@
"Actions" : "Műveletek",
"Download" : "Letöltés",
"Rename" : "Átnevezés",
+ "Move or copy" : "Mozgatás vagy másolás",
"Target folder" : "Cél mappa",
"Delete" : "Törlés",
"Disconnect storage" : "Tároló leválasztása",
@@ -34,6 +35,10 @@
"This directory is unavailable, please check the logs or contact the administrator" : "Ez a könyvtár nem elérhető, kérem nézze meg a naplófájlokat vagy keresse az adminisztrátort",
"Could not move \"{file}\", target exists" : "{file} fájl nem áthelyezhető, mert a cél már létezik",
"Could not move \"{file}\"" : "{file} fájl nem áthelyezhető",
+ "Could not copy \"{file}\", target exists" : "Nem sikerült \"{file}\" másolása, a cél már létezik",
+ "Could not copy \"{file}\"" : "\"{file}\" másolása sikertelen",
+ "Copied {origin} inside {destination}" : "{origin} átmásolva ide: {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} és {nbfiles} egyéb fájl átmásolva ide: {destination}",
"{newName} already exists" : "{newName} már létezik",
"Could not rename \"{fileName}\", it does not exist any more" : "Nem átnevezhető erre: {fileName}, mert már nem létezik",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "{targetName} már használatban van ebben a mappában: {dir}. Kérjük, válassz másik nevet.",
@@ -117,6 +122,7 @@
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Használja ezt a címet <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">a Fájlok eléréséhez WebDAV-on keresztül</a>.",
"Uploading @" : "Feltöltés @",
+ "Cancel upload" : "Feltöltés megszakítása",
"No files in here" : "Itt nincsenek fájlok",
"Upload some content or sync with your devices!" : "Tölts fel néhány tartalmat, vagy szinkronizálj az eszközöddel!",
"No entries found in this folder" : "Nincsenek bejegyzések ebben a mappában",
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js
index 3b6ab721ab1..41c1256e8da 100644
--- a/apps/files/l10n/ja.js
+++ b/apps/files/l10n/ja.js
@@ -16,10 +16,12 @@ OC.L10N.register(
"Not enough free space, you are uploading {size1} but only {size2} is left" : "空き容量が十分でなく、 {size1} をアップロードしていますが、 {size2} しか残っていません。",
"Target folder \"{dir}\" does not exist any more" : "対象フォルダー \"{dir}\" がもう存在しません",
"Not enough free space" : "十分な空き容量がありません",
+ "Uploading …" : "アップロード中...",
"{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中 {loadedSize} ({bitrate})",
"Actions" : "アクション",
"Download" : "ダウンロード",
"Rename" : "名前の変更",
+ "Move or copy" : "移動またはコピー",
"Target folder" : "対象フォルダー",
"Delete" : "削除",
"Disconnect storage" : "ストレージを切断する",
@@ -34,6 +36,8 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "このディレクトリは利用できません。ログを確認するか管理者に問い合わせてください。",
"Could not move \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"を移動できませんでした",
"Could not move \"{file}\"" : "\"{file}\" を移動できませんでした",
+ "Could not copy \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"をコピーできませんでした",
+ "Could not copy \"{file}\"" : "\"{file}\"をコピーできませんでした",
"{newName} already exists" : "{newName} はすでに存在します",
"Could not rename \"{fileName}\", it does not exist any more" : "ファイルが存在しないため,\"{fileName}\"の名前変更ができませんでした",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{targetName}\" はフォルダー \"{dir}\" ですでに使われています。別の名前を選択してください。",
diff --git a/apps/files/l10n/ja.json b/apps/files/l10n/ja.json
index 100d473f70d..9112fb9bb13 100644
--- a/apps/files/l10n/ja.json
+++ b/apps/files/l10n/ja.json
@@ -14,10 +14,12 @@
"Not enough free space, you are uploading {size1} but only {size2} is left" : "空き容量が十分でなく、 {size1} をアップロードしていますが、 {size2} しか残っていません。",
"Target folder \"{dir}\" does not exist any more" : "対象フォルダー \"{dir}\" がもう存在しません",
"Not enough free space" : "十分な空き容量がありません",
+ "Uploading …" : "アップロード中...",
"{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中 {loadedSize} ({bitrate})",
"Actions" : "アクション",
"Download" : "ダウンロード",
"Rename" : "名前の変更",
+ "Move or copy" : "移動またはコピー",
"Target folder" : "対象フォルダー",
"Delete" : "削除",
"Disconnect storage" : "ストレージを切断する",
@@ -32,6 +34,8 @@
"This directory is unavailable, please check the logs or contact the administrator" : "このディレクトリは利用できません。ログを確認するか管理者に問い合わせてください。",
"Could not move \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"を移動できませんでした",
"Could not move \"{file}\"" : "\"{file}\" を移動できませんでした",
+ "Could not copy \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"をコピーできませんでした",
+ "Could not copy \"{file}\"" : "\"{file}\"をコピーできませんでした",
"{newName} already exists" : "{newName} はすでに存在します",
"Could not rename \"{fileName}\", it does not exist any more" : "ファイルが存在しないため,\"{fileName}\"の名前変更ができませんでした",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{targetName}\" はフォルダー \"{dir}\" ですでに使われています。別の名前を選択してください。",