Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaud Lepretre <thibaud.lepretre@gmail.com>2021-09-02 14:10:56 +0300
committerThibaud Lepretre <thibaud.lepretre@gmail.com>2021-09-02 14:10:56 +0300
commit4f463a3536e251bf3c0580a710bd61e1092940df (patch)
tree33bcf4042f149842932e136acf5d454d9c6a5b3f
parent0cd4ac62f2b52a679b3355c6b41fdce8f758515e (diff)
Fixes somes keys and missings keys on i18n files
-rw-r--r--i18n/de-de.yaml2
-rw-r--r--i18n/en-us.yaml2
-rw-r--r--i18n/fi-fi.yaml2
-rw-r--r--i18n/fr-fr.yaml6
-rw-r--r--i18n/it-it.yaml2
-rw-r--r--i18n/ja.yaml14
-rw-r--r--i18n/nl-nl.yaml2
-rw-r--r--i18n/pl.yaml2
-rw-r--r--i18n/pt-br.yaml17
-rw-r--r--i18n/ru.yaml2
-rw-r--r--i18n/sv-se.yaml2
-rw-r--r--i18n/vi.yaml2
-rw-r--r--i18n/zh-cn.yaml8
13 files changed, 30 insertions, 33 deletions
diff --git a/i18n/de-de.yaml b/i18n/de-de.yaml
index 0c1991f..9833b2b 100644
--- a/i18n/de-de.yaml
+++ b/i18n/de-de.yaml
@@ -59,7 +59,7 @@
- id: "global.open_post"
translation: "Öffnen Sie den Beitrag"
-## GLOBAL.POST_FOUND ##
+## GLOBAL.POSTS_FOUND ##
- id: "global.posts_found.zero"
translation: "kein Beitrag gefunden"
diff --git a/i18n/en-us.yaml b/i18n/en-us.yaml
index b690651..c82d08d 100644
--- a/i18n/en-us.yaml
+++ b/i18n/en-us.yaml
@@ -59,7 +59,7 @@
- id: "global.open_post"
translation: "Open the post"
-## GLOBAL.POST_FOUND ##
+## GLOBAL.POSTS_FOUND ##
- id: "global.posts_found.zero"
translation: "no post found"
diff --git a/i18n/fi-fi.yaml b/i18n/fi-fi.yaml
index ade493f..fbd4bbc 100644
--- a/i18n/fi-fi.yaml
+++ b/i18n/fi-fi.yaml
@@ -59,7 +59,7 @@
- id: "global.open_post"
translation: "Avaa julkaisu"
-## GLOBAL.POST_FOUND ##
+## GLOBAL.POSTS_FOUND ##
- id: "global.posts_found.zero"
translation: "julkaisuja ei löytynyt"
diff --git a/i18n/fr-fr.yaml b/i18n/fr-fr.yaml
index 41e8a56..6795724 100644
--- a/i18n/fr-fr.yaml
+++ b/i18n/fr-fr.yaml
@@ -5,9 +5,15 @@
- id: "global.categories"
translation: "Catégories"
+- id: "global.category"
+ translation: "Catégorie"
+
- id: "global.tags"
translation: "Tags"
+- id: "global.tag"
+ translation: "Tag"
+
- id: "global.archives"
translation: "Archive"
diff --git a/i18n/it-it.yaml b/i18n/it-it.yaml
index 8bcf5ec..b6187b2 100644
--- a/i18n/it-it.yaml
+++ b/i18n/it-it.yaml
@@ -59,7 +59,7 @@
- id: "global.open_post"
translation: "Apri il post"
-## GLOBAL.POST_FOUND ##
+## GLOBAL.POSTS_FOUND ##
- id: "global.posts_found.zero"
translation: "nessun post trovato"
diff --git a/i18n/ja.yaml b/i18n/ja.yaml
index a416520..f3d1fb1 100644
--- a/i18n/ja.yaml
+++ b/i18n/ja.yaml
@@ -59,14 +59,14 @@
- id: "global.open_post"
translation: "投稿を開く"
-## GLOBAL.POST_FOUND ##
-- id: "global.post_found.zero"
+## GLOBAL.POSTS_FOUND ##
+- id: "global.posts_found.zero"
translation: "見つかりませんでした。"
-- id: "global.post_found.one"
+- id: "global.posts_found.one"
translation: "1件見つかりました。"
-- id: "global.post_found.other"
+- id: "global.posts_found.other"
translation: "{n} 件見つかりました。"
## GLOBAL.CATEGORIES_FOUND ##
@@ -80,13 +80,13 @@
translation: "{n} 件のカテゴリーが見つかりました。"
## GLOBAL.TAGS_FOUND ##
-- id: "globa.tags_found.zero"
+- id: "global.tags_found.zero"
translation: "見つかりませんでした。"
-- id: "globa.tags_found.one"
+- id: "global.tags_found.one"
translation: "1件のタグが見つかりました。"
-- id: "globa.tags_found.other"
+- id: "global.tags_found.other"
translation: "{n} 件のタグが見つかりました。"
## PAGINATION ##
diff --git a/i18n/nl-nl.yaml b/i18n/nl-nl.yaml
index f7f5e97..274e8ac 100644
--- a/i18n/nl-nl.yaml
+++ b/i18n/nl-nl.yaml
@@ -59,7 +59,7 @@
- id: "global.open_post"
translation: "Open het bericht"
-## GLOBAL.POST_FOUND ##
+## GLOBAL.POSTS_FOUND ##
- id: "global.posts_found.zero"
translation: "Geen posts gevonden"
diff --git a/i18n/pl.yaml b/i18n/pl.yaml
index 113e4cb..2177087 100644
--- a/i18n/pl.yaml
+++ b/i18n/pl.yaml
@@ -59,7 +59,7 @@
- id: "global.open_post"
translation: "Otwórz post"
-## GLOBAL.POST_FOUND ##
+## GLOBAL.POSTS_FOUND ##
- id: "global.posts_found.zero"
translation: "nie znaleziono wpisów"
diff --git a/i18n/pt-br.yaml b/i18n/pt-br.yaml
index 1df0ec9..8c19c3c 100644
--- a/i18n/pt-br.yaml
+++ b/i18n/pt-br.yaml
@@ -35,15 +35,6 @@
- id: "global.rss"
translation: "RSS"
-- id: "global.share_on_google_plus"
- translation: "Compartilhar no Google+"
-
-- id: "global.share_on_facebook"
- translation: "Compartilhar no Facebook"
-
-- id: "global.share_on_twitter"
- translation: "Compartilhar no Twitter"
-
- id: "global.search_category"
translation: "Pesquisar categoria"
@@ -68,14 +59,14 @@
- id: "global.open_post"
translation: "Abra o post"
-## GLOBAL.POST_FOUND ##
-- id: "global.post_found.zero"
+## GLOBAL.POSTS_FOUND ##
+- id: "global.posts_found.zero"
translation: "não foram encontrados artigos"
-- id: "global.post_found.one"
+- id: "global.posts_found.one"
translation: "1 artigo encontrado"
-- id: "global.post_found.other"
+- id: "global.posts_found.other"
translation: "{n} artigos encontrados"
## GLOBAL.CATEGORIES_FOUND ##
diff --git a/i18n/ru.yaml b/i18n/ru.yaml
index a9407d2..9b5d0c1 100644
--- a/i18n/ru.yaml
+++ b/i18n/ru.yaml
@@ -59,7 +59,7 @@
- id: "global.open_post"
translation: "открой пост"
-## GLOBAL.POST_FOUND ##
+## GLOBAL.POSTS_FOUND ##
- id: "global.posts_found.zero"
translation: "Статей не найдено"
diff --git a/i18n/sv-se.yaml b/i18n/sv-se.yaml
index 7b8512a..a0a510b 100644
--- a/i18n/sv-se.yaml
+++ b/i18n/sv-se.yaml
@@ -59,7 +59,7 @@
- id: "global.open_post"
translation: "Öppna inlägget"
-## GLOBAL.POST_FOUND ##
+## GLOBAL.POSTS_FOUND ##
- id: "global.posts_found.zero"
translation: "inga inlägg hittades"
diff --git a/i18n/vi.yaml b/i18n/vi.yaml
index 079e068..56a14ac 100644
--- a/i18n/vi.yaml
+++ b/i18n/vi.yaml
@@ -59,7 +59,7 @@
- id: "global.open_post"
translation: "Mở bài"
-## GLOBAL.POST_FOUND ##
+## GLOBAL.POSTS_FOUND ##
- id: "global.posts_found.zero"
translation: "không tìm thấy kết quả"
diff --git a/i18n/zh-cn.yaml b/i18n/zh-cn.yaml
index 692c664..309fcb9 100644
--- a/i18n/zh-cn.yaml
+++ b/i18n/zh-cn.yaml
@@ -59,14 +59,14 @@
- id: "global.open_post"
translation: "打开帖子"
-## GLOBAL.POST_FOUND ##
-- id: "global.post_found.zero"
+## GLOBAL.POSTS_FOUND ##
+- id: "global.posts_found.zero"
translation: "没有找到文章"
-- id: "global.post_found.one"
+- id: "global.posts_found.one"
translation: "找到 1 篇文章"
-- id: "global.post_found.other"
+- id: "global.posts_found.other"
translation: "找到 {n} 篇文章"
## GLOBAL.CATEGORIES_FOUND ##