diff options
Diffstat (limited to 'core/l10n/ja.js')
-rw-r--r-- | core/l10n/ja.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/l10n/ja.js b/core/l10n/ja.js index ef86a76c7d8..ae390b14bed 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -26,6 +26,7 @@ OC.L10N.register( "Error favoriting" : "お気に入りに追加エラー", "Error unfavoriting" : "お気に入りから削除エラー", "Couldn't send mail to following users: %s " : "次のユーザーにメールを送信できませんでした: %s", + "Preparing update" : "アップデートの準備中", "Turned on maintenance mode" : "メンテナンスモードがオンになりました", "Turned off maintenance mode" : "メンテナンスモードがオフになりました", "Maintenance mode is kept active" : "メンテナンスモードが継続中です", @@ -141,8 +142,6 @@ OC.L10N.register( "Expiration" : "期限切れ", "Expiration date" : "有効期限", "Choose a password for the public link" : "URLによる共有のパスワードを入力", - "Sending ..." : "送信中...", - "Email sent" : "メールを送信しました", "Resharing is not allowed" : "再共有は許可されていません", "Share link" : "URLで共有", "Link" : "リンク", @@ -151,6 +150,8 @@ OC.L10N.register( "Allow editing" : "編集を許可", "Email link to person" : "メールリンク", "Send" : "送信", + "Sending ..." : "送信中...", + "Email sent" : "メールを送信しました", "Shared with you and the group {group} by {owner}" : "あなたと {owner} のグループ {group} で共有中", "Shared with you by {owner}" : "{owner} と共有中", "group" : "グループ", |