diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-06-25 00:19:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-06-25 00:19:52 +0000 |
commit | ffa8b00bdd74349938cf7a1d433420d0d91adf91 (patch) | |
tree | e47c78e5274cb1638db0c7928307f8204a1b752e /apps/dav/l10n/ja.js | |
parent | 56462e9cfa2c9fb3d6a5354a417767c6fbd509fa (diff) | |
download | nextcloud-server-ffa8b00bdd74349938cf7a1d433420d0d91adf91.tar.gz nextcloud-server-ffa8b00bdd74349938cf7a1d433420d0d91adf91.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/ja.js')
-rw-r--r-- | apps/dav/l10n/ja.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/l10n/ja.js b/apps/dav/l10n/ja.js index 8a5b53a07f6..88f9db1ff99 100644 --- a/apps/dav/l10n/ja.js +++ b/apps/dav/l10n/ja.js @@ -132,8 +132,6 @@ OC.L10N.register( "Encryption not ready: %1$s" : "暗号化の準備が出来ていません: %1$s", "Failed to open file: %1$s" : "ファイルを開くのに失敗: %1$s", "Failed to unlink: %1$s" : "リンクの解除に失敗: %1$s", - "Invalid chunk name" : "無効なチャンク名", - "Could not rename part file assembled from chunks" : "チャンクから構成されている部分ファイルの名前の変更ができませんでした", "Failed to write file contents: %1$s" : "ファイルの内容の書き込みに失敗: %1$s", "File not found: %1$s" : "ファイルが見つかりません: %1$s", "System is in maintenance mode." : "システムはメンテナンスモードです。", @@ -209,6 +207,8 @@ OC.L10N.register( "Your attendance was updated successfully." : "出席は正常に更新されました。", "To-dos" : "To-dos", "Time:" : "時刻:", + "Invalid chunk name" : "無効なチャンク名", + "Could not rename part file assembled from chunks" : "チャンクから構成されている部分ファイルの名前の変更ができませんでした", "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "勤務時間を設定すると、他のユーザが会議を予約する際に、あなたがいつ不在であるかがわかります。" }, "nplurals=1; plural=0;"); |