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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-05-14 05:25:31 +0300
committerNextcloud bot <bot@nextcloud.com>2021-05-14 05:25:31 +0300
commit7fa9c52585588b1f8f46da5d8a9531ed67008790 (patch)
treecdb81a0a687927dca607eff13f60ca360085256d /apps
parent01457690954f8cdee7bca0ec669d07d7f999a882 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/comments/l10n/ja.js7
-rw-r--r--apps/comments/l10n/ja.json7
-rw-r--r--apps/dav/l10n/de.js1
-rw-r--r--apps/dav/l10n/de.json1
-rw-r--r--apps/files/l10n/de.js1
-rw-r--r--apps/files/l10n/de.json1
6 files changed, 18 insertions, 0 deletions
diff --git a/apps/comments/l10n/ja.js b/apps/comments/l10n/ja.js
index f9842ef2c6b..11edc7352a1 100644
--- a/apps/comments/l10n/ja.js
+++ b/apps/comments/l10n/ja.js
@@ -15,12 +15,19 @@ OC.L10N.register(
"Files app plugin to add comments to files" : "ファイルにコメントを追加するためのファイルアプリプラグイン",
"Edit comment" : "コメントを編集",
"Delete comment" : "コメントを削除",
+ "Cancel edit" : "編集をキャンセル",
+ "Post comment" : "コメントを投稿",
"No comments yet, start the conversation!" : "まだコメントはありません、会話を開始してください!",
+ "No more messages" : "これ以上のメッセージはありません",
"Retry" : "再試行",
+ "Unable to load the comments list" : "コメントリストを読み込めませんでした",
"_%n unread comment_::_%n unread comments_" : ["%n の未読のコメント"],
"_1 new comment_::_{unread} new comments_" : ["の未読のコメント {unread}"],
"Comment" : "コメント",
+ "An error occurred while trying to edit the comment" : "コメント編集中にエラーが発生しました",
"Comment deleted" : "コメントが削除されました",
+ "An error occurred while trying to delete the comment" : "コメントの削除中にエラーが発生しました",
+ "An error occurred while trying to create the comment" : "コメント中にエラーが発生しました",
"New comment …" : "新しいコメント...",
"Post" : "追加",
"Cancel" : "キャンセル",
diff --git a/apps/comments/l10n/ja.json b/apps/comments/l10n/ja.json
index bd0cc278fa4..c82b4f1d8d0 100644
--- a/apps/comments/l10n/ja.json
+++ b/apps/comments/l10n/ja.json
@@ -13,12 +13,19 @@
"Files app plugin to add comments to files" : "ファイルにコメントを追加するためのファイルアプリプラグイン",
"Edit comment" : "コメントを編集",
"Delete comment" : "コメントを削除",
+ "Cancel edit" : "編集をキャンセル",
+ "Post comment" : "コメントを投稿",
"No comments yet, start the conversation!" : "まだコメントはありません、会話を開始してください!",
+ "No more messages" : "これ以上のメッセージはありません",
"Retry" : "再試行",
+ "Unable to load the comments list" : "コメントリストを読み込めませんでした",
"_%n unread comment_::_%n unread comments_" : ["%n の未読のコメント"],
"_1 new comment_::_{unread} new comments_" : ["の未読のコメント {unread}"],
"Comment" : "コメント",
+ "An error occurred while trying to edit the comment" : "コメント編集中にエラーが発生しました",
"Comment deleted" : "コメントが削除されました",
+ "An error occurred while trying to delete the comment" : "コメントの削除中にエラーが発生しました",
+ "An error occurred while trying to create the comment" : "コメント中にエラーが発生しました",
"New comment …" : "新しいコメント...",
"Post" : "追加",
"Cancel" : "キャンセル",
diff --git a/apps/dav/l10n/de.js b/apps/dav/l10n/de.js
index 63d20d46d25..36d5183c09d 100644
--- a/apps/dav/l10n/de.js
+++ b/apps/dav/l10n/de.js
@@ -77,6 +77,7 @@ OC.L10N.register(
"More options …" : "Weitere Optionen …",
"More options at %s" : "Weitere Optionen unter %s",
"Contacts" : "Kontakte",
+ "System is in maintenance mode." : "Das System befindet sich im Wartungsmodus.",
"Upgrade needed" : "Aktualisierung erforderlich",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Dein %s muss konfiguriert werden, um HTTPS zusammen mit CalDAV und CardDAV unter iOS/macOS nutzen zu können.",
"Configures a CalDAV account" : "Ein CalDAV-Konto einrichten",
diff --git a/apps/dav/l10n/de.json b/apps/dav/l10n/de.json
index 3a8c9e2c3c5..21afa58b761 100644
--- a/apps/dav/l10n/de.json
+++ b/apps/dav/l10n/de.json
@@ -75,6 +75,7 @@
"More options …" : "Weitere Optionen …",
"More options at %s" : "Weitere Optionen unter %s",
"Contacts" : "Kontakte",
+ "System is in maintenance mode." : "Das System befindet sich im Wartungsmodus.",
"Upgrade needed" : "Aktualisierung erforderlich",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Dein %s muss konfiguriert werden, um HTTPS zusammen mit CalDAV und CardDAV unter iOS/macOS nutzen zu können.",
"Configures a CalDAV account" : "Ein CalDAV-Konto einrichten",
diff --git a/apps/files/l10n/de.js b/apps/files/l10n/de.js
index aeb98eeadae..0929741763a 100644
--- a/apps/files/l10n/de.js
+++ b/apps/files/l10n/de.js
@@ -190,6 +190,7 @@ OC.L10N.register(
"Crop image previews" : "Bildvorschauen zuschneiden",
"WebDAV" : "WebDAV",
"Use this address to access your Files via WebDAV" : "Diese Adresse benutzen, um über WebDAV auf Deine Dateien zuzugreifen",
+ "Toggle %1$s sublist" : "Unterliste %1$s umschalten",
"Toggle grid view" : "Rasteransicht umschalten",
"No files in here" : "Keine Dateien vorhanden",
"Upload some content or sync with your devices!" : "Inhalte hochladen oder mit Deinen Geräten synchronisieren!",
diff --git a/apps/files/l10n/de.json b/apps/files/l10n/de.json
index 5e0f2c5ff9a..e3b85fb83aa 100644
--- a/apps/files/l10n/de.json
+++ b/apps/files/l10n/de.json
@@ -188,6 +188,7 @@
"Crop image previews" : "Bildvorschauen zuschneiden",
"WebDAV" : "WebDAV",
"Use this address to access your Files via WebDAV" : "Diese Adresse benutzen, um über WebDAV auf Deine Dateien zuzugreifen",
+ "Toggle %1$s sublist" : "Unterliste %1$s umschalten",
"Toggle grid view" : "Rasteransicht umschalten",
"No files in here" : "Keine Dateien vorhanden",
"Upload some content or sync with your devices!" : "Inhalte hochladen oder mit Deinen Geräten synchronisieren!",