Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add missing Korean and Japanese translations for updated English text #1723

Merged
merged 5 commits into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions frontend/apps/remark42/app/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"auth.signout": "ログアウトしますか",
"auth.submit": "送信",
"auth.symbols-restriction": "ユーザー名には英数字、アンダースコア、またはスペースのみを指定してください",
"auth.telegram-check": "アップデート",
"auth.telegram-link": "Telegram bot",
"auth.telegram-message-1": "You need to authorize your account in the",
"auth.telegram-message-2": "by clicking “Start” there.",
"auth.telegram-message-3": "Click “Check” below after authorization in the Telegram bot.",
"auth.telegram-check": "チェック",
"auth.telegram-link": "リンクで",
"auth.telegram-message-1": "テレグラムを開く",
"auth.telegram-message-2": "そこで「スタート」をクリックしてください。",
"auth.telegram-message-3": "その後、以下の「チェック」をクリックしてください。",
"auth.telegram-optional-qr": "または QR コードをスキャン",
"auth.telegram-qr": "Telegram QR コード",
"auth.user-not-found": "ユーザーが見つかりませんでした",
Expand Down Expand Up @@ -108,7 +108,7 @@
"errors.7": "ユーザーはブロックされました。",
"errors.8": "ユーザーはブロックされました。",
"errors.9": "コメントの変更に失敗しました。しばらくしてからもう一度お試しください。",
"errors.conflict": "Conflict.",
"errors.conflict": "相衝。",
"errors.failed-fetch": "取得できませんでした。インターネット接続を確認するか、しばらくしてからもう一度お試しください。",
"errors.forbidden": "禁止されています.",
"errors.not-authorized": "認証されていません。",
Expand Down Expand Up @@ -153,13 +153,13 @@
"subscribeByRSS.site": "サイト",
"subscribeByRSS.thread": "スレッド",
"subscribeByRSS.title": "RSS",
"subscribeByTelegram.have-been-subscribed": "You have been subscribed on updates by telegram",
"subscribeByTelegram.have-been-unsubscribed": "You have been unsubscribed by telegram to updates",
"subscribeByTelegram.only-registered-users": "Available only for registered users",
"subscribeByTelegram.resubscribe": "Resubscribe",
"subscribeByTelegram.subscribe-by-telegram": "Subscribe by Telegram",
"subscribeByTelegram.telegram": "Telegram",
"subscribeByTelegram.unsubscribe": "Unsubscribe",
"subscribeByTelegram.have-been-subscribed": "テレグラムによる更新の購読が完了しました",
"subscribeByTelegram.have-been-unsubscribed": "テレグラムによる更新の購読を解除しました",
"subscribeByTelegram.only-registered-users": "登録ユーザーのみ利用可能",
"subscribeByTelegram.resubscribe": "再購読",
"subscribeByTelegram.subscribe-by-telegram": "テレグラムで購読する",
"subscribeByTelegram.telegram": "テレグラム",
"subscribeByTelegram.unsubscribe": "購読を解除する",
"token": "メールからトークンをコピーして貼り付ける",
"token.expired": "トークンの有効期限が切れています",
"token.invalid": "トークンが無効です",
Expand Down
Loading
Loading