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:45 +0300
committerNextcloud bot <bot@nextcloud.com>2022-01-12 06:00:45 +0300
commit7acbdb01f6a3057d3c60d45180ddab61ee469c0e (patch)
treee7fe7e05e44d0e07342f9bdce012bb87bd708f16
parent326d262fdedf11b30596d162334cbdafdda071ac (diff)
[tx-robot] updated from transifexv23.0.1rc2
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