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
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-01-12 06:00:42 +0300
committerNextcloud bot <bot@nextcloud.com>2022-01-12 06:00:42 +0300
commit719c653d1d59f86225b87e5a510bde125d5c2012 (patch)
tree221ec80ad0b0680ded22481108f95d801a3fdcd4 /l10n
parent3ea72c7207a23b5ff56fc23c28d6de808e685059 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-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