From 39fb320bae37582b53c8d95059ec0ceb79164fc5 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud <owncloud-bot@tmit.eu> Date: Fri, 27 Nov 2015 01:55:14 -0500 Subject: [PATCH] [tx-robot] updated from transifex --- apps/files/l10n/de_DE.js | 4 +++- apps/files/l10n/de_DE.json | 4 +++- apps/files/l10n/ja.js | 1 + apps/files/l10n/ja.json | 1 + apps/files/l10n/oc.js | 13 +++++++++++++ apps/files/l10n/oc.json | 13 +++++++++++++ apps/files/l10n/th_TH.js | 10 ++++++++++ apps/files/l10n/th_TH.json | 10 ++++++++++ apps/files_external/l10n/de_DE.js | 1 + apps/files_external/l10n/de_DE.json | 1 + apps/files_external/l10n/fr.js | 1 + apps/files_external/l10n/fr.json | 1 + apps/files_external/l10n/ja.js | 2 +- apps/files_external/l10n/ja.json | 2 +- apps/files_external/l10n/th_TH.js | 1 + apps/files_external/l10n/th_TH.json | 1 + apps/files_sharing/l10n/ja.js | 6 +++--- apps/files_sharing/l10n/ja.json | 6 +++--- core/l10n/de_DE.js | 2 ++ core/l10n/de_DE.json | 2 ++ core/l10n/ja.js | 2 +- core/l10n/ja.json | 2 +- settings/l10n/ja.js | 10 +++++----- settings/l10n/ja.json | 10 +++++----- 24 files changed, 84 insertions(+), 22 deletions(-) diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js index 6b5d0d00e7f..70355f66d46 100644 --- a/apps/files/l10n/de_DE.js +++ b/apps/files/l10n/de_DE.js @@ -40,6 +40,7 @@ OC.L10N.register( "Unable to determine date" : "Datum konnte nicht ermittelt werden", "This operation is forbidden" : "Diese Operation ist nicht erlaubt", "This directory is unavailable, please check the logs or contact the administrator" : "Dieses Verzeichnis ist nicht verfügbar, bitte überprüfen Sie die Logdateien oder kontaktieren Sie den Administrator", + "{newName} already exists" : "{newName} existiert bereits", "No entries in this folder match '{filter}'" : "Keine Einträge in diesem Ordner stimmen mit '{filter}' überein", "Name" : "Name", "Size" : "Größe", @@ -96,6 +97,7 @@ OC.L10N.register( "Currently scanning" : "Durchsuchen läuft", "No favorites" : "Keine Favoriten", "Files and folders you mark as favorite will show up here" : "Dateien und Ordner, die Sie als Favoriten kennzeichnen, werden hier erscheinen", - "Text file" : "Textdatei" + "Text file" : "Textdatei", + "New text file.txt" : "Neue Textdatei file.txt" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json index d6076467ce9..c0e552b49b7 100644 --- a/apps/files/l10n/de_DE.json +++ b/apps/files/l10n/de_DE.json @@ -38,6 +38,7 @@ "Unable to determine date" : "Datum konnte nicht ermittelt werden", "This operation is forbidden" : "Diese Operation ist nicht erlaubt", "This directory is unavailable, please check the logs or contact the administrator" : "Dieses Verzeichnis ist nicht verfügbar, bitte überprüfen Sie die Logdateien oder kontaktieren Sie den Administrator", + "{newName} already exists" : "{newName} existiert bereits", "No entries in this folder match '{filter}'" : "Keine Einträge in diesem Ordner stimmen mit '{filter}' überein", "Name" : "Name", "Size" : "Größe", @@ -94,6 +95,7 @@ "Currently scanning" : "Durchsuchen läuft", "No favorites" : "Keine Favoriten", "Files and folders you mark as favorite will show up here" : "Dateien und Ordner, die Sie als Favoriten kennzeichnen, werden hier erscheinen", - "Text file" : "Textdatei" + "Text file" : "Textdatei", + "New text file.txt" : "Neue Textdatei file.txt" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index 5b7bbbdb4cb..22d7cdf1ad9 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -41,6 +41,7 @@ OC.L10N.register( "This operation is forbidden" : "ã“ã®æ“作ã¯ç¦æ¢ã•ã‚Œã¦ã„ã¾ã™", "This directory is unavailable, please check the logs or contact the administrator" : "ã“ã®ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã¯åˆ©ç”¨ã§ãã¾ã›ã‚“。ãƒã‚°ã‚’確èªã™ã‚‹ã‹ç®¡ç†è€…ã«å•ã„åˆã‚ã›ã¦ãã ã•ã„。", "Could not move \"{file}\"" : "\"{file}\" を移動ã§ãã¾ã›ã‚“ã§ã—ãŸ", + "{newName} already exists" : "{newName} ã¯ã™ã§ã«å˜åœ¨ã—ã¾ã™", "Could not create file \"{file}\"" : "ファイル \"{file}\" を作æˆã§ãã¾ã›ã‚“ã§ã—ãŸ", "Could not create file \"{file}\" because it already exists" : "ファイル \"{file}\"ã¯æ—¢ã«å˜åœ¨ã™ã‚‹ãŸã‚作æˆã§ãã¾ã›ã‚“ã§ã—ãŸ", "Could not create folder \"{dir}\"" : "フォルダー \"{dir}\" を作æˆã§ãã¾ã›ã‚“ã§ã—ãŸ", diff --git a/apps/files/l10n/ja.json b/apps/files/l10n/ja.json index 11038907105..ffc3a1e5c40 100644 --- a/apps/files/l10n/ja.json +++ b/apps/files/l10n/ja.json @@ -39,6 +39,7 @@ "This operation is forbidden" : "ã“ã®æ“作ã¯ç¦æ¢ã•ã‚Œã¦ã„ã¾ã™", "This directory is unavailable, please check the logs or contact the administrator" : "ã“ã®ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã¯åˆ©ç”¨ã§ãã¾ã›ã‚“。ãƒã‚°ã‚’確èªã™ã‚‹ã‹ç®¡ç†è€…ã«å•ã„åˆã‚ã›ã¦ãã ã•ã„。", "Could not move \"{file}\"" : "\"{file}\" を移動ã§ãã¾ã›ã‚“ã§ã—ãŸ", + "{newName} already exists" : "{newName} ã¯ã™ã§ã«å˜åœ¨ã—ã¾ã™", "Could not create file \"{file}\"" : "ファイル \"{file}\" を作æˆã§ãã¾ã›ã‚“ã§ã—ãŸ", "Could not create file \"{file}\" because it already exists" : "ファイル \"{file}\"ã¯æ—¢ã«å˜åœ¨ã™ã‚‹ãŸã‚作æˆã§ãã¾ã›ã‚“ã§ã—ãŸ", "Could not create folder \"{dir}\"" : "フォルダー \"{dir}\" を作æˆã§ãã¾ã›ã‚“ã§ã—ãŸ", diff --git a/apps/files/l10n/oc.js b/apps/files/l10n/oc.js index 4890a818e12..a3088b663fd 100644 --- a/apps/files/l10n/oc.js +++ b/apps/files/l10n/oc.js @@ -40,6 +40,17 @@ OC.L10N.register( "Unable to determine date" : "Impossible de determinar la data", "This operation is forbidden" : "L'operacion es interdicha", "This directory is unavailable, please check the logs or contact the administrator" : "Aqueste repertòri es pas disponible. Consultatz los logs o contactatz vòstre administrator", + "Could not move \"{file}\", target exists" : "Impossible de desplaçar \"{file}\", la cibla existÃs", + "Could not move \"{file}\"" : "Impossible de desplaçar \"{file}\"", + "{newName} already exists" : "{newName} existÃs ja", + "Could not rename \"{fileName}\", it does not exist any more" : "Impossible de renomenar \"{file}\", existÃs pas mai", + "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Lo nom \"{targetName}\" es ja utilizat dins lo dorsièr \"{dir}\". Mercé de causir un nom diferent.", + "Could not rename \"{fileName}\"" : "Impossible de renomenar \"{fileName}\"", + "Could not create file \"{file}\"" : "Impossible de crear lo fichièr \"{file}\"", + "Could not create file \"{file}\" because it already exists" : "Impossible de crear lo fichièr \"{file}\" perque existÃs ja", + "Could not create folder \"{dir}\"" : "Impossible de crear lo dorsièr \"{dir}\"", + "Could not create folder \"{dir}\" because it already exists" : "Impossible de crear lo dorsièr \"{dir}\" perque existÃs ja", + "Error deleting file \"{fileName}\"." : "Error pendent la supression del fichièr \"{fileName}\".", "No entries in this folder match '{filter}'" : "Cap d'entrada d'aqueste dorsièr correspond pas a '{filter}'", "Name" : "Nom", "Size" : "Talha", @@ -88,6 +99,8 @@ OC.L10N.register( "Maximum upload size" : "Talha max. de mandadÃs", "max. possible: " : "Max. possible :", "Save" : "Salvar", + "With PHP-FPM it might take 5 minutes for changes to be applied." : "Amb PHP-FPM se pòdon passar 5 minutas per que los cambiaments s'apliquen.", + "Missing permissions to edit from here." : "Manca de permissions per editar a partir d'aicÃ.", "Settings" : "Paramètres", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "Utilizatz aquesta adreça per <a href=\"%s\" target=\"_blank\">accedir a vòstres fichièrs per WebDAV</a>", diff --git a/apps/files/l10n/oc.json b/apps/files/l10n/oc.json index 14477c71a33..c6048605696 100644 --- a/apps/files/l10n/oc.json +++ b/apps/files/l10n/oc.json @@ -38,6 +38,17 @@ "Unable to determine date" : "Impossible de determinar la data", "This operation is forbidden" : "L'operacion es interdicha", "This directory is unavailable, please check the logs or contact the administrator" : "Aqueste repertòri es pas disponible. Consultatz los logs o contactatz vòstre administrator", + "Could not move \"{file}\", target exists" : "Impossible de desplaçar \"{file}\", la cibla existÃs", + "Could not move \"{file}\"" : "Impossible de desplaçar \"{file}\"", + "{newName} already exists" : "{newName} existÃs ja", + "Could not rename \"{fileName}\", it does not exist any more" : "Impossible de renomenar \"{file}\", existÃs pas mai", + "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Lo nom \"{targetName}\" es ja utilizat dins lo dorsièr \"{dir}\". Mercé de causir un nom diferent.", + "Could not rename \"{fileName}\"" : "Impossible de renomenar \"{fileName}\"", + "Could not create file \"{file}\"" : "Impossible de crear lo fichièr \"{file}\"", + "Could not create file \"{file}\" because it already exists" : "Impossible de crear lo fichièr \"{file}\" perque existÃs ja", + "Could not create folder \"{dir}\"" : "Impossible de crear lo dorsièr \"{dir}\"", + "Could not create folder \"{dir}\" because it already exists" : "Impossible de crear lo dorsièr \"{dir}\" perque existÃs ja", + "Error deleting file \"{fileName}\"." : "Error pendent la supression del fichièr \"{fileName}\".", "No entries in this folder match '{filter}'" : "Cap d'entrada d'aqueste dorsièr correspond pas a '{filter}'", "Name" : "Nom", "Size" : "Talha", @@ -86,6 +97,8 @@ "Maximum upload size" : "Talha max. de mandadÃs", "max. possible: " : "Max. possible :", "Save" : "Salvar", + "With PHP-FPM it might take 5 minutes for changes to be applied." : "Amb PHP-FPM se pòdon passar 5 minutas per que los cambiaments s'apliquen.", + "Missing permissions to edit from here." : "Manca de permissions per editar a partir d'aicÃ.", "Settings" : "Paramètres", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "Utilizatz aquesta adreça per <a href=\"%s\" target=\"_blank\">accedir a vòstres fichièrs per WebDAV</a>", diff --git a/apps/files/l10n/th_TH.js b/apps/files/l10n/th_TH.js index 5812df14755..791b987a9b8 100644 --- a/apps/files/l10n/th_TH.js +++ b/apps/files/l10n/th_TH.js @@ -40,6 +40,16 @@ OC.L10N.register( "Unable to determine date" : "ไม่สามารถà¸à¸³à¸«à¸™à¸”วัน", "This operation is forbidden" : "à¸à¸²à¸£à¸”ำเนินà¸à¸²à¸£à¸™à¸µà¹‰à¸–ูà¸à¸«à¹‰à¸²à¸¡", "This directory is unavailable, please check the logs or contact the administrator" : "ไม่สามารถใช้งานไดเรà¸à¸—à¸à¸£à¸µà¸™à¸µà¹‰à¹‚ปรดตรวจสà¸à¸šà¸šà¸±à¸™à¸—ึà¸à¸«à¸£à¸·à¸à¸•à¸´à¸”ต่à¸à¸œà¸¹à¹‰à¸”ูà¹à¸¥à¸£à¸°à¸šà¸š", + "Could not move \"{file}\", target exists" : "ไม่สามารถย้ายไฟล์ \"{file}\" ไม่มีไฟล์นั้นà¸à¸¢à¸¹à¹ˆ", + "Could not move \"{file}\"" : "ไม่สามารถย้ายไฟล์ \"{file}\"", + "{newName} already exists" : "{newName} มีà¸à¸¢à¸¹à¹ˆà¹à¸¥à¹‰à¸§", + "Could not rename \"{fileName}\", it does not exist any more" : "ไม่สามารถเปลี่ยนชื่à¸à¹„ฟล์ \"{fileName}\" ไฟล์นั้นไม่มีà¸à¸¢à¸¹à¹ˆ", + "Could not rename \"{fileName}\"" : "ไม่สามารถเปลี่ยนชื่à¸à¹„ฟล์ \"{fileName}\"", + "Could not create file \"{file}\"" : "ไม่สามารถสร้างไฟล์ \"{file}\"", + "Could not create file \"{file}\" because it already exists" : "ไม่สามารถสร้างไฟล์ \"{file}\" เพราะมันมีà¸à¸¢à¸¹à¹ˆà¹à¸¥à¹‰à¸§", + "Could not create folder \"{dir}\"" : "ไม่สามารถสร้างโฟลเดà¸à¸£à¹Œ \"{dir}\"", + "Could not create folder \"{dir}\" because it already exists" : "ไม่สามารถสร้างโฟลเดà¸à¸£à¹Œ \"{dir}\" เพราะมันมีà¸à¸¢à¸¹à¹ˆà¹à¸¥à¹‰à¸§", + "Error deleting file \"{fileName}\"." : "เà¸à¸´à¸”ข้à¸à¸œà¸´à¸”พลาดขณะลบไฟล์ \"{fileName}\"", "No entries in this folder match '{filter}'" : "ไม่มีรายà¸à¸²à¸£à¹ƒà¸™à¹‚ฟลเดà¸à¸£à¹Œà¸™à¸µà¹‰à¸—ี่ตรงà¸à¸±à¸š '{filter}'", "Name" : "ชื่à¸", "Size" : "ขนาด", diff --git a/apps/files/l10n/th_TH.json b/apps/files/l10n/th_TH.json index 93f6c5c8d2d..f0a5263892e 100644 --- a/apps/files/l10n/th_TH.json +++ b/apps/files/l10n/th_TH.json @@ -38,6 +38,16 @@ "Unable to determine date" : "ไม่สามารถà¸à¸³à¸«à¸™à¸”วัน", "This operation is forbidden" : "à¸à¸²à¸£à¸”ำเนินà¸à¸²à¸£à¸™à¸µà¹‰à¸–ูà¸à¸«à¹‰à¸²à¸¡", "This directory is unavailable, please check the logs or contact the administrator" : "ไม่สามารถใช้งานไดเรà¸à¸—à¸à¸£à¸µà¸™à¸µà¹‰à¹‚ปรดตรวจสà¸à¸šà¸šà¸±à¸™à¸—ึà¸à¸«à¸£à¸·à¸à¸•à¸´à¸”ต่à¸à¸œà¸¹à¹‰à¸”ูà¹à¸¥à¸£à¸°à¸šà¸š", + "Could not move \"{file}\", target exists" : "ไม่สามารถย้ายไฟล์ \"{file}\" ไม่มีไฟล์นั้นà¸à¸¢à¸¹à¹ˆ", + "Could not move \"{file}\"" : "ไม่สามารถย้ายไฟล์ \"{file}\"", + "{newName} already exists" : "{newName} มีà¸à¸¢à¸¹à¹ˆà¹à¸¥à¹‰à¸§", + "Could not rename \"{fileName}\", it does not exist any more" : "ไม่สามารถเปลี่ยนชื่à¸à¹„ฟล์ \"{fileName}\" ไฟล์นั้นไม่มีà¸à¸¢à¸¹à¹ˆ", + "Could not rename \"{fileName}\"" : "ไม่สามารถเปลี่ยนชื่à¸à¹„ฟล์ \"{fileName}\"", + "Could not create file \"{file}\"" : "ไม่สามารถสร้างไฟล์ \"{file}\"", + "Could not create file \"{file}\" because it already exists" : "ไม่สามารถสร้างไฟล์ \"{file}\" เพราะมันมีà¸à¸¢à¸¹à¹ˆà¹à¸¥à¹‰à¸§", + "Could not create folder \"{dir}\"" : "ไม่สามารถสร้างโฟลเดà¸à¸£à¹Œ \"{dir}\"", + "Could not create folder \"{dir}\" because it already exists" : "ไม่สามารถสร้างโฟลเดà¸à¸£à¹Œ \"{dir}\" เพราะมันมีà¸à¸¢à¸¹à¹ˆà¹à¸¥à¹‰à¸§", + "Error deleting file \"{fileName}\"." : "เà¸à¸´à¸”ข้à¸à¸œà¸´à¸”พลาดขณะลบไฟล์ \"{fileName}\"", "No entries in this folder match '{filter}'" : "ไม่มีรายà¸à¸²à¸£à¹ƒà¸™à¹‚ฟลเดà¸à¸£à¹Œà¸™à¸µà¹‰à¸—ี่ตรงà¸à¸±à¸š '{filter}'", "Name" : "ชื่à¸", "Size" : "ขนาด", diff --git a/apps/files_external/l10n/de_DE.js b/apps/files_external/l10n/de_DE.js index 7187e4d97d4..d93fd5cb012 100644 --- a/apps/files_external/l10n/de_DE.js +++ b/apps/files_external/l10n/de_DE.js @@ -11,6 +11,7 @@ OC.L10N.register( "System" : "System", "Grant access" : "Zugriff gestatten", "Access granted" : "Zugriff gestattet", + "Error configuring OAuth1" : "Fehler beim Konfigurieren von OAuth1", "Generate keys" : "Schlüssel erzeugen", "Error generating key pair" : "Fehler beim Erzeugen des Schlüsselpaares", "Enable encryption" : "Verschlüsselung aktivieren", diff --git a/apps/files_external/l10n/de_DE.json b/apps/files_external/l10n/de_DE.json index c91d78eb0d2..4347a19749d 100644 --- a/apps/files_external/l10n/de_DE.json +++ b/apps/files_external/l10n/de_DE.json @@ -9,6 +9,7 @@ "System" : "System", "Grant access" : "Zugriff gestatten", "Access granted" : "Zugriff gestattet", + "Error configuring OAuth1" : "Fehler beim Konfigurieren von OAuth1", "Generate keys" : "Schlüssel erzeugen", "Error generating key pair" : "Fehler beim Erzeugen des Schlüsselpaares", "Enable encryption" : "Verschlüsselung aktivieren", diff --git a/apps/files_external/l10n/fr.js b/apps/files_external/l10n/fr.js index 7126864a9e7..8ff4fcdfdd9 100644 --- a/apps/files_external/l10n/fr.js +++ b/apps/files_external/l10n/fr.js @@ -33,6 +33,7 @@ OC.L10N.register( "Every time the filesystem is used" : "Chaque fois que le système de fichiers est utilisé", "All users. Type to select user or group." : "Tous les utilisateurs. Cliquez ici pour restreindre.", "(group)" : "(groupe)", + "Admin defined" : "Défini par l'administrateur", "Saved" : "Sauvegardé", "Access key" : "Clé d'accès", "Secret key" : "Clé secrète", diff --git a/apps/files_external/l10n/fr.json b/apps/files_external/l10n/fr.json index f6cdce79c67..9a610bd964b 100644 --- a/apps/files_external/l10n/fr.json +++ b/apps/files_external/l10n/fr.json @@ -31,6 +31,7 @@ "Every time the filesystem is used" : "Chaque fois que le système de fichiers est utilisé", "All users. Type to select user or group." : "Tous les utilisateurs. Cliquez ici pour restreindre.", "(group)" : "(groupe)", + "Admin defined" : "Défini par l'administrateur", "Saved" : "Sauvegardé", "Access key" : "Clé d'accès", "Secret key" : "Clé secrète", diff --git a/apps/files_external/l10n/ja.js b/apps/files_external/l10n/ja.js index 3dcae3f8afc..38c98caf7aa 100644 --- a/apps/files_external/l10n/ja.js +++ b/apps/files_external/l10n/ja.js @@ -72,7 +72,7 @@ OC.L10N.register( "Secure ftps://" : "Secure ftps://", "Google Drive" : "Google Drive", "Local" : "ãƒãƒ¼ã‚«ãƒ«", - "Location" : "ä½ç½®", + "Location" : "å ´æ‰€", "ownCloud" : "ownCloud", "SFTP" : "SFTP", "Root" : "ルート", diff --git a/apps/files_external/l10n/ja.json b/apps/files_external/l10n/ja.json index 4aaaac43a5a..be6f88f3155 100644 --- a/apps/files_external/l10n/ja.json +++ b/apps/files_external/l10n/ja.json @@ -70,7 +70,7 @@ "Secure ftps://" : "Secure ftps://", "Google Drive" : "Google Drive", "Local" : "ãƒãƒ¼ã‚«ãƒ«", - "Location" : "ä½ç½®", + "Location" : "å ´æ‰€", "ownCloud" : "ownCloud", "SFTP" : "SFTP", "Root" : "ルート", diff --git a/apps/files_external/l10n/th_TH.js b/apps/files_external/l10n/th_TH.js index 022fb9b55e3..6c1efa5aacd 100644 --- a/apps/files_external/l10n/th_TH.js +++ b/apps/files_external/l10n/th_TH.js @@ -33,6 +33,7 @@ OC.L10N.register( "Every time the filesystem is used" : "ทุà¸à¸„รั้งที่à¹à¸Ÿà¹‰à¸¡à¸£à¸°à¸šà¸šà¸–ูà¸à¹ƒà¸Šà¹‰à¸‡à¸²à¸™", "All users. Type to select user or group." : "ผู้ใช้ทุà¸à¸„น พิมพ์เพื่à¸à¹€à¸¥à¸·à¸à¸à¸œà¸¹à¹‰à¹ƒà¸Šà¹‰à¸«à¸£à¸·à¸à¸à¸¥à¸¸à¹ˆà¸¡", "(group)" : "(à¸à¸¥à¸¸à¹ˆà¸¡)", + "Admin defined" : "ถูà¸à¸à¸³à¸«à¸™à¸”โดยผู้ดูà¹à¸¥à¸£à¸°à¸šà¸š", "Saved" : "บันทึà¸à¹à¸¥à¹‰à¸§", "Access key" : "คีย์à¸à¸²à¸£à¹€à¸‚้าถึง", "Secret key" : "คีย์ลับ", diff --git a/apps/files_external/l10n/th_TH.json b/apps/files_external/l10n/th_TH.json index 5b3713f0ed1..3de48d733d3 100644 --- a/apps/files_external/l10n/th_TH.json +++ b/apps/files_external/l10n/th_TH.json @@ -31,6 +31,7 @@ "Every time the filesystem is used" : "ทุà¸à¸„รั้งที่à¹à¸Ÿà¹‰à¸¡à¸£à¸°à¸šà¸šà¸–ูà¸à¹ƒà¸Šà¹‰à¸‡à¸²à¸™", "All users. Type to select user or group." : "ผู้ใช้ทุà¸à¸„น พิมพ์เพื่à¸à¹€à¸¥à¸·à¸à¸à¸œà¸¹à¹‰à¹ƒà¸Šà¹‰à¸«à¸£à¸·à¸à¸à¸¥à¸¸à¹ˆà¸¡", "(group)" : "(à¸à¸¥à¸¸à¹ˆà¸¡)", + "Admin defined" : "ถูà¸à¸à¸³à¸«à¸™à¸”โดยผู้ดูà¹à¸¥à¸£à¸°à¸šà¸š", "Saved" : "บันทึà¸à¹à¸¥à¹‰à¸§", "Access key" : "คีย์à¸à¸²à¸£à¹€à¸‚้าถึง", "Secret key" : "คีย์ลับ", diff --git a/apps/files_sharing/l10n/ja.js b/apps/files_sharing/l10n/ja.js index b80be0c3315..e40acc0104a 100644 --- a/apps/files_sharing/l10n/ja.js +++ b/apps/files_sharing/l10n/ja.js @@ -26,9 +26,9 @@ OC.L10N.register( "Invalid ownCloud url" : "無効ãªownCloud URL ã§ã™", "Shared by" : "共有者:", "Sharing" : "共有", - "A file or folder has been <strong>shared</strong>" : "ファイルã¾ãŸã¯ãƒ•ã‚©ãƒ«ãƒ€ãƒ¼ãŒ<strong>共有</strong>ã•ã‚Œã¾ã—ãŸã€‚", - "A file or folder was shared from <strong>another server</strong>" : "ファイルã¾ãŸã¯ãƒ•ã‚©ãƒ«ãƒ€ãƒ¼ãŒ<strong>ä»–ã®ã‚µãƒ¼ãƒãƒ¼</strong>ã‹ã‚‰å…±æœ‰ã•ã‚Œã¾ã—ãŸã€‚", - "A public shared file or folder was <strong>downloaded</strong>" : "公開共有ファイルã¾ãŸã¯ãƒ•ã‚©ãƒ«ãƒ€ãƒ¼ãŒ<strong>ダウンãƒãƒ¼ãƒ‰</strong>ã•ã‚Œã¾ã—ãŸã€‚", + "A file or folder has been <strong>shared</strong>" : "ファイルã¾ãŸã¯ãƒ•ã‚©ãƒ«ãƒ€ãƒ¼ãŒ<strong>共有</strong>ã•ã‚ŒãŸã¨ã", + "A file or folder was shared from <strong>another server</strong>" : "ファイルã¾ãŸã¯ãƒ•ã‚©ãƒ«ãƒ€ãƒ¼ãŒ<strong>ä»–ã®ã‚µãƒ¼ãƒãƒ¼</strong>ã‹ã‚‰å…±æœ‰ã•ã‚ŒãŸã¨ã", + "A public shared file or folder was <strong>downloaded</strong>" : "公開共有ファイルã¾ãŸã¯ãƒ•ã‚©ãƒ«ãƒ€ãƒ¼ãŒ<strong>ダウンãƒãƒ¼ãƒ‰</strong>ã•ã‚ŒãŸã¨ã", "You received a new remote share %2$s from %1$s" : "%1$s ã‹ã‚‰æ–°ã—ã„リモート共有ã®ãƒªã‚¯ã‚¨ã‚¹ãƒˆ %2$s ã‚’å—ã‘å–ã‚Šã¾ã—ãŸã€‚", "You received a new remote share from %s" : "%sã‹ã‚‰ãƒªãƒ¢ãƒ¼ãƒˆå…±æœ‰ã®ãƒªã‚¯ã‚¨ã‚¹ãƒˆã¯\n届ãã¾ã—ãŸã€‚", "%1$s accepted remote share %2$s" : "%1$s 㯠%2$s ã®ãƒªãƒ¢ãƒ¼ãƒˆå…±æœ‰ã‚’承èªã—ã¾ã—ãŸã€‚", diff --git a/apps/files_sharing/l10n/ja.json b/apps/files_sharing/l10n/ja.json index 8f9efffb782..989a723b2a8 100644 --- a/apps/files_sharing/l10n/ja.json +++ b/apps/files_sharing/l10n/ja.json @@ -24,9 +24,9 @@ "Invalid ownCloud url" : "無効ãªownCloud URL ã§ã™", "Shared by" : "共有者:", "Sharing" : "共有", - "A file or folder has been <strong>shared</strong>" : "ファイルã¾ãŸã¯ãƒ•ã‚©ãƒ«ãƒ€ãƒ¼ãŒ<strong>共有</strong>ã•ã‚Œã¾ã—ãŸã€‚", - "A file or folder was shared from <strong>another server</strong>" : "ファイルã¾ãŸã¯ãƒ•ã‚©ãƒ«ãƒ€ãƒ¼ãŒ<strong>ä»–ã®ã‚µãƒ¼ãƒãƒ¼</strong>ã‹ã‚‰å…±æœ‰ã•ã‚Œã¾ã—ãŸã€‚", - "A public shared file or folder was <strong>downloaded</strong>" : "公開共有ファイルã¾ãŸã¯ãƒ•ã‚©ãƒ«ãƒ€ãƒ¼ãŒ<strong>ダウンãƒãƒ¼ãƒ‰</strong>ã•ã‚Œã¾ã—ãŸã€‚", + "A file or folder has been <strong>shared</strong>" : "ファイルã¾ãŸã¯ãƒ•ã‚©ãƒ«ãƒ€ãƒ¼ãŒ<strong>共有</strong>ã•ã‚ŒãŸã¨ã", + "A file or folder was shared from <strong>another server</strong>" : "ファイルã¾ãŸã¯ãƒ•ã‚©ãƒ«ãƒ€ãƒ¼ãŒ<strong>ä»–ã®ã‚µãƒ¼ãƒãƒ¼</strong>ã‹ã‚‰å…±æœ‰ã•ã‚ŒãŸã¨ã", + "A public shared file or folder was <strong>downloaded</strong>" : "公開共有ファイルã¾ãŸã¯ãƒ•ã‚©ãƒ«ãƒ€ãƒ¼ãŒ<strong>ダウンãƒãƒ¼ãƒ‰</strong>ã•ã‚ŒãŸã¨ã", "You received a new remote share %2$s from %1$s" : "%1$s ã‹ã‚‰æ–°ã—ã„リモート共有ã®ãƒªã‚¯ã‚¨ã‚¹ãƒˆ %2$s ã‚’å—ã‘å–ã‚Šã¾ã—ãŸã€‚", "You received a new remote share from %s" : "%sã‹ã‚‰ãƒªãƒ¢ãƒ¼ãƒˆå…±æœ‰ã®ãƒªã‚¯ã‚¨ã‚¹ãƒˆã¯\n届ãã¾ã—ãŸã€‚", "%1$s accepted remote share %2$s" : "%1$s 㯠%2$s ã®ãƒªãƒ¢ãƒ¼ãƒˆå…±æœ‰ã‚’承èªã—ã¾ã—ãŸã€‚", diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js index 8dd5132dcd9..531d0c738a8 100644 --- a/core/l10n/de_DE.js +++ b/core/l10n/de_DE.js @@ -6,8 +6,10 @@ OC.L10N.register( "Turned on maintenance mode" : "Wartungsmodus eingeschaltet ", "Turned off maintenance mode" : "Wartungsmodus ausgeschaltet", "Maintenance mode is kept active" : "Wartungsmodus wird aktiv gehalten", + "Updating database schema" : "Das Datenbankschema wird aktualisiert", "Updated database" : "Datenbank aktualisiert", "Checked database schema update" : "Datenbankschema-Aktualisierung überprüft", + "Checking updates of apps" : "Es wird nach Updates für die Apps gesucht", "Checked database schema update for apps" : "Datenbankschema-Aktualisierung für Apps überprüft", "Updated \"%s\" to %s" : "„%s“ zu %s aktualisiert", "Repair warning: " : "Reperaturwarnung:", diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json index a1b4a6e72d7..47520ce8670 100644 --- a/core/l10n/de_DE.json +++ b/core/l10n/de_DE.json @@ -4,8 +4,10 @@ "Turned on maintenance mode" : "Wartungsmodus eingeschaltet ", "Turned off maintenance mode" : "Wartungsmodus ausgeschaltet", "Maintenance mode is kept active" : "Wartungsmodus wird aktiv gehalten", + "Updating database schema" : "Das Datenbankschema wird aktualisiert", "Updated database" : "Datenbank aktualisiert", "Checked database schema update" : "Datenbankschema-Aktualisierung überprüft", + "Checking updates of apps" : "Es wird nach Updates für die Apps gesucht", "Checked database schema update for apps" : "Datenbankschema-Aktualisierung für Apps überprüft", "Updated \"%s\" to %s" : "„%s“ zu %s aktualisiert", "Repair warning: " : "Reperaturwarnung:", diff --git a/core/l10n/ja.js b/core/l10n/ja.js index 225948366f6..d5eb22d42f7 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -21,7 +21,7 @@ OC.L10N.register( "%s (3rdparty)" : "%s (サードパーティー)", "%s (incompatible)" : "%s (éžäº’æ›)", "Following apps have been disabled: %s" : "以下ã®ã‚¢ãƒ—リãŒç„¡åŠ¹ã«ã•ã‚Œã¦ã„ã¾ã™: %s", - "Already up to date" : "å…¨ã¦æ›´æ–°æ¸ˆ", + "Already up to date" : "ã™ã¹ã¦æ›´æ–°æ¸ˆ", "File is too big" : "ファイルãŒå¤§ãã™ãŽã¾ã™", "Invalid file provided" : "無効ãªãƒ•ã‚¡ã‚¤ãƒ«ãŒæä¾›ã•ã‚Œã¾ã—ãŸ", "No image or file provided" : "ç”»åƒã‚‚ã—ãã¯ãƒ•ã‚¡ã‚¤ãƒ«ãŒæä¾›ã•ã‚Œã¦ã„ã¾ã›ã‚“", diff --git a/core/l10n/ja.json b/core/l10n/ja.json index 21cd77dacbb..443b8038ea5 100644 --- a/core/l10n/ja.json +++ b/core/l10n/ja.json @@ -19,7 +19,7 @@ "%s (3rdparty)" : "%s (サードパーティー)", "%s (incompatible)" : "%s (éžäº’æ›)", "Following apps have been disabled: %s" : "以下ã®ã‚¢ãƒ—リãŒç„¡åŠ¹ã«ã•ã‚Œã¦ã„ã¾ã™: %s", - "Already up to date" : "å…¨ã¦æ›´æ–°æ¸ˆ", + "Already up to date" : "ã™ã¹ã¦æ›´æ–°æ¸ˆ", "File is too big" : "ファイルãŒå¤§ãã™ãŽã¾ã™", "Invalid file provided" : "無効ãªãƒ•ã‚¡ã‚¤ãƒ«ãŒæä¾›ã•ã‚Œã¾ã—ãŸ", "No image or file provided" : "ç”»åƒã‚‚ã—ãã¯ãƒ•ã‚¡ã‚¤ãƒ«ãŒæä¾›ã•ã‚Œã¦ã„ã¾ã›ã‚“", diff --git a/settings/l10n/ja.js b/settings/l10n/ja.js index f5204159125..9d6705aff3f 100644 --- a/settings/l10n/ja.js +++ b/settings/l10n/ja.js @@ -12,12 +12,10 @@ OC.L10N.register( "Log" : "ãƒã‚°", "Tips & tricks" : "ヒントã¨ã‚³ãƒ„", "Updates" : "アップデート", - "Authentication error" : "èªè¨¼ã‚¨ãƒ©ãƒ¼", - "Your full name has been changed." : "åå‰ã‚’変更ã—ã¾ã—ãŸã€‚", - "Unable to change full name" : "åå‰ã‚’変更ã§ãã¾ã›ã‚“", "Couldn't remove app." : "アプリãŒå‰Šé™¤ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚", "Language changed" : "言語ãŒå¤‰æ›´ã•ã‚Œã¾ã—ãŸ", "Invalid request" : "ä¸æ£ãªãƒªã‚¯ã‚¨ã‚¹ãƒˆ", + "Authentication error" : "èªè¨¼ã‚¨ãƒ©ãƒ¼", "Admins can't remove themself from the admin group" : "管ç†è€…ã¯è‡ªèº«ã‚’管ç†è€…グループã‹ã‚‰å‰Šé™¤ã§ãã¾ã›ã‚“。", "Unable to add user to group %s" : "ユーザーをグループ %s ã«è¿½åŠ ã§ãã¾ã›ã‚“", "Unable to remove user from group %s" : "ユーザーをグループ %s ã‹ã‚‰å‰Šé™¤ã§ãã¾ã›ã‚“", @@ -53,6 +51,8 @@ OC.L10N.register( "Invalid user" : "無効ãªãƒ¦ãƒ¼ã‚¶ãƒ¼", "Unable to change mail address" : "メールアドレスを変更ã§ãã¾ã›ã‚“", "Email saved" : "メールアドレスをä¿å˜ã—ã¾ã—ãŸ", + "Your full name has been changed." : "åå‰ã‚’変更ã—ã¾ã—ãŸã€‚", + "Unable to change full name" : "åå‰ã‚’変更ã§ãã¾ã›ã‚“", "Are you really sure you want add \"{domain}\" as trusted domain?" : "\"{domain}\" ã‚’ä¿¡é ¼ã™ã‚‹ãƒ‰ãƒ¡ã‚¤ãƒ³ã«è¿½åŠ ã—ã¦ã‚‚よã‚ã—ã„ã§ã—ょã†ã‹ï¼Ÿ", "Add trusted domain" : "ä¿¡é ¼ã™ã‚‹ãƒ‰ãƒ¡ã‚¤ãƒ³åã«è¿½åŠ ", "Migration in progress. Please wait until the migration is finished" : "移行ã®å‡¦ç†ä¸ã§ã™ã€‚移行ãŒå®Œäº†ã™ã‚‹ã¾ã§ãŠå¾…ã¡ãã ã•ã„。", @@ -158,7 +158,7 @@ OC.L10N.register( "Last cron job execution: %s. Something seems wrong." : "最終cronジョブ実行: %s 何らã‹ã®å•é¡ŒãŒã‚ã‚Šã¾ã™ã€‚", "Cron was not executed yet!" : "cronã¯ã¾ã 実行ã•ã‚Œã¦ã„ã¾ã›ã‚“ï¼", "Execute one task with each page loaded" : "å„ページã®èªã¿è¾¼ã¿æ™‚ã«ã‚¿ã‚¹ã‚¯ã‚’実行ã—ã¾ã™ã€‚", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.phpã¯ã€HTTP経由ã§15分ã”ã¨ã«cron.phpを実行ã™ã‚‹ã‚ˆã†webcronサービスã«ç™»éŒ²ã•ã‚Œã¦ã„ã¾ã™ã€‚", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.phpã¯ã€HTTP経由ã§15分ã”ã¨ã«cron.phpを実行ã™ã‚‹ã‚ˆã†webcronサービスã«ç™»éŒ²ã•ã‚Œã¾ã™ã€‚", "Use system's cron service to call the cron.php file every 15 minutes." : "システムã®cronサービスを利用ã—ã¦ã€15分間隔ã§cron.phpファイルを実行ã—ã¾ã™ã€‚", "Enable server-side encryption" : "サーãƒãƒ¼ã‚µã‚¤ãƒ‰æš—å·åŒ–を有効ã«ã™ã‚‹", "Please read carefully before activating server-side encryption: " : "サーãƒãƒ¼ã‚µã‚¤ãƒ‰æš—å·åŒ–を有効ã«ã™ã‚‹å‰ã«ã‚ˆããŠèªã¿ãã ã•ã„:", @@ -177,7 +177,7 @@ OC.L10N.register( "Send mode" : "é€ä¿¡ãƒ¢ãƒ¼ãƒ‰", "Encryption" : "æš—å·åŒ–", "From address" : "é€ä¿¡å…ƒã‚¢ãƒ‰ãƒ¬ã‚¹", - "mail" : "メール", + "mail" : "mail", "Authentication method" : "èªè¨¼æ–¹æ³•", "Authentication required" : "èªè¨¼ã‚’å¿…è¦ã¨ã™ã‚‹", "Server address" : "サーãƒãƒ¼ã‚¢ãƒ‰ãƒ¬ã‚¹", diff --git a/settings/l10n/ja.json b/settings/l10n/ja.json index 5222cd8ec13..aa22a5ce9b3 100644 --- a/settings/l10n/ja.json +++ b/settings/l10n/ja.json @@ -10,12 +10,10 @@ "Log" : "ãƒã‚°", "Tips & tricks" : "ヒントã¨ã‚³ãƒ„", "Updates" : "アップデート", - "Authentication error" : "èªè¨¼ã‚¨ãƒ©ãƒ¼", - "Your full name has been changed." : "åå‰ã‚’変更ã—ã¾ã—ãŸã€‚", - "Unable to change full name" : "åå‰ã‚’変更ã§ãã¾ã›ã‚“", "Couldn't remove app." : "アプリãŒå‰Šé™¤ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚", "Language changed" : "言語ãŒå¤‰æ›´ã•ã‚Œã¾ã—ãŸ", "Invalid request" : "ä¸æ£ãªãƒªã‚¯ã‚¨ã‚¹ãƒˆ", + "Authentication error" : "èªè¨¼ã‚¨ãƒ©ãƒ¼", "Admins can't remove themself from the admin group" : "管ç†è€…ã¯è‡ªèº«ã‚’管ç†è€…グループã‹ã‚‰å‰Šé™¤ã§ãã¾ã›ã‚“。", "Unable to add user to group %s" : "ユーザーをグループ %s ã«è¿½åŠ ã§ãã¾ã›ã‚“", "Unable to remove user from group %s" : "ユーザーをグループ %s ã‹ã‚‰å‰Šé™¤ã§ãã¾ã›ã‚“", @@ -51,6 +49,8 @@ "Invalid user" : "無効ãªãƒ¦ãƒ¼ã‚¶ãƒ¼", "Unable to change mail address" : "メールアドレスを変更ã§ãã¾ã›ã‚“", "Email saved" : "メールアドレスをä¿å˜ã—ã¾ã—ãŸ", + "Your full name has been changed." : "åå‰ã‚’変更ã—ã¾ã—ãŸã€‚", + "Unable to change full name" : "åå‰ã‚’変更ã§ãã¾ã›ã‚“", "Are you really sure you want add \"{domain}\" as trusted domain?" : "\"{domain}\" ã‚’ä¿¡é ¼ã™ã‚‹ãƒ‰ãƒ¡ã‚¤ãƒ³ã«è¿½åŠ ã—ã¦ã‚‚よã‚ã—ã„ã§ã—ょã†ã‹ï¼Ÿ", "Add trusted domain" : "ä¿¡é ¼ã™ã‚‹ãƒ‰ãƒ¡ã‚¤ãƒ³åã«è¿½åŠ ", "Migration in progress. Please wait until the migration is finished" : "移行ã®å‡¦ç†ä¸ã§ã™ã€‚移行ãŒå®Œäº†ã™ã‚‹ã¾ã§ãŠå¾…ã¡ãã ã•ã„。", @@ -156,7 +156,7 @@ "Last cron job execution: %s. Something seems wrong." : "最終cronジョブ実行: %s 何らã‹ã®å•é¡ŒãŒã‚ã‚Šã¾ã™ã€‚", "Cron was not executed yet!" : "cronã¯ã¾ã 実行ã•ã‚Œã¦ã„ã¾ã›ã‚“ï¼", "Execute one task with each page loaded" : "å„ページã®èªã¿è¾¼ã¿æ™‚ã«ã‚¿ã‚¹ã‚¯ã‚’実行ã—ã¾ã™ã€‚", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.phpã¯ã€HTTP経由ã§15分ã”ã¨ã«cron.phpを実行ã™ã‚‹ã‚ˆã†webcronサービスã«ç™»éŒ²ã•ã‚Œã¦ã„ã¾ã™ã€‚", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.phpã¯ã€HTTP経由ã§15分ã”ã¨ã«cron.phpを実行ã™ã‚‹ã‚ˆã†webcronサービスã«ç™»éŒ²ã•ã‚Œã¾ã™ã€‚", "Use system's cron service to call the cron.php file every 15 minutes." : "システムã®cronサービスを利用ã—ã¦ã€15分間隔ã§cron.phpファイルを実行ã—ã¾ã™ã€‚", "Enable server-side encryption" : "サーãƒãƒ¼ã‚µã‚¤ãƒ‰æš—å·åŒ–を有効ã«ã™ã‚‹", "Please read carefully before activating server-side encryption: " : "サーãƒãƒ¼ã‚µã‚¤ãƒ‰æš—å·åŒ–を有効ã«ã™ã‚‹å‰ã«ã‚ˆããŠèªã¿ãã ã•ã„:", @@ -175,7 +175,7 @@ "Send mode" : "é€ä¿¡ãƒ¢ãƒ¼ãƒ‰", "Encryption" : "æš—å·åŒ–", "From address" : "é€ä¿¡å…ƒã‚¢ãƒ‰ãƒ¬ã‚¹", - "mail" : "メール", + "mail" : "mail", "Authentication method" : "èªè¨¼æ–¹æ³•", "Authentication required" : "èªè¨¼ã‚’å¿…è¦ã¨ã™ã‚‹", "Server address" : "サーãƒãƒ¼ã‚¢ãƒ‰ãƒ¬ã‚¹", -- GitLab