diff options
Diffstat (limited to 'apps/theming/l10n/ja.js')
-rw-r--r-- | apps/theming/l10n/ja.js | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/apps/theming/l10n/ja.js b/apps/theming/l10n/ja.js new file mode 100644 index 00000000000..c900a8adb40 --- /dev/null +++ b/apps/theming/l10n/ja.js @@ -0,0 +1,30 @@ +OC.L10N.register( + "theming", + { + "Loading preview…" : "プレビューを読込み中...", + "Saved" : "保存済み", + "Admin" : "管理者", + "The given name is too long" : "名前が長すぎます", + "The given web address is too long" : "Webアドレスが長すぎます", + "The given slogan is too long" : "スローガンが長すぎます", + "The given color is invalid" : "無効な色です", + "No file uploaded" : "ファイルがアップロードされていません", + "Unsupported image type" : "サポートされていない画像形式です", + "You are already using a custom theme" : "あなたは既にカスタムテーマを利用しています", + "Theming" : "テーマ", + "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "テーマではあなたのインスタンスとサポートされたクライアントのルック&フィールを簡単に変更できます。この変更は全てのユーザが対象となります。", + "Name" : "名前", + "Reset to default" : "デフォルトに戻す", + "Web address" : "Webアドレス", + "Web address https://…" : "Webアドレス https://...", + "Slogan" : "スローガン", + "Color" : "色", + "Logo" : "ロゴ", + "Upload new logo" : "新しいロゴをアップロード", + "Login image" : "ログイン画像", + "Upload new login background" : "新しいログイン背景画像をアップロード", + "Remove background image" : "背景画像を削除", + "reset to default" : "デフォルトに戻す", + "Log in image" : "ログイン画像" +}, +"nplurals=1; plural=0;"); |