[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2018-11-13 01:19:36 +00:00
parent b6ad9ae335
commit 2c88e6e3aa
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 16 additions and 0 deletions

9
l10n/ja.js Normal file
View File

@ -0,0 +1,9 @@
OC.L10N.register(
"data_request",
{
"sent!" : "送信しました!",
"Hello %s," : "こんにちは %s さん、",
"No administrator has set an email address" : "メールアドレスに管理者が設定されていません",
"Account" : "アカウント"
},
"nplurals=1; plural=0;");

7
l10n/ja.json Normal file
View File

@ -0,0 +1,7 @@
{ "translations": {
"sent!" : "送信しました!",
"Hello %s," : "こんにちは %s さん、",
"No administrator has set an email address" : "メールアドレスに管理者が設定されていません",
"Account" : "アカウント"
},"pluralForm" :"nplurals=1; plural=0;"
}