Added Japanese to list of supported languages (#17724)

fixes https://github.com/TryGhost/Ghost/issues/17715

- `ja` was missing from the list of supported locales
- also fixes some small typos discovered now the language is supported

Co-authored-by: Daniel Lockyer <hi@daniellockyer.com>
This commit is contained in:
Shaun Roselt 2023-08-16 11:44:01 +02:00 committed by GitHub
parent 49a4a60d82
commit 3e683c2f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -17,6 +17,7 @@ const SUPPORTED_LOCALES = [
'id', // Indonesian
'it', // Italian
'ko', // Korean
'ja', // Japanese
'mn', // Mongolian
'ms', // Malay
'nl', // Dutch

View File

@ -13,11 +13,11 @@
"If you did not make this request, you can safely ignore this email.": "このリクエストを行っていない場合は、このメールを無視してください。",
"If you did not make this request, you can simply delete this message.": "このリクエストを行っていない場合は、このメールを削除してください。",
"Please confirm your email address with this link:": "このリンクを使用してメールアドレスを確認してください:",
"Secuore sign in link for {{siteTitle}}": "{{siteTitle}}への安全なログイン先リンク",
"Secure sign in link for {{siteTitle}}": "{{siteTitle}}への安全なログイン先リンク",
"See you soon!": "引き続きよろしくお願いします。",
"Sent to {{email}}": "{{email}}に送信",
"Sign in": "ログイン",
"Sign in to {{siteTitle}}": "{{siteTitle}にログイン}",
"Sign in to {{siteTitle}}": "{{siteTitle}}にログイン",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "下のリンクを選択すると新規登録が完了し、自動でログインします。",
"Thank you for signing up to {{siteTitle}}!": "{{siteTitle}}の新規登録ありがとうございます!",
"Thank you for subscribing to {{siteTitle}}!": "{{siteTitle}}の購読ありがとうございます!",

View File

@ -1,7 +1,7 @@
{
"{{amount}} days free": "{{amount}}日間無料",
"{{amount}} off": "{{amount}}オフ",
"{{amount}} off for first {{number}} months.": "最初の{{number}}ヶ月間{{amount}オフ}",
"{{amount}} off for first {{number}} months.": "最初の{{number}}ヶ月間{{amount}}オフ",
"{{amount}} off for first {{period}}.": "最初の{{period}}{{amount}}オフ",
"{{amount}} off forever.": "永久に{{amount}}オフ",
"{{discount}}% discount": "{{discount}}% 割引",