Skip to content

Commit 7e15ff9

Browse files
committed
Update locales
Add new locale Serbian (Cyrillic)
1 parent 12445fe commit 7e15ff9

File tree

14 files changed

+2518
-1074
lines changed

14 files changed

+2518
-1074
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The goal of this project is to make the easiest, fastest, and most painless way
5151
- Mail service
5252
- Administration panel
5353
- Supports MySQL, PostgreSQL, SQLite3 and [TiDB](https://github.com/pingcap/tidb) (experimental)
54-
- Multi-language support ([18 languages](https://crowdin.com/project/gogs))
54+
- Multi-language support ([19 languages](https://crowdin.com/project/gogs))
5555

5656
## System Requirements
5757

README_ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自
3232
- 支持邮件服务
3333
- 支持后台管理面板
3434
- 支持 MySQL、PostgreSQL、SQLite3 和 [TiDB](https://github.com/pingcap/tidb)(实验性支持) 数据库
35-
- 支持多语言本地化([18 种语言]([more](https://crowdin.com/project/gogs))
35+
- 支持多语言本地化([19 种语言]([more](https://crowdin.com/project/gogs))
3636

3737
## 系统要求
3838

conf/app.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,8 @@ DEFAULT_INTERVAL = 8
398398
MAX_RESPONSE_ITEMS = 50
399399

400400
[i18n]
401-
LANGS = en-US,zh-CN,zh-HK,zh-TW,de-DE,fr-FR,nl-NL,lv-LV,ru-RU,ja-JP,es-ES,pt-BR,pl-PL,bg-BG,it-IT,fi-FI,tr-TR,cs-CZ
402-
NAMES = English,简体中文,繁體中文(香港),繁體中文(台湾),Deutsch,Français,Nederlands,Latviešu,Русский,日本語,Español,Português do Brasil,Polski,български,Italiano,Suomalainen,Türkçe,čeština
401+
LANGS = en-US,zh-CN,zh-HK,zh-TW,de-DE,fr-FR,nl-NL,lv-LV,ru-RU,ja-JP,es-ES,pt-BR,pl-PL,bg-BG,it-IT,fi-FI,tr-TR,cs-CZ,sr-SP
402+
NAMES = English,简体中文,繁體中文(香港),繁體中文(台湾),Deutsch,Français,Nederlands,Latviešu,Русский,日本語,Español,Português do Brasil,Polski,български,Italiano,Suomalainen,Türkçe,čeština,Српски
403403

404404
; Used for datetimepicker
405405
[i18n.datelang]

conf/locale/locale_bg-BG.ini

Lines changed: 80 additions & 80 deletions
Large diffs are not rendered by default.

conf/locale/locale_cs-CZ.ini

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ sign_up_now=Potřebujete účet? Zaregistrujte se.
152152
confirmation_mail_sent_prompt=Nový potvrzovací e-mail byl zaslán na <b>%s</b>, prosíme, zkontrolujte si vaši doručenou poštu během následující %d hodin pro dokončení registračního procesu.
153153
active_your_account=Aktivujte si váš účet
154154
prohibit_login=Login Prohibited
155-
prohibit_login_desc=Your account is prohibited to login, please contact site admin.
155+
prohibit_login_desc=Vašemu účtu je zakázáno se přihlásit, kontaktujte prosím správce webu.
156156
resent_limit_prompt=Omlouváme se, ale před chvílí jste požádal o aktivační e-mail. Prosíme, počkejte 3 minuty a pak to zkuste znovu.
157157
has_unconfirmed_mail=Zdravím, %s, máte nepotvrzenou e-mailovou adresu (<b>%s</b>). Pokud jste nedostali e-mail pro potvrzení nebo potřebujete zaslat nový, klikněte prosím na tlačítku níže.
158158
resend_mail=Klikněte zde pro odeslání aktivačního e-mailu
@@ -189,11 +189,11 @@ TeamName=Název týmu
189189
AuthName=Název ověření
190190
AdminEmail=E-mailová adresa správce
191191
192-
NewBranchName=New branch name
192+
NewBranchName=Název nové větve
193193
CommitSummary=Commit summary
194194
CommitMessage=Commit message
195195
CommitChoice=Commit choice
196-
TreeName=File path
196+
TreeName=Cesta k souboru
197197
Content=Content
198198
199199
require_error=` nemůže být prázdný.`
@@ -269,7 +269,7 @@ change_username_prompt=Tato změna ovlivní vztah odkazů k vašemu účtu.
269269
continue=Pokračovat
270270
cancel=Zrušit
271271
272-
lookup_avatar_by_mail=Lookup Avatar by mail
272+
lookup_avatar_by_mail=Vyhledávat Avatar podle emailu
273273
federated_avatar_lookup=Federated Avatar Lookup
274274
enable_custom_avatar=Povolit uživatelskou ikonu uživatele
275275
choose_new_avatar=Vybrat novou ikonu uživatele
@@ -425,39 +425,39 @@ file_raw=Surový
425425
file_history=Historie
426426
file_view_raw=Zobrazit v surovém stavu
427427
file_permalink=Trvalý odkaz
428-
file_too_large=This file is too large to be shown
428+
file_too_large=Tento soubor je příliš velký pro zobrazení
429429
430430
editor.new_file=New file
431431
editor.upload_file=Upload file
432432
editor.edit_file=Edit file
433433
editor.preview_changes=Preview Changes
434-
editor.cannot_edit_non_text_files=Cannot edit non-text files
434+
editor.cannot_edit_non_text_files=Netextové soubory není možné upravovat
435435
editor.edit_this_file=Edit this file
436436
editor.must_be_on_a_branch=You must be on a branch to make or propose changes to this file
437437
editor.fork_before_edit=You must fork this repository before editing the file
438-
editor.delete_this_file=Delete this file
439-
editor.must_have_write_access=You must have write access to make or propose changes to this file
440-
editor.file_delete_success=File '%s' has been deleted successfully!
438+
editor.delete_this_file=Odstranit tento soubor
439+
editor.must_have_write_access=Musíte mít přístup pro zápis pro dělání či navrhování změn tohoto souboru
440+
editor.file_delete_success=Soubor '%s' byl úspěšně odstraněn!
441441
editor.name_your_file=Name your file...
442442
editor.filename_help=To add directory, just type it and press /. To remove a directory, go to the beginning of the field and press backspace.
443-
editor.or=or
443+
editor.or=nebo
444444
editor.cancel_lower=cancel
445445
editor.commit_changes=Commit Changes
446446
editor.add_tmpl=Add '%s/<filename>'
447447
editor.add=Add '%s'
448-
editor.update=Update '%s'
448+
editor.update=Aktualizovat "%s"
449449
editor.delete=Delete '%s'
450450
editor.commit_message_desc=Add an optional extended description...
451451
editor.commit_directly_to_this_branch=Commit directly to the <strong class="branch-name">%s</strong> branch.
452452
editor.create_new_branch=Create a <strong>new branch</strong> for this commit and start a pull request.
453-
editor.new_branch_name_desc=New branch name...
454-
editor.cancel=Cancel
453+
editor.new_branch_name_desc=Nový název větve...
454+
editor.cancel=Zrušit
455455
editor.filename_cannot_be_empty=Filename cannot be empty.
456456
editor.branch_already_exists=Branch '%s' already exists in this repository.
457457
editor.directory_is_a_file=Entry '%s' in the parent path is a file not a directory in this repository.
458458
editor.filename_is_a_directory=The filename '%s' is an existing directory in this repository.
459459
editor.file_editing_no_longer_exists=The file '%s' you are editing no longer exists in the repository.
460-
editor.file_changed_while_editing=File content has been changed since you started editing. <a target="_blank" href="%s">Click here</a> to see what have been changed or <strong>press commit again</strong> to overwrite those changes.
460+
editor.file_changed_while_editing=Obsah souboru se změnil od začátku úprav. <a target="_blank" href="%s"> Klepnutím sem</a> zobrazíte, co se změnilo, nebo <strong>stiskněte potvrdit znovu</strong> pro přepsání změn.
461461
editor.file_already_exists=A file with name '%s' already exists in this repository.
462462
editor.no_changes_to_show=There are no changes to show.
463463
editor.fail_to_update_file=Failed to update/create file '%s' with error: %v

conf/locale/locale_de-DE.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -433,13 +433,13 @@ editor.edit_file=Datei bearbeiten
433433
editor.preview_changes=Vorschau der Änderungen
434434
editor.cannot_edit_non_text_files=Nicht-Text Dateien können nicht bearbeitet werden
435435
editor.edit_this_file=Diese Datei bearbeiten
436-
editor.must_be_on_a_branch=You must be on a branch to make or propose changes to this file
436+
editor.must_be_on_a_branch=Du musst dich in einer Branch befinden um Änderungen an dieser Datei vorzuschlagen oder vorzunehmen
437437
editor.fork_before_edit=Um die Datei zu bearbeiten müssen Sie das Repository forken
438438
editor.delete_this_file=Diese Datei löschen
439-
editor.must_have_write_access=You must have write access to make or propose changes to this file
439+
editor.must_have_write_access=Du musst Schreibzugriff haben um Änderungen an dieser Datei vorzuschlagen oder vorzunehmen
440440
editor.file_delete_success=Die Datei '%s' wurde erfolgreich gelöscht!
441441
editor.name_your_file=Dateinamen eingeben...
442-
editor.filename_help=To add directory, just type it and press /. To remove a directory, go to the beginning of the field and press backspace.
442+
editor.filename_help=Um einen Ordner hinzuzufügen, gib den Namen ein und drücke /. Um einen Ordner zu entfernen, gehe zum Anfang des Feldes und drücke auf die Rücktaste.
443443
editor.or=oder
444444
editor.cancel_lower=abbrechen
445445
editor.commit_changes=Änderungen im Commit
@@ -721,7 +721,7 @@ settings.event_choose=Lass mich auswählen, was ich brauche.
721721
settings.event_create=Erstellen
722722
settings.event_create_desc=Branch/Tag erstellt
723723
settings.event_pull_request=Pull Request
724-
settings.event_pull_request_desc=Pull request opened, closed, reopened, edited, assigned, unassigned, label updated, label cleared, or synchronized.
724+
settings.event_pull_request_desc=Pull-Request geöffnet, geschlossen, wieder geöffnet, bearbeitet, nicht zugewiesen, Label aktualisiert, Label gelöscht oder nicht synchronisiert.
725725
settings.event_push=Push
726726
settings.event_push_desc=Git push auf ein Repository
727727
settings.active=Aktiv

conf/locale/locale_es-ES.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ TeamName=Nombre del equipo
189189
AuthName=Nombre de autorización
190190
AdminEmail=Correo electrónico del administrador
191191

192-
NewBranchName=New branch name
192+
NewBranchName=Nuevo nombre de rama
193193
CommitSummary=Commit summary
194194
CommitMessage=Commit message
195195
CommitChoice=Commit choice
@@ -427,7 +427,7 @@ file_view_raw=Ver Raw
427427
file_permalink=Permalink
428428
file_too_large=Este archivo es demasiado grande para ser mostrado
429429

430-
editor.new_file=New file
430+
editor.new_file=Nuevo archivo
431431
editor.upload_file=Upload file
432432
editor.edit_file=Edit file
433433
editor.preview_changes=Preview Changes

conf/locale/locale_fr-FR.ini

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -439,31 +439,31 @@ editor.delete_this_file=Supprimer ce fichier
439439
editor.must_have_write_access=Vous devez avoir un accès en écriture pour appliquer ou proposer des modifications à ce fichier
440440
editor.file_delete_success=Fichier '%s' a été supprimé avec succès!
441441
editor.name_your_file=Nommez votre fichier...
442-
editor.filename_help=To add directory, just type it and press /. To remove a directory, go to the beginning of the field and press backspace.
442+
editor.filename_help=Pour ajouter un répertoire, il suffit de le taper puis d'appuyer sur /. Pour supprimer un répertoire, aller au début du champ et appuyerz sur retour arrière.
443443
editor.or=ou
444444
editor.cancel_lower=annuler
445445
editor.commit_changes=Commit les modifications
446-
editor.add_tmpl=Add '%s/<filename>'
447-
editor.add=Add '%s'
446+
editor.add_tmpl=Ajouter '%s/<filename>'
447+
editor.add=Ajouter '%s'
448448
editor.update=Mettre à jour '%s'
449449
editor.delete=Supprimer '%s'
450-
editor.commit_message_desc=Add an optional extended description...
451-
editor.commit_directly_to_this_branch=Commit directly to the <strong class="branch-name">%s</strong> branch.
452-
editor.create_new_branch=Create a <strong>new branch</strong> for this commit and start a pull request.
450+
editor.commit_message_desc=Ajouter une optionnelle description détaillée...
451+
editor.commit_directly_to_this_branch=Soumettre directement à la branche <strong class="branch-name">%s</strong>.
452+
editor.create_new_branch=Créer une <strong>nouvelle branche</strong> pour cette validation et envoyer une nouvelle pull request.
453453
editor.new_branch_name_desc=Nouveau nom de la branche...
454454
editor.cancel=Annuler
455455
editor.filename_cannot_be_empty=Nom de fichier ne peut pas être vide.
456-
editor.branch_already_exists=Branch '%s' already exists in this repository.
457-
editor.directory_is_a_file=Entry '%s' in the parent path is a file not a directory in this repository.
458-
editor.filename_is_a_directory=The filename '%s' is an existing directory in this repository.
459-
editor.file_editing_no_longer_exists=The file '%s' you are editing no longer exists in the repository.
460-
editor.file_changed_while_editing=File content has been changed since you started editing. <a target="_blank" href="%s">Click here</a> to see what have been changed or <strong>press commit again</strong> to overwrite those changes.
461-
editor.file_already_exists=A file with name '%s' already exists in this repository.
456+
editor.branch_already_exists=La branche '%s' existe déjà dans ce dépôt.
457+
editor.directory_is_a_file=L'entrée '%s' dans le chemin d’accès parent est un fichier pas un répertoire dans ce dépôt.
458+
editor.filename_is_a_directory=Le nom de fichier '%s' existe déjà dans ce dépot.
459+
editor.file_editing_no_longer_exists=Le fichier '%s' que vous modifiez n'existe plus dans le dépôt.
460+
editor.file_changed_while_editing=Le contenu du fichier à changé depuis que vous avez commencé à l'éditer. <a target="_blank" href="%s">Cliquez ici</a> pour voir ce qui à été modifié ou <strong>appuyez sur commit encore une fois</strong> pour remplacer ces changements.
461+
editor.file_already_exists=La branche '%s' existe déjà dans ce dépôt.
462462
editor.no_changes_to_show=Il n’y a aucun changement à afficher.
463-
editor.fail_to_update_file=Failed to update/create file '%s' with error: %v
464-
editor.add_subdir=Add subdirectory...
465-
editor.unable_to_upload_files=Failed to upload files to '%s' with error: %v
466-
editor.upload_files_to_dir=Upload files to '%s'
463+
editor.fail_to_update_file=Échec lors de la mise à jour/création du fichier '%s' avec l’erreur : %v
464+
editor.add_subdir=Ajouter un sous-répertoire...
465+
editor.unable_to_upload_files=Échec lors de l'envoie du fichier '%s' avec l’erreur : %v
466+
editor.upload_files_to_dir=Transférer les fichiers vers '%s'
467467

468468
commits.commits=Commits
469469
commits.search=Rechercher des commits
@@ -490,11 +490,11 @@ issues.create=Créer un ticket
490490
issues.new_label=Nouvelle étiquette
491491
issues.new_label_placeholder=Nom de l'étiquette...
492492
issues.create_label=Créer une étiquette
493-
issues.label_templates.title=Load a predefined set of labels
494-
issues.label_templates.info=There aren’t any labels yet. You can click on the "New Label" button above to create one or use a predefined set below.
495-
issues.label_templates.helper=Select a label set
496-
issues.label_templates.use=Use this label set
497-
issues.label_templates.fail_to_load_file=Failed to load label template file '%s': %v
493+
issues.label_templates.title=Charger un ensemble prédéfini d'étiquettes
494+
issues.label_templates.info=Il n'y a pas encore d'étiquettes. Vous pouvez cliquer sur le bouton "Nouveau Label" ci-dessus pour créer une ou utiliser un ensemble prédéfini ci-dessous.
495+
issues.label_templates.helper=Sélectionnez un ensemble d'étiquettes
496+
issues.label_templates.use=Utilisez ce jeu d'étiquettes
497+
issues.label_templates.fail_to_load_file=Impossible de charger le fichier de modèle étiquette '%s' : %v
498498
issues.open_tab=%d Ouvert
499499
issues.close_tab=%d Fermé
500500
issues.filter_label=Étiquette
@@ -536,7 +536,7 @@ issues.commit_ref_at=`a référencé ce problème à partir d'un commit <a id="%
536536
issues.poster=Publier
537537
issues.collaborator=Collaborateur
538538
issues.owner=Propriétaire
539-
issues.sign_in_require_desc=<a href="%s">Sign in</a> to join this conversation.
539+
issues.sign_in_require_desc=<a href="%s">Connectez-vous</a> pour rejoindre cette conversation.
540540
issues.edit=Modifier
541541
issues.cancel=Annuler
542542
issues.save=Enregistrer
@@ -551,8 +551,8 @@ issues.label_deletion=Suppression du Label
551551
issues.label_deletion_desc=Cette opération supprimera également toutes les informations relatives aux tickets. Voulez-vous continuer ?
552552
issues.label_deletion_success=Label supprimé avec succès !
553553
issues.num_participants=%d Participants
554-
issues.attachment.open_tab=`Click to see "%s" in a new tab`
555-
issues.attachment.download=`Click to download "%s"`
554+
issues.attachment.open_tab=`Cliquez ici pour voir '%s' dans un nouvel onglet`
555+
issues.attachment.download=`Cliquez pour télécharger "%s"`
556556
557557
pulls.new=Nouvelle Pull Request
558558
pulls.compare_changes=Comparer les changements
@@ -632,9 +632,9 @@ settings.collaboration.undefined=Indéfini
632632
settings.hooks=Webhooks
633633
settings.githooks=Git Hooks
634634
settings.basic_settings=Paramètres de base
635-
settings.mirror_settings=Mirror Settings
636-
settings.sync_mirror=Sync Now
637-
settings.mirror_sync_in_progress=Mirror syncing is in progress, please refresh page in about a minute.
635+
settings.mirror_settings=Réglages Miroir
636+
settings.sync_mirror=Synchroniser maintenant
637+
settings.mirror_sync_in_progress=Synchronisation du miroir en cours, merci de rafraîchir la page dans une minute environ.
638638
settings.site=Site officiel
639639
settings.update_settings=Valider
640640
settings.change_reponame_prompt=Ce changement affectera comment les liens sont reliés avec le dépôt.
@@ -721,7 +721,7 @@ settings.event_choose=Permettez-moi de choisir ce dont j'ai besoin.
721721
settings.event_create=Créer
722722
settings.event_create_desc=Branche, ou Tag créé
723723
settings.event_pull_request=Pull Request
724-
settings.event_pull_request_desc=Pull request opened, closed, reopened, edited, assigned, unassigned, label updated, label cleared, or synchronized.
724+
settings.event_pull_request_desc=Pull request ouvert, fermé, rouvert, édité, attribuée, non attribuées, étiquette mise à jour, étiquette désactivée ou synchronisé.
725725
settings.event_push=Push
726726
settings.event_push_desc=Git push vers un dépôt
727727
settings.active=Actif

0 commit comments

Comments
 (0)