mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
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:
parent
49a4a60d82
commit
3e683c2f06
3 changed files with 4 additions and 3 deletions
|
@ -17,6 +17,7 @@ const SUPPORTED_LOCALES = [
|
|||
'id', // Indonesian
|
||||
'it', // Italian
|
||||
'ko', // Korean
|
||||
'ja', // Japanese
|
||||
'mn', // Mongolian
|
||||
'ms', // Malay
|
||||
'nl', // Dutch
|
||||
|
|
|
@ -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}}の購読ありがとうございます!",
|
||||
|
|
|
@ -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}}% 割引",
|
||||
|
|
Loading…
Add table
Reference in a new issue