aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-12-02 18:53:38 -0500
committerUnknwon <u@gogs.io>2015-12-02 18:53:38 -0500
commit149e54032283cab9259b41ac34d0a66b1e410c3a (patch)
tree6325ddb305da38a1471e1cdd8d7aef6b0328432f
parent4a64ae4abf3d4ca4dc4ed9ae2373c9e48497bf73 (diff)
parenta9a386a1e52ad3c633b4449d4bd2ed68bd73ee09 (diff)
downloadgitea-149e54032283cab9259b41ac34d0a66b1e410c3a.tar.gz
gitea-149e54032283cab9259b41ac34d0a66b1e410c3a.zip
Merge pull request #2086 from nanoant/patch/translation-add-code-entry
Translation: Add missing entry for new "code" tab
-rwxr-xr-xconf/locale/locale_bg-BG.ini1
-rwxr-xr-xconf/locale/locale_de-DE.ini1
-rw-r--r--conf/locale/locale_en-US.ini1
-rwxr-xr-xconf/locale/locale_es-ES.ini1
-rwxr-xr-xconf/locale/locale_fr-FR.ini1
-rwxr-xr-xconf/locale/locale_it-IT.ini1
-rwxr-xr-xconf/locale/locale_ja-JP.ini1
-rwxr-xr-xconf/locale/locale_lv-LV.ini1
-rwxr-xr-xconf/locale/locale_nl-NL.ini1
-rwxr-xr-xconf/locale/locale_pl-PL.ini1
-rwxr-xr-xconf/locale/locale_pt-BR.ini1
-rwxr-xr-xconf/locale/locale_ru-RU.ini1
-rwxr-xr-xconf/locale/locale_zh-CN.ini1
-rwxr-xr-xconf/locale/locale_zh-HK.ini1
14 files changed, 14 insertions, 0 deletions
diff --git a/conf/locale/locale_bg-BG.ini b/conf/locale/locale_bg-BG.ini
index b3460dca46..b425d79639 100755
--- a/conf/locale/locale_bg-BG.ini
+++ b/conf/locale/locale_bg-BG.ini
@@ -388,6 +388,7 @@ create_new_repo_command=Създай ново хранилище чрез ком
push_exist_repo=Предай съществуващо хранилище през командния ред
repo_is_empty=Това хранилище е празно. Моля проверете по-късно пак!
+code=Code
branch=Клон
tree=ИН на ревизия
filter_branch_and_tag=Филтър по маркер или клон
diff --git a/conf/locale/locale_de-DE.ini b/conf/locale/locale_de-DE.ini
index aac89cfc0c..8106022e39 100755
--- a/conf/locale/locale_de-DE.ini
+++ b/conf/locale/locale_de-DE.ini
@@ -388,6 +388,7 @@ create_new_repo_command=Erstelle eine neue Repository mittels Kommandozeile
push_exist_repo=Übertrage eine existierende Repository von der Kommandozeile
repo_is_empty=Das Repository ist leer, bitte komm später wieder!
+code=Code
branch=Branch
tree=Struktur
filter_branch_and_tag=Nach Zweig oder Tag filtern
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini
index 5bc96cfc17..5d49c4c4a2 100644
--- a/conf/locale/locale_en-US.ini
+++ b/conf/locale/locale_en-US.ini
@@ -388,6 +388,7 @@ create_new_repo_command = Create a new repository on the command line
push_exist_repo = Push an existing repository from the command line
repo_is_empty = This repository is empty, please come back later!
+code = Code
branch = Branch
tree = Tree
filter_branch_and_tag = Filter branch or tag
diff --git a/conf/locale/locale_es-ES.ini b/conf/locale/locale_es-ES.ini
index 7cc0bb01f0..bbba7dccc2 100755
--- a/conf/locale/locale_es-ES.ini
+++ b/conf/locale/locale_es-ES.ini
@@ -388,6 +388,7 @@ create_new_repo_command=Crear un nuevo repositorio desde línea de comandos
push_exist_repo=Hacer Push de un repositorio existente desde línea de comandos
repo_is_empty=Este repositorio está vacío, por favor, ¡vuelva más tarde!
+code=Code
branch=Rama
tree=Árbol
filter_branch_and_tag=Filtrar por rama o etiqueta
diff --git a/conf/locale/locale_fr-FR.ini b/conf/locale/locale_fr-FR.ini
index c3bf27899d..4828846ddf 100755
--- a/conf/locale/locale_fr-FR.ini
+++ b/conf/locale/locale_fr-FR.ini
@@ -388,6 +388,7 @@ create_new_repo_command=Créer un nouveau dépôt en ligne de commande
push_exist_repo=Soumettre un référentiel existant via la ligne de commande
repo_is_empty=Ce référentiel est vide, veuillez revenir plus tard !
+code=Code
branch=Branche
tree=Aborescence
filter_branch_and_tag=Filtrer une branche ou un tag
diff --git a/conf/locale/locale_it-IT.ini b/conf/locale/locale_it-IT.ini
index 57af5a5498..6d5b668528 100755
--- a/conf/locale/locale_it-IT.ini
+++ b/conf/locale/locale_it-IT.ini
@@ -388,6 +388,7 @@ create_new_repo_command=Crea nuovo repository da riga di comando
push_exist_repo=Push un repo esistente dalla riga di comando
repo_is_empty=This repository is empty, please come back later!
+code=Code
branch=Ramo (Branch)
tree=Albero (Tree)
filter_branch_and_tag=Filter branch or tag
diff --git a/conf/locale/locale_ja-JP.ini b/conf/locale/locale_ja-JP.ini
index 4ea274d9a5..b74661cc6d 100755
--- a/conf/locale/locale_ja-JP.ini
+++ b/conf/locale/locale_ja-JP.ini
@@ -388,6 +388,7 @@ create_new_repo_command=コマンドラインで新しいリポジトリを作
push_exist_repo=コマンド ・ ラインから既存のリポジトリをプッシュ
repo_is_empty=このリポジトリは空です、後で戻って来て下さい!
+code=Code
branch=ブランチ
tree=ツリー
filter_branch_and_tag=ブランチまたはタグをフィルタリング
diff --git a/conf/locale/locale_lv-LV.ini b/conf/locale/locale_lv-LV.ini
index 8b2e5bef03..6725a66ab1 100755
--- a/conf/locale/locale_lv-LV.ini
+++ b/conf/locale/locale_lv-LV.ini
@@ -388,6 +388,7 @@ create_new_repo_command=Izveidot jaunu repozitoriju komandrindā
push_exist_repo=Nosūtīt izmaiņas no komandrindas eksistējošam repozitorijam
repo_is_empty=Šis repozitorijs ir tukšs, apskatiet atkal vēlāk!
+code=Code
branch=Atzars
tree=Koks
filter_branch_and_tag=Filtrēt atzarus vai tagus
diff --git a/conf/locale/locale_nl-NL.ini b/conf/locale/locale_nl-NL.ini
index 48a06bacc0..71c93ed498 100755
--- a/conf/locale/locale_nl-NL.ini
+++ b/conf/locale/locale_nl-NL.ini
@@ -388,6 +388,7 @@ create_new_repo_command=Maak een nieuwe repositorie aan vanaf de console
push_exist_repo=Push een bestaande repositorie vanaf de console
repo_is_empty=This repository is empty, please come back later!
+code=Code
branch=Aftakking
tree=Boom
filter_branch_and_tag=Filter branch or tag
diff --git a/conf/locale/locale_pl-PL.ini b/conf/locale/locale_pl-PL.ini
index 8314aeda66..08b306da4a 100755
--- a/conf/locale/locale_pl-PL.ini
+++ b/conf/locale/locale_pl-PL.ini
@@ -388,6 +388,7 @@ create_new_repo_command=Utwórz nowe repozytorium z wiersza poleceń
push_exist_repo=Wyślij istniejące repozytorium z wiersza poleceń
repo_is_empty=To repozytorium jest puste, proszę wrócić później!
+code=Kod
branch=Gałąź
tree=Drzewo
filter_branch_and_tag=Filter branch or tag
diff --git a/conf/locale/locale_pt-BR.ini b/conf/locale/locale_pt-BR.ini
index 7b322fd01a..61d50e6eaa 100755
--- a/conf/locale/locale_pt-BR.ini
+++ b/conf/locale/locale_pt-BR.ini
@@ -388,6 +388,7 @@ create_new_repo_command=Criar um novo repositório na linha de comando
push_exist_repo=Push um repositório existente na linha de comando
repo_is_empty=Este repositório está vazio, por favor volte mais tarde!
+code=Code
branch=Branch
tree=Árvore
filter_branch_and_tag=Filtrar branch ou tag
diff --git a/conf/locale/locale_ru-RU.ini b/conf/locale/locale_ru-RU.ini
index 75a77490dc..a492f6db90 100755
--- a/conf/locale/locale_ru-RU.ini
+++ b/conf/locale/locale_ru-RU.ini
@@ -388,6 +388,7 @@ create_new_repo_command=Создать новый репозиторий из к
push_exist_repo=Отправить существующий репозиторий из командной строки
repo_is_empty=Этот репозиторий пуст, пожалуйста, возвращайтесь позже!
+code=Code
branch=Ветка
tree=Дерево
filter_branch_and_tag=Фильтр по ветке или тегу
diff --git a/conf/locale/locale_zh-CN.ini b/conf/locale/locale_zh-CN.ini
index ea58ff7775..85edadf954 100755
--- a/conf/locale/locale_zh-CN.ini
+++ b/conf/locale/locale_zh-CN.ini
@@ -388,6 +388,7 @@ create_new_repo_command=从命令行创建一个新的仓库
push_exist_repo=从命令行推送已经创建的仓库
repo_is_empty=该仓库不包含任何内容,请稍后再进行访问!
+code=Code
branch=分支
tree=目录树
filter_branch_and_tag=过滤分支或标签
diff --git a/conf/locale/locale_zh-HK.ini b/conf/locale/locale_zh-HK.ini
index f6edc3390d..0f81e39667 100755
--- a/conf/locale/locale_zh-HK.ini
+++ b/conf/locale/locale_zh-HK.ini
@@ -388,6 +388,7 @@ create_new_repo_command=從命令行創建一個新的倉庫
push_exist_repo=從命令行推送已經創建的倉庫
repo_is_empty=This repository is empty, please come back later!
+code=Code
branch=分支
tree=目錄樹
filter_branch_and_tag=Filter branch or tag