[tx-robot] updated from transifex
This commit is contained in:
parent
0145769095
commit
7fa9c52585
|
@ -15,12 +15,19 @@ OC.L10N.register(
|
||||||
"Files app plugin to add comments to files" : "ファイルにコメントを追加するためのファイルアプリプラグイン",
|
"Files app plugin to add comments to files" : "ファイルにコメントを追加するためのファイルアプリプラグイン",
|
||||||
"Edit comment" : "コメントを編集",
|
"Edit comment" : "コメントを編集",
|
||||||
"Delete comment" : "コメントを削除",
|
"Delete comment" : "コメントを削除",
|
||||||
|
"Cancel edit" : "編集をキャンセル",
|
||||||
|
"Post comment" : "コメントを投稿",
|
||||||
"No comments yet, start the conversation!" : "まだコメントはありません、会話を開始してください!",
|
"No comments yet, start the conversation!" : "まだコメントはありません、会話を開始してください!",
|
||||||
|
"No more messages" : "これ以上のメッセージはありません",
|
||||||
"Retry" : "再試行",
|
"Retry" : "再試行",
|
||||||
|
"Unable to load the comments list" : "コメントリストを読み込めませんでした",
|
||||||
"_%n unread comment_::_%n unread comments_" : ["%n の未読のコメント"],
|
"_%n unread comment_::_%n unread comments_" : ["%n の未読のコメント"],
|
||||||
"_1 new comment_::_{unread} new comments_" : ["の未読のコメント {unread}"],
|
"_1 new comment_::_{unread} new comments_" : ["の未読のコメント {unread}"],
|
||||||
"Comment" : "コメント",
|
"Comment" : "コメント",
|
||||||
|
"An error occurred while trying to edit the comment" : "コメント編集中にエラーが発生しました",
|
||||||
"Comment deleted" : "コメントが削除されました",
|
"Comment deleted" : "コメントが削除されました",
|
||||||
|
"An error occurred while trying to delete the comment" : "コメントの削除中にエラーが発生しました",
|
||||||
|
"An error occurred while trying to create the comment" : "コメント中にエラーが発生しました",
|
||||||
"New comment …" : "新しいコメント...",
|
"New comment …" : "新しいコメント...",
|
||||||
"Post" : "追加",
|
"Post" : "追加",
|
||||||
"Cancel" : "キャンセル",
|
"Cancel" : "キャンセル",
|
||||||
|
|
|
@ -13,12 +13,19 @@
|
||||||
"Files app plugin to add comments to files" : "ファイルにコメントを追加するためのファイルアプリプラグイン",
|
"Files app plugin to add comments to files" : "ファイルにコメントを追加するためのファイルアプリプラグイン",
|
||||||
"Edit comment" : "コメントを編集",
|
"Edit comment" : "コメントを編集",
|
||||||
"Delete comment" : "コメントを削除",
|
"Delete comment" : "コメントを削除",
|
||||||
|
"Cancel edit" : "編集をキャンセル",
|
||||||
|
"Post comment" : "コメントを投稿",
|
||||||
"No comments yet, start the conversation!" : "まだコメントはありません、会話を開始してください!",
|
"No comments yet, start the conversation!" : "まだコメントはありません、会話を開始してください!",
|
||||||
|
"No more messages" : "これ以上のメッセージはありません",
|
||||||
"Retry" : "再試行",
|
"Retry" : "再試行",
|
||||||
|
"Unable to load the comments list" : "コメントリストを読み込めませんでした",
|
||||||
"_%n unread comment_::_%n unread comments_" : ["%n の未読のコメント"],
|
"_%n unread comment_::_%n unread comments_" : ["%n の未読のコメント"],
|
||||||
"_1 new comment_::_{unread} new comments_" : ["の未読のコメント {unread}"],
|
"_1 new comment_::_{unread} new comments_" : ["の未読のコメント {unread}"],
|
||||||
"Comment" : "コメント",
|
"Comment" : "コメント",
|
||||||
|
"An error occurred while trying to edit the comment" : "コメント編集中にエラーが発生しました",
|
||||||
"Comment deleted" : "コメントが削除されました",
|
"Comment deleted" : "コメントが削除されました",
|
||||||
|
"An error occurred while trying to delete the comment" : "コメントの削除中にエラーが発生しました",
|
||||||
|
"An error occurred while trying to create the comment" : "コメント中にエラーが発生しました",
|
||||||
"New comment …" : "新しいコメント...",
|
"New comment …" : "新しいコメント...",
|
||||||
"Post" : "追加",
|
"Post" : "追加",
|
||||||
"Cancel" : "キャンセル",
|
"Cancel" : "キャンセル",
|
||||||
|
|
|
@ -77,6 +77,7 @@ OC.L10N.register(
|
||||||
"More options …" : "Weitere Optionen …",
|
"More options …" : "Weitere Optionen …",
|
||||||
"More options at %s" : "Weitere Optionen unter %s",
|
"More options at %s" : "Weitere Optionen unter %s",
|
||||||
"Contacts" : "Kontakte",
|
"Contacts" : "Kontakte",
|
||||||
|
"System is in maintenance mode." : "Das System befindet sich im Wartungsmodus.",
|
||||||
"Upgrade needed" : "Aktualisierung erforderlich",
|
"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.",
|
"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",
|
"Configures a CalDAV account" : "Ein CalDAV-Konto einrichten",
|
||||||
|
|
|
@ -75,6 +75,7 @@
|
||||||
"More options …" : "Weitere Optionen …",
|
"More options …" : "Weitere Optionen …",
|
||||||
"More options at %s" : "Weitere Optionen unter %s",
|
"More options at %s" : "Weitere Optionen unter %s",
|
||||||
"Contacts" : "Kontakte",
|
"Contacts" : "Kontakte",
|
||||||
|
"System is in maintenance mode." : "Das System befindet sich im Wartungsmodus.",
|
||||||
"Upgrade needed" : "Aktualisierung erforderlich",
|
"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.",
|
"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",
|
"Configures a CalDAV account" : "Ein CalDAV-Konto einrichten",
|
||||||
|
|
|
@ -190,6 +190,7 @@ OC.L10N.register(
|
||||||
"Crop image previews" : "Bildvorschauen zuschneiden",
|
"Crop image previews" : "Bildvorschauen zuschneiden",
|
||||||
"WebDAV" : "WebDAV",
|
"WebDAV" : "WebDAV",
|
||||||
"Use this address to access your Files via WebDAV" : "Diese Adresse benutzen, um über WebDAV auf Deine Dateien zuzugreifen",
|
"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",
|
"Toggle grid view" : "Rasteransicht umschalten",
|
||||||
"No files in here" : "Keine Dateien vorhanden",
|
"No files in here" : "Keine Dateien vorhanden",
|
||||||
"Upload some content or sync with your devices!" : "Inhalte hochladen oder mit Deinen Geräten synchronisieren!",
|
"Upload some content or sync with your devices!" : "Inhalte hochladen oder mit Deinen Geräten synchronisieren!",
|
||||||
|
|
|
@ -188,6 +188,7 @@
|
||||||
"Crop image previews" : "Bildvorschauen zuschneiden",
|
"Crop image previews" : "Bildvorschauen zuschneiden",
|
||||||
"WebDAV" : "WebDAV",
|
"WebDAV" : "WebDAV",
|
||||||
"Use this address to access your Files via WebDAV" : "Diese Adresse benutzen, um über WebDAV auf Deine Dateien zuzugreifen",
|
"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",
|
"Toggle grid view" : "Rasteransicht umschalten",
|
||||||
"No files in here" : "Keine Dateien vorhanden",
|
"No files in here" : "Keine Dateien vorhanden",
|
||||||
"Upload some content or sync with your devices!" : "Inhalte hochladen oder mit Deinen Geräten synchronisieren!",
|
"Upload some content or sync with your devices!" : "Inhalte hochladen oder mit Deinen Geräten synchronisieren!",
|
||||||
|
|
Loading…
Reference in New Issue