Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-01-05 05:30:34 +0300
committerNextcloud bot <bot@nextcloud.com>2020-01-05 05:30:34 +0300
commit46706d01e0f77a847fcd4b54d7e6b18571c68336 (patch)
treef5c5b34d68b72932e94aa913bfbc0855d6b6530b /lib/l10n
parent797b603a1f11e76348c36c17e766e97b43dd127e (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/bg.js2
-rw-r--r--lib/l10n/bg.json2
-rw-r--r--lib/l10n/ja.js2
-rw-r--r--lib/l10n/ja.json2
-rw-r--r--lib/l10n/mk.js2
-rw-r--r--lib/l10n/mk.json2
6 files changed, 12 insertions, 0 deletions
diff --git a/lib/l10n/bg.js b/lib/l10n/bg.js
index ca386c5cf50..ada471d0f52 100644
--- a/lib/l10n/bg.js
+++ b/lib/l10n/bg.js
@@ -145,6 +145,8 @@ OC.L10N.register(
"Delete" : "Изтриване",
"Share" : "Споделяне",
"Unlimited" : "Неограничено",
+ "Verifying" : "Потвърждаване",
+ "Verifying …" : "Потвърждаване...",
"Verify" : "Потвърждаване",
"Sharing %s failed, because the backend does not allow shares from type %i" : "Неуспешно споделяне на %s , защото сървъра не позволява споделяне от тип $i.",
"Sharing %s failed, because the file does not exist" : "Неуспешно споделяне на %s, защото файлът не съществува.",
diff --git a/lib/l10n/bg.json b/lib/l10n/bg.json
index 75202f26635..f1caaa3a1b7 100644
--- a/lib/l10n/bg.json
+++ b/lib/l10n/bg.json
@@ -143,6 +143,8 @@
"Delete" : "Изтриване",
"Share" : "Споделяне",
"Unlimited" : "Неограничено",
+ "Verifying" : "Потвърждаване",
+ "Verifying …" : "Потвърждаване...",
"Verify" : "Потвърждаване",
"Sharing %s failed, because the backend does not allow shares from type %i" : "Неуспешно споделяне на %s , защото сървъра не позволява споделяне от тип $i.",
"Sharing %s failed, because the file does not exist" : "Неуспешно споделяне на %s, защото файлът не съществува.",
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js
index 9b6c65dd3b5..247f7cb3c93 100644
--- a/lib/l10n/ja.js
+++ b/lib/l10n/ja.js
@@ -66,6 +66,7 @@ OC.L10N.register(
"_%n minute ago_::_%n minutes ago_" : ["%n 分前"],
"in a few seconds" : "数秒",
"seconds ago" : "数秒前",
+ "Empty file" : "空白のファイル",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "ID: %sのモジュールは存在しません。アプリ設定で有効にするか、管理者に問い合わせてください。",
"File name is a reserved word" : "ファイル名が予約された単語です",
"File name contains at least one invalid character" : "ファイル名に1文字以上の無効な文字が含まれています",
@@ -174,6 +175,7 @@ OC.L10N.register(
"A valid username must be provided" : "有効なユーザー名を指定する必要があります",
"Username contains whitespace at the beginning or at the end" : "ユーザー名の最初か最後に空白が含まれています",
"Username must not consist of dots only" : "ユーザー名は、ドットのみではつけられません",
+ "Username is invalid because files already exist for this user" : "このユーザーのファイルが既に存在するため、ユーザー名は無効です",
"A valid password must be provided" : "有効なパスワードを指定する必要があります",
"The username is already being used" : "ユーザー名はすでに使われています",
"Could not create user" : "ユーザーを作成できませんでした",
diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json
index 25da6d9dd4a..7b011ac7d68 100644
--- a/lib/l10n/ja.json
+++ b/lib/l10n/ja.json
@@ -64,6 +64,7 @@
"_%n minute ago_::_%n minutes ago_" : ["%n 分前"],
"in a few seconds" : "数秒",
"seconds ago" : "数秒前",
+ "Empty file" : "空白のファイル",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "ID: %sのモジュールは存在しません。アプリ設定で有効にするか、管理者に問い合わせてください。",
"File name is a reserved word" : "ファイル名が予約された単語です",
"File name contains at least one invalid character" : "ファイル名に1文字以上の無効な文字が含まれています",
@@ -172,6 +173,7 @@
"A valid username must be provided" : "有効なユーザー名を指定する必要があります",
"Username contains whitespace at the beginning or at the end" : "ユーザー名の最初か最後に空白が含まれています",
"Username must not consist of dots only" : "ユーザー名は、ドットのみではつけられません",
+ "Username is invalid because files already exist for this user" : "このユーザーのファイルが既に存在するため、ユーザー名は無効です",
"A valid password must be provided" : "有効なパスワードを指定する必要があります",
"The username is already being used" : "ユーザー名はすでに使われています",
"Could not create user" : "ユーザーを作成できませんでした",
diff --git a/lib/l10n/mk.js b/lib/l10n/mk.js
index 0691b5e6313..2e1b44db060 100644
--- a/lib/l10n/mk.js
+++ b/lib/l10n/mk.js
@@ -141,6 +141,8 @@ OC.L10N.register(
"Application is not enabled" : "Апликацијата не е овозможена",
"Authentication error" : "Грешка во автентикација",
"Token expired. Please reload page." : "Жетонот е истечен. Ве молам превчитајте ја страницата.",
+ "Setting locale to %s failed" : "Неуспешно поставување на локацијата %s ",
+ "PHP setting \"%s\" is not set to \"%s\"." : "PHP поставката \"%s\" не е поставена до \"%s\".",
"Please ask your server administrator to restart the web server." : "Замолете го сервер администраторот да го рестартира веб серверот.",
"PostgreSQL >= 9 required" : "Потребно е PostgreSQL >= 9 ",
"Storage is temporarily not available" : "Складиштето моментално не е достапно",
diff --git a/lib/l10n/mk.json b/lib/l10n/mk.json
index ff190f45a37..a0ccbc4862d 100644
--- a/lib/l10n/mk.json
+++ b/lib/l10n/mk.json
@@ -139,6 +139,8 @@
"Application is not enabled" : "Апликацијата не е овозможена",
"Authentication error" : "Грешка во автентикација",
"Token expired. Please reload page." : "Жетонот е истечен. Ве молам превчитајте ја страницата.",
+ "Setting locale to %s failed" : "Неуспешно поставување на локацијата %s ",
+ "PHP setting \"%s\" is not set to \"%s\"." : "PHP поставката \"%s\" не е поставена до \"%s\".",
"Please ask your server administrator to restart the web server." : "Замолете го сервер администраторот да го рестартира веб серверот.",
"PostgreSQL >= 9 required" : "Потребно е PostgreSQL >= 9 ",
"Storage is temporarily not available" : "Складиштето моментално не е достапно",