diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-01-31 02:19:02 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-01-31 02:19:02 +0000 |
commit | d1bdd1ceba961b0899f504f7417a5c23271c5391 (patch) | |
tree | 654f475fcc6ce9d7cebe6f2230a0cc1939955bf3 /apps/user_status | |
parent | e32a14788c42923d99498d62e7e9cc9c79e87720 (diff) | |
download | nextcloud-server-d1bdd1ceba961b0899f504f7417a5c23271c5391.tar.gz nextcloud-server-d1bdd1ceba961b0899f504f7417a5c23271c5391.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_status')
-rw-r--r-- | apps/user_status/l10n/ja.js | 38 | ||||
-rw-r--r-- | apps/user_status/l10n/ja.json | 36 |
2 files changed, 74 insertions, 0 deletions
diff --git a/apps/user_status/l10n/ja.js b/apps/user_status/l10n/ja.js new file mode 100644 index 00000000000..4dbc44c42c2 --- /dev/null +++ b/apps/user_status/l10n/ja.js @@ -0,0 +1,38 @@ +OC.L10N.register( + "user_status", + { + "Recent statuses" : "最近のステータス", + "In a meeting" : "会議中", + "Commuting" : "通勤中", + "Out sick" : "病欠", + "Vacationing" : "休暇", + "Working remotely" : "リモートワーク中", + "User status" : "ユーザーステータス", + "Clear status message after" : "ステータスメッセージの有効期限", + "What's your status?" : "あなたの現在のステータスは?", + "Set status" : "ステータスを設定", + "Online status" : "オンラインステータス", + "Status message" : "状態メッセージ", + "Clear status message" : "ステータスメッセージを消去", + "Set status message" : "ステータスメッセージを設定", + "There was an error saving the status" : "ステータスの保存中にエラーが発生しました", + "There was an error clearing the status" : "ステータスの消去中にエラーが発生しました", + "No recent status changes" : "最近のステータスの変更はありません", + "Away" : "離席中", + "Do not disturb" : "邪魔しないで", + "{status}, {timestamp}" : "{status}、{timestamp}", + "Don't clear" : "消去しない", + "Today" : "今日", + "This week" : "今週", + "Online" : "オンライン", + "Invisible" : "ステータスを隠す", + "Offline" : "オフライン", + "There was an error saving the new status" : "新しいステータスの保存中にエラーが発生しました", + "30 minutes" : "30分", + "1 hour" : "1時間", + "4 hours" : "4時間", + "Mute all notifications" : "全ての通知をミュート", + "Appear offline" : "オフラインに見せかけます", + "Clear status after" : "ステータスの有効期限" +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_status/l10n/ja.json b/apps/user_status/l10n/ja.json new file mode 100644 index 00000000000..d94d1895c9b --- /dev/null +++ b/apps/user_status/l10n/ja.json @@ -0,0 +1,36 @@ +{ "translations": { + "Recent statuses" : "最近のステータス", + "In a meeting" : "会議中", + "Commuting" : "通勤中", + "Out sick" : "病欠", + "Vacationing" : "休暇", + "Working remotely" : "リモートワーク中", + "User status" : "ユーザーステータス", + "Clear status message after" : "ステータスメッセージの有効期限", + "What's your status?" : "あなたの現在のステータスは?", + "Set status" : "ステータスを設定", + "Online status" : "オンラインステータス", + "Status message" : "状態メッセージ", + "Clear status message" : "ステータスメッセージを消去", + "Set status message" : "ステータスメッセージを設定", + "There was an error saving the status" : "ステータスの保存中にエラーが発生しました", + "There was an error clearing the status" : "ステータスの消去中にエラーが発生しました", + "No recent status changes" : "最近のステータスの変更はありません", + "Away" : "離席中", + "Do not disturb" : "邪魔しないで", + "{status}, {timestamp}" : "{status}、{timestamp}", + "Don't clear" : "消去しない", + "Today" : "今日", + "This week" : "今週", + "Online" : "オンライン", + "Invisible" : "ステータスを隠す", + "Offline" : "オフライン", + "There was an error saving the new status" : "新しいステータスの保存中にエラーが発生しました", + "30 minutes" : "30分", + "1 hour" : "1時間", + "4 hours" : "4時間", + "Mute all notifications" : "全ての通知をミュート", + "Appear offline" : "オフラインに見せかけます", + "Clear status after" : "ステータスの有効期限" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file |