diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-24 00:19:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-24 00:19:52 +0000 |
commit | d787449b6741d3bb9dba5faa0dccf1e520ae9951 (patch) | |
tree | 63e711c395606c2f44cab4ba22fcfa521d7e4547 /apps/dav/l10n/ja.js | |
parent | 5087de9f9892e97f5f72b96230a7067fbe8063ea (diff) | |
download | nextcloud-server-d787449b6741d3bb9dba5faa0dccf1e520ae9951.tar.gz nextcloud-server-d787449b6741d3bb9dba5faa0dccf1e520ae9951.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 47bd530e96b..453396165ac 100644 --- a/apps/dav/l10n/ja.js +++ b/apps/dav/l10n/ja.js @@ -2,7 +2,7 @@ OC.L10N.register( "dav", { "Calendar" : "カレンダー", - "To-dos" : "To-dos", + "Tasks" : "タスク", "Personal" : "個人", "{actor} created calendar {calendar}" : "{actor}はカレンダー {calendar} を作成しました", "You created calendar {calendar}" : "カレンダー {calendar} を作成しました", @@ -143,7 +143,6 @@ OC.L10N.register( "Configures a CalDAV account" : "CalDAVアカウントを設定します", "Configures a CardDAV account" : "CardDAVアカウントを設定します", "Events" : "イベント", - "Tasks" : "タスク", "Untitled task" : "タイトルなしタスク", "Completed on %s" : "%sに完了", "Due on %s by %s" : "期限日%s が%sにより設定", @@ -204,6 +203,7 @@ OC.L10N.register( "Are you accepting the invitation?" : "招待を受け入れていますか?", "Tentative" : "暫定的", "Your attendance was updated successfully." : "出席は正常に更新されました。", + "To-dos" : "To-dos", "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;"); |