[tx-robot] updated from transifex
This commit is contained in:
parent
17fa45a292
commit
9aae4a0d02
|
@ -109,9 +109,13 @@ OC.L10N.register(
|
|||
"%2$s deleted %1$s" : "%2$s удалил %1$s",
|
||||
"You restored %1$s" : "Вы восстановили %1$s",
|
||||
"%2$s restored %1$s" : "%2$s восстановил %1$s",
|
||||
"You renamed %2$s to %1$s" : "Вы переименовали %2$s в %1$s",
|
||||
"You moved %2$s to %1$s" : "Вы переместили %2$s в %1$s",
|
||||
"Changed by %2$s" : "Изменено %2$s",
|
||||
"Deleted by %2$s" : "Удалено %2$s",
|
||||
"Restored by %2$s" : "Восстановлено %2$s",
|
||||
"Renamed by %2$s" : "Переименовано %2$s",
|
||||
"Moved by %2$s" : "Перемещено %2$s",
|
||||
"Upload (max. %s)" : "Загрузка (максимум %s)",
|
||||
"File handling" : "Управление файлами",
|
||||
"Maximum upload size" : "Максимальный размер загружаемого файла",
|
||||
|
|
|
@ -107,9 +107,13 @@
|
|||
"%2$s deleted %1$s" : "%2$s удалил %1$s",
|
||||
"You restored %1$s" : "Вы восстановили %1$s",
|
||||
"%2$s restored %1$s" : "%2$s восстановил %1$s",
|
||||
"You renamed %2$s to %1$s" : "Вы переименовали %2$s в %1$s",
|
||||
"You moved %2$s to %1$s" : "Вы переместили %2$s в %1$s",
|
||||
"Changed by %2$s" : "Изменено %2$s",
|
||||
"Deleted by %2$s" : "Удалено %2$s",
|
||||
"Restored by %2$s" : "Восстановлено %2$s",
|
||||
"Renamed by %2$s" : "Переименовано %2$s",
|
||||
"Moved by %2$s" : "Перемещено %2$s",
|
||||
"Upload (max. %s)" : "Загрузка (максимум %s)",
|
||||
"File handling" : "Управление файлами",
|
||||
"Maximum upload size" : "Максимальный размер загружаемого файла",
|
||||
|
|
|
@ -3,12 +3,15 @@ OC.L10N.register(
|
|||
{
|
||||
"Generate backup codes" : "Générer des codes de récupération",
|
||||
"Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Les codes de récupération ont été générés. {{used}} codes sur {{total}} ont été utilisés.",
|
||||
"These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Voici vos codes de récupération. Veuillez les sauvegarder et/ou les imprimer car vous ne pouvez plus y avoir accès ultérieurement",
|
||||
"Save backup codes" : "Sauvegarder les codes de récupération",
|
||||
"Print backup codes" : "Imprimer les codes de récupération",
|
||||
"Regenerate backup codes" : "Régénérer les codes de récupération",
|
||||
"If you regenerate backup codes, you automatically invalidate old codes." : "Si vous régénérez les codes de récupération, vous invalidez automatiquement les anciens codes.",
|
||||
"An error occurred while generating your backup codes" : "Une erreur est survenue lors de la génération de vos codes de récupération",
|
||||
"Nextcloud backup codes" : "Codes de récupération Nextcloud",
|
||||
"Backup code" : "Code de récupération",
|
||||
"Use backup code" : "Utiliser un code de récupération"
|
||||
"Use backup code" : "Utiliser un code de récupération",
|
||||
"Second-factor backup codes" : "Codes de récupération pour l'authentification en deux étapes"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
|
|
@ -1,12 +1,15 @@
|
|||
{ "translations": {
|
||||
"Generate backup codes" : "Générer des codes de récupération",
|
||||
"Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Les codes de récupération ont été générés. {{used}} codes sur {{total}} ont été utilisés.",
|
||||
"These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Voici vos codes de récupération. Veuillez les sauvegarder et/ou les imprimer car vous ne pouvez plus y avoir accès ultérieurement",
|
||||
"Save backup codes" : "Sauvegarder les codes de récupération",
|
||||
"Print backup codes" : "Imprimer les codes de récupération",
|
||||
"Regenerate backup codes" : "Régénérer les codes de récupération",
|
||||
"If you regenerate backup codes, you automatically invalidate old codes." : "Si vous régénérez les codes de récupération, vous invalidez automatiquement les anciens codes.",
|
||||
"An error occurred while generating your backup codes" : "Une erreur est survenue lors de la génération de vos codes de récupération",
|
||||
"Nextcloud backup codes" : "Codes de récupération Nextcloud",
|
||||
"Backup code" : "Code de récupération",
|
||||
"Use backup code" : "Utiliser un code de récupération"
|
||||
"Use backup code" : "Utiliser un code de récupération",
|
||||
"Second-factor backup codes" : "Codes de récupération pour l'authentification en deux étapes"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
|
@ -185,6 +185,7 @@ OC.L10N.register(
|
|||
"{sharee} (at {server})" : "{sharee} (auf {server})",
|
||||
"{sharee} (remote)" : "{sharee} (remote)",
|
||||
"Share" : "Teilen",
|
||||
"Share with people on other Nextclouds using the syntax username@example.com/nextcloud" : "Teile es mit Nutzern in anderen Nextclouds. Die Syntax hierfür lautet: username@beispiel.de/nextcloud",
|
||||
"Share with users…" : "Mit Benutzern teilen…",
|
||||
"Share with users, groups or remote users…" : "Mit Benutzern, Gruppen oder externen Benutzern teilen…",
|
||||
"Share with users or groups…" : "Mit Benutzern oder Gruppen teilen…",
|
||||
|
|
|
@ -183,6 +183,7 @@
|
|||
"{sharee} (at {server})" : "{sharee} (auf {server})",
|
||||
"{sharee} (remote)" : "{sharee} (remote)",
|
||||
"Share" : "Teilen",
|
||||
"Share with people on other Nextclouds using the syntax username@example.com/nextcloud" : "Teile es mit Nutzern in anderen Nextclouds. Die Syntax hierfür lautet: username@beispiel.de/nextcloud",
|
||||
"Share with users…" : "Mit Benutzern teilen…",
|
||||
"Share with users, groups or remote users…" : "Mit Benutzern, Gruppen oder externen Benutzern teilen…",
|
||||
"Share with users or groups…" : "Mit Benutzern oder Gruppen teilen…",
|
||||
|
|
|
@ -185,6 +185,7 @@ OC.L10N.register(
|
|||
"{sharee} (at {server})" : "{sharee} (auf {server})",
|
||||
"{sharee} (remote)" : "{sharee} (entfernt)",
|
||||
"Share" : "Teilen",
|
||||
"Share with people on other Nextclouds using the syntax username@example.com/nextcloud" : "Teilen Sie es mit Nutzern in anderen Nextclouds. Die Syntax hierfür lautet: username@beispiel.de/nextcloud",
|
||||
"Share with users…" : "Mit Benutzern teilen…",
|
||||
"Share with users, groups or remote users…" : "Mit Benutzern, Gruppen oder externen Benutzern teilen…",
|
||||
"Share with users or groups…" : "Mit Benutzern oder Gruppen teilen…",
|
||||
|
|
|
@ -183,6 +183,7 @@
|
|||
"{sharee} (at {server})" : "{sharee} (auf {server})",
|
||||
"{sharee} (remote)" : "{sharee} (entfernt)",
|
||||
"Share" : "Teilen",
|
||||
"Share with people on other Nextclouds using the syntax username@example.com/nextcloud" : "Teilen Sie es mit Nutzern in anderen Nextclouds. Die Syntax hierfür lautet: username@beispiel.de/nextcloud",
|
||||
"Share with users…" : "Mit Benutzern teilen…",
|
||||
"Share with users, groups or remote users…" : "Mit Benutzern, Gruppen oder externen Benutzern teilen…",
|
||||
"Share with users or groups…" : "Mit Benutzern oder Gruppen teilen…",
|
||||
|
|
|
@ -185,6 +185,7 @@ OC.L10N.register(
|
|||
"{sharee} (at {server})" : "{sharee} ({server} szerveren)",
|
||||
"{sharee} (remote)" : "{sharee} (távoli)",
|
||||
"Share" : "Megosztás",
|
||||
"Share with people on other Nextclouds using the syntax username@example.com/nextcloud" : "Megosztás más Nextcloud-ot használó emberekkel, a következő szintaxissal: felhasznalo@pelda.hu/nextcloud",
|
||||
"Share with users…" : "Megosztás felhasználókkal",
|
||||
"Share with users, groups or remote users…" : "Megosztás felhasználókkal, csoportokkal vagy távoli felhasználókkal...",
|
||||
"Share with users or groups…" : "Megosztás felhasználókkal vagy csoportokkal...",
|
||||
|
|
|
@ -183,6 +183,7 @@
|
|||
"{sharee} (at {server})" : "{sharee} ({server} szerveren)",
|
||||
"{sharee} (remote)" : "{sharee} (távoli)",
|
||||
"Share" : "Megosztás",
|
||||
"Share with people on other Nextclouds using the syntax username@example.com/nextcloud" : "Megosztás más Nextcloud-ot használó emberekkel, a következő szintaxissal: felhasznalo@pelda.hu/nextcloud",
|
||||
"Share with users…" : "Megosztás felhasználókkal",
|
||||
"Share with users, groups or remote users…" : "Megosztás felhasználókkal, csoportokkal vagy távoli felhasználókkal...",
|
||||
"Share with users or groups…" : "Megosztás felhasználókkal vagy csoportokkal...",
|
||||
|
|
|
@ -165,6 +165,7 @@ OC.L10N.register(
|
|||
"Send link via email" : "Invia collegamento tramite email",
|
||||
"Shared with you and the group {group} by {owner}" : "Condiviso con te e con il gruppo {group} da {owner}",
|
||||
"Shared with you by {owner}" : "Condiviso con te da {owner}",
|
||||
"{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha condiviso tramite collegamento",
|
||||
"group" : "gruppo",
|
||||
"remote" : "remota",
|
||||
"notify by email" : "notifica tramite email",
|
||||
|
@ -184,6 +185,7 @@ OC.L10N.register(
|
|||
"{sharee} (at {server})" : "{sharee} (su {server})",
|
||||
"{sharee} (remote)" : "{sharee} (remote)",
|
||||
"Share" : "Condividi",
|
||||
"Share with people on other Nextclouds using the syntax username@example.com/nextcloud" : "Condividi con persone su altri Nextcloud utilizzando la sintassi nomeutente@esempio.com/nextcloud",
|
||||
"Share with users…" : "Condividi con utenti...",
|
||||
"Share with users, groups or remote users…" : "Condividi con utenti, gruppi o utenti remoti...",
|
||||
"Share with users or groups…" : "Condividi con utenti o gruppi...",
|
||||
|
|
|
@ -163,6 +163,7 @@
|
|||
"Send link via email" : "Invia collegamento tramite email",
|
||||
"Shared with you and the group {group} by {owner}" : "Condiviso con te e con il gruppo {group} da {owner}",
|
||||
"Shared with you by {owner}" : "Condiviso con te da {owner}",
|
||||
"{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} ha condiviso tramite collegamento",
|
||||
"group" : "gruppo",
|
||||
"remote" : "remota",
|
||||
"notify by email" : "notifica tramite email",
|
||||
|
@ -182,6 +183,7 @@
|
|||
"{sharee} (at {server})" : "{sharee} (su {server})",
|
||||
"{sharee} (remote)" : "{sharee} (remote)",
|
||||
"Share" : "Condividi",
|
||||
"Share with people on other Nextclouds using the syntax username@example.com/nextcloud" : "Condividi con persone su altri Nextcloud utilizzando la sintassi nomeutente@esempio.com/nextcloud",
|
||||
"Share with users…" : "Condividi con utenti...",
|
||||
"Share with users, groups or remote users…" : "Condividi con utenti, gruppi o utenti remoti...",
|
||||
"Share with users or groups…" : "Condividi con utenti o gruppi...",
|
||||
|
|
|
@ -52,6 +52,11 @@ OC.L10N.register(
|
|||
"App can't be installed because it is not compatible with this version of the server" : "アプリは、このバージョンのサーバーと互換性がないためインストールされませんでした。",
|
||||
"App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "非shippedアプリには許可されない<shipped>true</shipped>タグが含まれているためにアプリをインストールできません。",
|
||||
"App can't be installed because the version in info.xml is not the same as the version reported from the app store" : "info.xmlのバージョンがアプリストアのバージョンと合っていないため、アプリはインストールされません",
|
||||
"APCu" : "APCu",
|
||||
"Redis" : "Redis",
|
||||
"Server settings" : "サーバー設定",
|
||||
"Logging" : "ロギング",
|
||||
"Additional settings" : "追加設定",
|
||||
"%s enter the database username and name." : "%s データベース名とデータベースのユーザー名を入力してください。",
|
||||
"%s enter the database username." : "%s のデータベースのユーザー名を入力してください。",
|
||||
"%s enter the database name." : "%s のデータベース名を入力してください。",
|
||||
|
@ -115,6 +120,7 @@ OC.L10N.register(
|
|||
"The username is already being used" : "ユーザー名はすでに使われています",
|
||||
"Login canceled by app" : "アプリによりログインが中止されました",
|
||||
"User disabled" : "ユーザーは無効です",
|
||||
"Help" : "ヘルプ",
|
||||
"Personal" : "個人",
|
||||
"Users" : "ユーザー",
|
||||
"Admin" : "管理",
|
||||
|
@ -131,8 +137,8 @@ OC.L10N.register(
|
|||
"Token expired. Please reload page." : "トークンが無効になりました。ページを再読込してください。",
|
||||
"Unknown user" : "不明なユーザー",
|
||||
"No database drivers (sqlite, mysql, or postgresql) installed." : "データベースドライバー (sqlite, mysql, postgresql) がインストールされていません。",
|
||||
"Microsoft Windows Platform is not supported" : "Microsoft Windows サーバーはサポートしていません。",
|
||||
"Running Nextcloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself." : "マイクロソフト Windowsサーバー上で Nextcloudを動かすのをサポートしていません。サーバー丸ごと移行する方式をとれない場合は仮想マシンで Linux を動かすことをお勧めします。",
|
||||
"Microsoft Windows Platform is not supported" : "Microsoft Windows プラットフォームはサポートしていません。",
|
||||
"Running Nextcloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself." : "マイクロソフト Windowsプラットフォーム上での Nextcloudの動作をサポートしていません。サーバー丸ごと移行する方式をとれない場合は仮想マシンで Linux を動かすことをお勧めします。",
|
||||
"Cannot write into \"config\" directory" : "\"config\" ディレクトリに書き込みができません",
|
||||
"Cannot write into \"apps\" directory" : "\"apps\" ディレクトリに書き込みができません",
|
||||
"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "多くの場合、これは %s Webサーバーにappsディレクトリ %s への書き込み権限を与えるか、設定ファイルでアプリストアを無効化することで解決できます。",
|
||||
|
@ -166,6 +172,8 @@ OC.L10N.register(
|
|||
"Storage incomplete configuration. %s" : "設定が未完了のストレージです。 %s",
|
||||
"Storage connection error. %s" : "ストレージへの接続エラー。 %s",
|
||||
"Storage not available" : "ストレージが利用できません",
|
||||
"Storage connection timeout. %s" : "ストレージへの接続がタイムアウト。 %s"
|
||||
"Storage connection timeout. %s" : "ストレージへの接続がタイムアウト。 %s",
|
||||
"ownCloud %s or higher is required." : "ownCloud %s 以上が必要です",
|
||||
"ownCloud %s or lower is required." : "ownCloud %s 以下が必要です"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
@ -50,6 +50,11 @@
|
|||
"App can't be installed because it is not compatible with this version of the server" : "アプリは、このバージョンのサーバーと互換性がないためインストールされませんでした。",
|
||||
"App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "非shippedアプリには許可されない<shipped>true</shipped>タグが含まれているためにアプリをインストールできません。",
|
||||
"App can't be installed because the version in info.xml is not the same as the version reported from the app store" : "info.xmlのバージョンがアプリストアのバージョンと合っていないため、アプリはインストールされません",
|
||||
"APCu" : "APCu",
|
||||
"Redis" : "Redis",
|
||||
"Server settings" : "サーバー設定",
|
||||
"Logging" : "ロギング",
|
||||
"Additional settings" : "追加設定",
|
||||
"%s enter the database username and name." : "%s データベース名とデータベースのユーザー名を入力してください。",
|
||||
"%s enter the database username." : "%s のデータベースのユーザー名を入力してください。",
|
||||
"%s enter the database name." : "%s のデータベース名を入力してください。",
|
||||
|
@ -113,6 +118,7 @@
|
|||
"The username is already being used" : "ユーザー名はすでに使われています",
|
||||
"Login canceled by app" : "アプリによりログインが中止されました",
|
||||
"User disabled" : "ユーザーは無効です",
|
||||
"Help" : "ヘルプ",
|
||||
"Personal" : "個人",
|
||||
"Users" : "ユーザー",
|
||||
"Admin" : "管理",
|
||||
|
@ -129,8 +135,8 @@
|
|||
"Token expired. Please reload page." : "トークンが無効になりました。ページを再読込してください。",
|
||||
"Unknown user" : "不明なユーザー",
|
||||
"No database drivers (sqlite, mysql, or postgresql) installed." : "データベースドライバー (sqlite, mysql, postgresql) がインストールされていません。",
|
||||
"Microsoft Windows Platform is not supported" : "Microsoft Windows サーバーはサポートしていません。",
|
||||
"Running Nextcloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself." : "マイクロソフト Windowsサーバー上で Nextcloudを動かすのをサポートしていません。サーバー丸ごと移行する方式をとれない場合は仮想マシンで Linux を動かすことをお勧めします。",
|
||||
"Microsoft Windows Platform is not supported" : "Microsoft Windows プラットフォームはサポートしていません。",
|
||||
"Running Nextcloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself." : "マイクロソフト Windowsプラットフォーム上での Nextcloudの動作をサポートしていません。サーバー丸ごと移行する方式をとれない場合は仮想マシンで Linux を動かすことをお勧めします。",
|
||||
"Cannot write into \"config\" directory" : "\"config\" ディレクトリに書き込みができません",
|
||||
"Cannot write into \"apps\" directory" : "\"apps\" ディレクトリに書き込みができません",
|
||||
"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "多くの場合、これは %s Webサーバーにappsディレクトリ %s への書き込み権限を与えるか、設定ファイルでアプリストアを無効化することで解決できます。",
|
||||
|
@ -164,6 +170,8 @@
|
|||
"Storage incomplete configuration. %s" : "設定が未完了のストレージです。 %s",
|
||||
"Storage connection error. %s" : "ストレージへの接続エラー。 %s",
|
||||
"Storage not available" : "ストレージが利用できません",
|
||||
"Storage connection timeout. %s" : "ストレージへの接続がタイムアウト。 %s"
|
||||
"Storage connection timeout. %s" : "ストレージへの接続がタイムアウト。 %s",
|
||||
"ownCloud %s or higher is required." : "ownCloud %s 以上が必要です",
|
||||
"ownCloud %s or lower is required." : "ownCloud %s 以下が必要です"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -60,7 +60,7 @@ OC.L10N.register(
|
|||
"_You have %n app update pending_::_You have %n app updates pending_" : ["%n 個のアプリのアップデートを保留中"],
|
||||
"Please wait...." : "しばらくお待ちください...",
|
||||
"Error while disabling app" : "アプリ無効化中にエラーが発生",
|
||||
"Disable" : "無効",
|
||||
"Disable" : "無効にする",
|
||||
"Enable" : "有効にする",
|
||||
"Error while enabling app" : "アプリを有効にする際にエラーが発生",
|
||||
"Error: this app cannot be enabled because it makes the server unstable" : "エラー:このアプリは、サーバーを不安定にするため、有効にすることができません。",
|
||||
|
@ -76,6 +76,12 @@ OC.L10N.register(
|
|||
"App update" : "アプリのアップデート",
|
||||
"No apps found for {query}" : "{query} に対応するアプリはありません",
|
||||
"Disconnect" : "切断",
|
||||
"Internet Explorer" : "Internet Explorer",
|
||||
"Edge" : "Edge",
|
||||
"Firefox" : "Firefox",
|
||||
"Google Chrome" : "Google Chrome",
|
||||
"Safari" : "Safari",
|
||||
"iPhone" : "iPhone",
|
||||
"Error while loading browser sessions and device tokens" : "ブラウザセッションとデバイストークンの読み込みにおけるエラー",
|
||||
"Error while creating device token" : "デバイストークンの作成におけるエラー",
|
||||
"Error while deleting the token" : "トークンの削除におけるエラー",
|
||||
|
@ -99,6 +105,7 @@ OC.L10N.register(
|
|||
"deleted {userName}" : "{userName} を削除しました",
|
||||
"Invalid quota value \"{val}\"" : "クオータ値 \"{val}\" は不正な値です。",
|
||||
"Changing the password will result in data loss, because data recovery is not available for this user" : "このユーザーのデータ復旧が無効になっていますので、パスワードを変更するとユーザーはデータに二度とアクセスできません。",
|
||||
"Password successfully changed" : "パスワードは変更されました",
|
||||
"A valid username must be provided" : "有効なユーザー名を指定する必要があります",
|
||||
"Error creating user: {message}" : "ユーザ作成エラー {message}",
|
||||
"A valid password must be provided" : "有効なパスワードを指定する必要があります",
|
||||
|
@ -288,6 +295,7 @@ OC.L10N.register(
|
|||
"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "ストレージのクォータを入力してください (例: \"512MB\" や \"12 GB\")",
|
||||
"Other" : "その他",
|
||||
"Quota" : "クオータ",
|
||||
"Last login" : "最終ログイン",
|
||||
"change full name" : "名前を変更",
|
||||
"set new password" : "新しいパスワードを設定",
|
||||
"change email address" : "メールアドレスを変更",
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
"_You have %n app update pending_::_You have %n app updates pending_" : ["%n 個のアプリのアップデートを保留中"],
|
||||
"Please wait...." : "しばらくお待ちください...",
|
||||
"Error while disabling app" : "アプリ無効化中にエラーが発生",
|
||||
"Disable" : "無効",
|
||||
"Disable" : "無効にする",
|
||||
"Enable" : "有効にする",
|
||||
"Error while enabling app" : "アプリを有効にする際にエラーが発生",
|
||||
"Error: this app cannot be enabled because it makes the server unstable" : "エラー:このアプリは、サーバーを不安定にするため、有効にすることができません。",
|
||||
|
@ -74,6 +74,12 @@
|
|||
"App update" : "アプリのアップデート",
|
||||
"No apps found for {query}" : "{query} に対応するアプリはありません",
|
||||
"Disconnect" : "切断",
|
||||
"Internet Explorer" : "Internet Explorer",
|
||||
"Edge" : "Edge",
|
||||
"Firefox" : "Firefox",
|
||||
"Google Chrome" : "Google Chrome",
|
||||
"Safari" : "Safari",
|
||||
"iPhone" : "iPhone",
|
||||
"Error while loading browser sessions and device tokens" : "ブラウザセッションとデバイストークンの読み込みにおけるエラー",
|
||||
"Error while creating device token" : "デバイストークンの作成におけるエラー",
|
||||
"Error while deleting the token" : "トークンの削除におけるエラー",
|
||||
|
@ -97,6 +103,7 @@
|
|||
"deleted {userName}" : "{userName} を削除しました",
|
||||
"Invalid quota value \"{val}\"" : "クオータ値 \"{val}\" は不正な値です。",
|
||||
"Changing the password will result in data loss, because data recovery is not available for this user" : "このユーザーのデータ復旧が無効になっていますので、パスワードを変更するとユーザーはデータに二度とアクセスできません。",
|
||||
"Password successfully changed" : "パスワードは変更されました",
|
||||
"A valid username must be provided" : "有効なユーザー名を指定する必要があります",
|
||||
"Error creating user: {message}" : "ユーザ作成エラー {message}",
|
||||
"A valid password must be provided" : "有効なパスワードを指定する必要があります",
|
||||
|
@ -286,6 +293,7 @@
|
|||
"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "ストレージのクォータを入力してください (例: \"512MB\" や \"12 GB\")",
|
||||
"Other" : "その他",
|
||||
"Quota" : "クオータ",
|
||||
"Last login" : "最終ログイン",
|
||||
"change full name" : "名前を変更",
|
||||
"set new password" : "新しいパスワードを設定",
|
||||
"change email address" : "メールアドレスを変更",
|
||||
|
|
Loading…
Reference in New Issue