summaryrefslogtreecommitdiffstats
path: root/core/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-04-10 00:12:51 +0000
committerNextcloud bot <bot@nextcloud.com>2019-04-10 00:12:51 +0000
commit3a04650380f7dcc176ece94bd43170cf276b072a (patch)
tree3db396a3405fc92e54509e1cd5377bbc470b1d0f /core/l10n
parent1416ef65e43a30c4bb6bf38ce49336ca1d693617 (diff)
downloadnextcloud-server-3a04650380f7dcc176ece94bd43170cf276b072a.tar.gz
nextcloud-server-3a04650380f7dcc176ece94bd43170cf276b072a.zip
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n')
-rw-r--r--core/l10n/ja.js9
-rw-r--r--core/l10n/ja.json9
-rw-r--r--core/l10n/pl.js2
-rw-r--r--core/l10n/pl.json2
4 files changed, 20 insertions, 2 deletions
diff --git a/core/l10n/ja.js b/core/l10n/ja.js
index 4ad8dbc61ec..0b6982b339c 100644
--- a/core/l10n/ja.js
+++ b/core/l10n/ja.js
@@ -15,6 +15,7 @@ OC.L10N.register(
"No valid crop data provided" : "有効なクロップデータは提供されません",
"Crop is not square" : "クロップが正方形ではありません",
"State token does not match" : "状態トークンが一致しません",
+ "Your login token is invalid or has expired" : "あなたのログイントークンは無効か期限が切れています。",
"Password reset is disabled" : "パスワードリセットは無効化されています",
"Couldn't reset password because the token is invalid" : "トークンが無効なため、パスワードをリセットできませんでした",
"Couldn't reset password because the token is expired" : "トークンが期限切れのため、パスワードをリセットできませんでした",
@@ -166,7 +167,12 @@ OC.L10N.register(
"No" : "いいえ",
"Yes" : "はい",
"No files in here" : "ここにはファイルがありません",
+ "New folder" : "新しいフォルダー",
"No more subfolders in here" : "ここにはサブフォルダーはありません",
+ "Name" : "名前",
+ "Size" : "サイズ",
+ "Modified" : "更新日時",
+ "{newName} already exists" : "{newName} はすでに存在します",
"Choose" : "選択",
"Move" : "移動",
"Error loading file picker template: {error}" : "ファイル選択テンプレートの読み込みエラー: {error}",
@@ -266,6 +272,8 @@ OC.L10N.register(
"Database host" : "データベースのホスト名",
"Please specify the port number along with the host name (e.g., localhost:5432)." : "ポート番号をホスト名とともに指定してください(例:localhost:5432)。",
"Performance warning" : "パフォーマンス警告",
+ "You chose SQLite as database." : "あなたはSQLiteをデータベースとして選択しました。",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLiteは小規模もしくは開発用のインスタンスでのみ利用できます。プロダクション環境では他のデータベースをお勧めします。",
"Finish setup" : "セットアップを完了します",
"Finishing …" : "作業を完了しています ...",
"Need help?" : "ヘルプが必要ですか?",
@@ -288,6 +296,7 @@ OC.L10N.register(
"Please try again or contact your administrator." : "もう一度試してみるか、管理者に問い合わせてください。",
"Username or email" : "ユーザー名またはメールアドレス",
"Log in" : "ログイン",
+ "Wrong username or password." : "ユーザー名またはパスワードが間違っています",
"User disabled" : "ユーザーは無効です",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "あなたのIPから複数の無効なログイン試行が検出されました。 したがって、次回のログインは最大30秒間抑制されます。",
"Forgot password?" : "パスワードをお忘れですか?",
diff --git a/core/l10n/ja.json b/core/l10n/ja.json
index 7788d164ad7..96bf1246de2 100644
--- a/core/l10n/ja.json
+++ b/core/l10n/ja.json
@@ -13,6 +13,7 @@
"No valid crop data provided" : "有効なクロップデータは提供されません",
"Crop is not square" : "クロップが正方形ではありません",
"State token does not match" : "状態トークンが一致しません",
+ "Your login token is invalid or has expired" : "あなたのログイントークンは無効か期限が切れています。",
"Password reset is disabled" : "パスワードリセットは無効化されています",
"Couldn't reset password because the token is invalid" : "トークンが無効なため、パスワードをリセットできませんでした",
"Couldn't reset password because the token is expired" : "トークンが期限切れのため、パスワードをリセットできませんでした",
@@ -164,7 +165,12 @@
"No" : "いいえ",
"Yes" : "はい",
"No files in here" : "ここにはファイルがありません",
+ "New folder" : "新しいフォルダー",
"No more subfolders in here" : "ここにはサブフォルダーはありません",
+ "Name" : "名前",
+ "Size" : "サイズ",
+ "Modified" : "更新日時",
+ "{newName} already exists" : "{newName} はすでに存在します",
"Choose" : "選択",
"Move" : "移動",
"Error loading file picker template: {error}" : "ファイル選択テンプレートの読み込みエラー: {error}",
@@ -264,6 +270,8 @@
"Database host" : "データベースのホスト名",
"Please specify the port number along with the host name (e.g., localhost:5432)." : "ポート番号をホスト名とともに指定してください(例:localhost:5432)。",
"Performance warning" : "パフォーマンス警告",
+ "You chose SQLite as database." : "あなたはSQLiteをデータベースとして選択しました。",
+ "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLiteは小規模もしくは開発用のインスタンスでのみ利用できます。プロダクション環境では他のデータベースをお勧めします。",
"Finish setup" : "セットアップを完了します",
"Finishing …" : "作業を完了しています ...",
"Need help?" : "ヘルプが必要ですか?",
@@ -286,6 +294,7 @@
"Please try again or contact your administrator." : "もう一度試してみるか、管理者に問い合わせてください。",
"Username or email" : "ユーザー名またはメールアドレス",
"Log in" : "ログイン",
+ "Wrong username or password." : "ユーザー名またはパスワードが間違っています",
"User disabled" : "ユーザーは無効です",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "あなたのIPから複数の無効なログイン試行が検出されました。 したがって、次回のログインは最大30秒間抑制されます。",
"Forgot password?" : "パスワードをお忘れですか?",
diff --git a/core/l10n/pl.js b/core/l10n/pl.js
index b3907e7309b..e04a58c52ab 100644
--- a/core/l10n/pl.js
+++ b/core/l10n/pl.js
@@ -349,7 +349,7 @@ OC.L10N.register(
"Grant access" : "Udziel dostępu",
"Alternative log in using app token" : "Alternatywne logowanie przy użyciu tokena aplikacji",
"Account access" : "Dostęp do konta",
- "You are about to grant %1$s access to your %2$s account." : "Zamierzasz udzielić %1$s dostępu do swojego konta %2$s.",
+ "You are about to grant %1$s access to your %2$s account." : "Zamierzasz udzielić dostępu %1$s do swojego konta %2$s.",
"Account connected" : "Połączono z kontem",
"Your client should now be connected! You can close this window." : "Aplikacja kliencka powinna być już połączona! Można zamknąć to okno.",
"New password" : "Nowe hasło",
diff --git a/core/l10n/pl.json b/core/l10n/pl.json
index 3435f8db826..1da23f9fb1a 100644
--- a/core/l10n/pl.json
+++ b/core/l10n/pl.json
@@ -347,7 +347,7 @@
"Grant access" : "Udziel dostępu",
"Alternative log in using app token" : "Alternatywne logowanie przy użyciu tokena aplikacji",
"Account access" : "Dostęp do konta",
- "You are about to grant %1$s access to your %2$s account." : "Zamierzasz udzielić %1$s dostępu do swojego konta %2$s.",
+ "You are about to grant %1$s access to your %2$s account." : "Zamierzasz udzielić dostępu %1$s do swojego konta %2$s.",
"Account connected" : "Połączono z kontem",
"Your client should now be connected! You can close this window." : "Aplikacja kliencka powinna być już połączona! Można zamknąć to okno.",
"New password" : "Nowe hasło",