diff options
author | Michal Dvorak <michal.dvorak@lummox.cz> | 2022-12-08 10:38:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-08 10:38:52 +0100 |
commit | 859db01268bdae0d423ccf97fbeef87eb4f13f0d (patch) | |
tree | b4a9054f40cadce80fd1ffb851d25d1a5813b3d6 /app/javascript/skins | |
parent | 0194bd33fe4294ef6c1af34e907360f2980155c8 (diff) |
initial translation of Glitch-specific texts into Czech (#1997)
Diffstat (limited to 'app/javascript/skins')
5 files changed, 20 insertions, 0 deletions
diff --git a/app/javascript/skins/glitch/contrast/names.yml b/app/javascript/skins/glitch/contrast/names.yml index 570e30d3b..5e7357439 100644 --- a/app/javascript/skins/glitch/contrast/names.yml +++ b/app/javascript/skins/glitch/contrast/names.yml @@ -2,6 +2,10 @@ en: skins: glitch: contrast: High contrast +cs: + skins: + glitch: + contrast: Vysoký kontrast es: skins: glitch: diff --git a/app/javascript/skins/glitch/mastodon-light/names.yml b/app/javascript/skins/glitch/mastodon-light/names.yml index 891271e6e..a2c20548f 100644 --- a/app/javascript/skins/glitch/mastodon-light/names.yml +++ b/app/javascript/skins/glitch/mastodon-light/names.yml @@ -2,6 +2,10 @@ en: skins: glitch: mastodon-light: Mastodon (light) +cs: + skins: + glitch: + mastodon-light: Mastodon (světlý) es: skins: glitch: diff --git a/app/javascript/skins/vanilla/contrast/names.yml b/app/javascript/skins/vanilla/contrast/names.yml index da8974742..51d23f72d 100644 --- a/app/javascript/skins/vanilla/contrast/names.yml +++ b/app/javascript/skins/vanilla/contrast/names.yml @@ -2,6 +2,10 @@ en: skins: vanilla: contrast: High contrast +cs: + skins: + vanilla: + contrast: Vysoký kontrast es: skins: vanilla: diff --git a/app/javascript/skins/vanilla/mastodon-light/names.yml b/app/javascript/skins/vanilla/mastodon-light/names.yml index 5e41d1051..fc6721e15 100644 --- a/app/javascript/skins/vanilla/mastodon-light/names.yml +++ b/app/javascript/skins/vanilla/mastodon-light/names.yml @@ -2,6 +2,10 @@ en: skins: vanilla: mastodon-light: Mastodon (light) +cs: + skins: + vanilla: + mastodon-light: Mastodon (světlý) es: skins: glitch: diff --git a/app/javascript/skins/vanilla/win95/names.yml b/app/javascript/skins/vanilla/win95/names.yml index 2083084a2..53b771c5e 100644 --- a/app/javascript/skins/vanilla/win95/names.yml +++ b/app/javascript/skins/vanilla/win95/names.yml @@ -2,3 +2,7 @@ en: skins: vanilla: win95: Masto95 +cs: + skins: + vanilla: + win95: Windows 95 |