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:
authorNextcloud bot <bot@nextcloud.com>2022-01-12 06:00:47 +0300
committerNextcloud bot <bot@nextcloud.com>2022-01-12 06:00:47 +0300
commit2f372c74d385c9a924f7fe3e55b7ed7d7a4c6628 (patch)
treeb567dc77b5e10bff52c2eaf400bf8af12dbec74b
parentd556015e53e4c9cd30e5048ce8c1d058af93883a (diff)
[tx-robot] updated from transifexv22.2.4rc2
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/ja.js10
-rw-r--r--l10n/ja.json10
2 files changed, 18 insertions, 2 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;");
diff --git a/l10n/ja.json b/l10n/ja.json
index da54283..51ae614 100644
--- a/l10n/ja.json
+++ b/l10n/ja.json
@@ -1,4 +1,6 @@
{ "translations": {
+ "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のバックエンドとフロントエンドを提供します。",
@@ -11,6 +13,12 @@
"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." : "設定の更新中にエラーが発生しました。"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file