nextcloud_server/apps/user_status/l10n/ja.js

49 lines
2.5 KiB
JavaScript

OC.L10N.register(
"user_status",
{
"Recent statuses" : "最近のステータス",
"No recent status changes" : "最近のステータスの変更はありません",
"In a meeting" : "会議中",
"Commuting" : "通勤中",
"Out sick" : "体調不良",
"Vacationing" : "休暇",
"Out of office" : "オフィス外",
"Working remotely" : "リモートワーク中",
"In a call" : "通話中",
"User status" : "ユーザーステータス",
"Clear status after" : "ステータスの有効期限",
"Emoji for your status message" : "あなたのステータスメッセージに絵文字を",
"What is your status?" : "現在のオンラインステータスは?",
"Predefined statuses" : "事前定義されたステータス",
"Previously set" : "以前の設定",
"Reset status" : "ステータスをリセット",
"Set status" : "ステータスを設定",
"Online status" : "オンラインステータス",
"Status message" : "状態メッセージ",
"Your status was set automatically" : "あなたのステータスは自動的に設定されました",
"Clear status message" : "ステータスメッセージを消去",
"Set status message" : "ステータスメッセージを設定",
"Reset status to \"{icon} {message}\"" : "ステータスを \"{icon} {message}\" にリセット",
"Reset status to \"{message}\"" : "ステータスを \"{message}\" にリセット",
"Reset status to \"{icon}\"" : "ステータスを \"{icon}\" にリセット",
"There was an error saving the status" : "ステータスの保存中にエラーが発生しました",
"There was an error clearing the status" : "ステータスの消去中にエラーが発生しました",
"There was an error reverting the status" : "ステータスを戻す際にエラーが発生しました",
"Don't clear" : "消去しない",
"Today" : "今日",
"This week" : "今週",
"Online" : "オンライン",
"Away" : "離席中",
"Do not disturb" : "取り込み中",
"Invisible" : "ステータスを隠す",
"Offline" : "オフライン",
"There was an error saving the new status" : "新しいステータスの保存中にエラーが発生しました",
"30 minutes" : "30分",
"1 hour" : "1時間",
"4 hours" : "4時間",
"Mute all notifications" : "全ての通知をミュート",
"Appear offline" : "オフライン",
"View profile" : "プロフィールを表示"
},
"nplurals=1; plural=0;");