diff options
author | atsuchan <83960488+atsu1125@users.noreply.github.com> | 2022-11-11 01:26:28 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-10 17:26:28 +0100 |
commit | 6df9d388e7cb3d90a6d1fb0a920c1ce16db60822 (patch) | |
tree | a020edf2bf97835ffaa76eca6c83359da5271940 /app/javascript | |
parent | ee7e49d1b1323618e16026bc8db8ab7f9459cc2d (diff) |
Update Flavour 'ja' Translation (#1911)
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/flavours/glitch/names.yml | 9 | ||||
-rw-r--r-- | app/javascript/flavours/vanilla/names.yml | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/names.yml b/app/javascript/flavours/glitch/names.yml index 0d56fd3cc..68db3a73e 100644 --- a/app/javascript/flavours/glitch/names.yml +++ b/app/javascript/flavours/glitch/names.yml @@ -21,3 +21,12 @@ es: skins: glitch: default: Predeterminado + +ja: + flavours: + glitch: + description: GlitchSocインスタンスのデフォルトフレーバーです。 + name: Glitch Edition + skins: + glitch: + default: デフォルト diff --git a/app/javascript/flavours/vanilla/names.yml b/app/javascript/flavours/vanilla/names.yml index 8749f2eda..0e3f43ed0 100644 --- a/app/javascript/flavours/vanilla/names.yml +++ b/app/javascript/flavours/vanilla/names.yml @@ -22,3 +22,12 @@ es: skins: vanilla: default: Predeterminado + +ja: + flavours: + vanilla: + description: バニラのMastodonインスタンスで使われるテーマです。このテーマはGlitchSocのすべての機能をサポートしない可能性があります。 + name: Vanilla Mastodon + skins: + vanilla: + default: デフォルト |