diff --git a/src/locales/cs.json b/src/locales/cs.json index 8810c79a..60a739aa 100644 --- a/src/locales/cs.json +++ b/src/locales/cs.json @@ -175,7 +175,9 @@ "all": "Vše", "category": "Kategorie", "chapters_horizontal": "Horizontální", - "chapters_vertical": "Vertikální" + "chapters_vertical": "Vertikální", + "license": "Licence", + "visibility": "Viditelnost" }, "search": { "did_you_mean": "Mysleli jste: {0}?", diff --git a/src/locales/de.json b/src/locales/de.json index 0cf020dd..ac0c48ff 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -156,7 +156,9 @@ "all": "Alle", "category": "Kategorie", "chapters_horizontal": "Horizontal", - "chapters_vertical": "Vertikal" + "chapters_vertical": "Vertikal", + "license": "Lizenz", + "visibility": "Sichtbarkeit" }, "preferences": { "ssl_score": "SSL-Bewertung", diff --git a/src/locales/hr.json b/src/locales/hr.json index f2526cb6..0770ad77 100644 --- a/src/locales/hr.json +++ b/src/locales/hr.json @@ -11,7 +11,9 @@ "all": "Sva", "category": "Kategorija", "chapters_horizontal": "Vodoravno", - "chapters_vertical": "Okomito" + "chapters_vertical": "Okomito", + "license": "Licenca", + "visibility": "Vidljivost" }, "preferences": { "ssl_score": "SSL ocjena", diff --git a/src/locales/ja.json b/src/locales/ja.json index e66146fe..cd311c7e 100644 --- a/src/locales/ja.json +++ b/src/locales/ja.json @@ -175,7 +175,9 @@ "all": "すべて", "category": "分類", "chapters_horizontal": "横方向", - "chapters_vertical": "縦方向" + "chapters_vertical": "縦方向", + "visibility": "公開状態", + "license": "ライセンス" }, "search": { "did_you_mean": "もしかして: {0}?", diff --git a/src/locales/ru.json b/src/locales/ru.json index 13162694..72cacff3 100644 --- a/src/locales/ru.json +++ b/src/locales/ru.json @@ -175,7 +175,9 @@ "all": "Все", "category": "Категория", "chapters_horizontal": "Горизонтально", - "chapters_vertical": "Вертикально" + "chapters_vertical": "Вертикально", + "visibility": "Видимость", + "license": "Лицензия" }, "search": { "did_you_mean": "Может быть вы имели в виду: {0}?",