Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/ja.js')
-rw-r--r--l10n/ja.js10
1 files changed, 9 insertions, 1 deletions
diff --git a/l10n/ja.js b/l10n/ja.js
index fd0086d..9e6792d 100644
--- a/l10n/ja.js
+++ b/l10n/ja.js
@@ -1,6 +1,8 @@
OC.L10N.register(
"notifications",
{
+ "Hello %s" : "こんにちは %s さん",
+ "Hello %s," : "こんにちは %s さん、",
"Admin notifications" : "管理者の通知",
"Notifications" : "通知",
"This app provides a backend and frontend for the notification API available in Nextcloud." : "このアプリは、Nextcloudで利用可能な通知APIのバックエンドとフロントエンドを提供します。",
@@ -13,6 +15,12 @@ OC.L10N.register(
"Dismiss" : "閉じる",
"seconds ago" : "数秒前",
"Failed to dismiss notification" : "通知の却下に失敗しました",
- "in {path}" : "{path}に"
+ "in {path}" : "{path}に",
+ "1 hour" : "1時間",
+ "3 hours" : "3時間",
+ "1 day" : "1日",
+ "1 week" : "1週間",
+ "Your settings have been updated." : "設定を更新しました。",
+ "An error occurred while updating your settings." : "設定の更新中にエラーが発生しました。"
},
"nplurals=1; plural=0;");