diff options
Diffstat (limited to 'core/l10n/ja.js')
-rw-r--r-- | core/l10n/ja.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/core/l10n/ja.js b/core/l10n/ja.js index 3773e43227b..bba306dafc6 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -110,7 +110,11 @@ OC.L10N.register( "Edit tags" : "タグを編集", "Error loading dialog template: {error}" : "メッセージテンプレートの読み込みエラー: {error}", "No tags selected for deletion." : "削除するタグが選択されていません。", - "_download %n file_::_download %n files_" : [""], + "unknown text" : "不明なテキスト", + "Hello world!" : "Hello world!", + "sunny" : "快晴", + "Hello {name}, the weather is {weather}" : "こんにちは、 {name}、 天気は{weather}です", + "_download %n file_::_download %n files_" : ["%n個のファイルをダウンロード"], "Updating {productName} to version {version}, this may take a while." : "{productName} を バージョン {version} に更新しています。しばらくお待ちください。", "Please reload the page." : "ページをリロードしてください。", "The update was unsuccessful." : "アップデートに失敗しました。", |