Skip to content

Commit 08d5409

Browse files
committed
Merge remote-tracking branch 'upstream/main' into delete-run-1
2 parents 2bbc402 + 44aadc3 commit 08d5409

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+327
-108
lines changed

options/locale/locale_cs-CZ.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3667,12 +3667,13 @@ owner.settings.chef.keypair.description=Pro autentizaci do registru Chef je zapo
36673667
secrets=Tajné klíče
36683668
description=Tejné klíče budou předány určitým akcím a nelze je přečíst jinak.
36693669
none=Zatím zde nejsou žádné tajné klíče.
3670-
creation=Přidat tajný klíč
3670+
3671+
; These keys are also for "edit secret", the keys are kept as-is to avoid unnecessary re-translation
36713672
creation.description=Popis
36723673
creation.name_placeholder=nerozlišovat velká a malá písmena, pouze alfanumerické znaky nebo podtržítka, nemohou začínat na GITEA_ nebo GITHUB_
36733674
creation.value_placeholder=Vložte jakýkoliv obsah. Mezery na začátku a konci budou vynechány.
3674-
creation.success=Tajný klíč „%s“ byl přidán.
3675-
creation.failed=Nepodařilo se přidat tajný klíč.
3675+
3676+
36763677
deletion=Odstranit tajný klíč
36773678
deletion.description=Odstranění tajného klíče je trvalé a nelze ho vrátit zpět. Pokračovat?
36783679
deletion.success=Tajný klíč byl odstraněn.

options/locale/locale_de-DE.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3659,12 +3659,13 @@ owner.settings.chef.keypair.description=Ein Schlüsselpaar ist notwendig, um mit
36593659
secrets=Secrets
36603660
description=Secrets werden an bestimmte Aktionen weitergegeben und können nicht anderweitig ausgelesen werden.
36613661
none=Noch keine Secrets vorhanden.
3662-
creation=Secret hinzufügen
3662+
3663+
; These keys are also for "edit secret", the keys are kept as-is to avoid unnecessary re-translation
36633664
creation.description=Beschreibung
36643665
creation.name_placeholder=Groß-/Kleinschreibung wird ignoriert, nur alphanumerische Zeichen oder Unterstriche, darf nicht mit GITEA_ oder GITHUB_ beginnen
36653666
creation.value_placeholder=Beliebigen Inhalt eingeben. Leerzeichen am Anfang und Ende werden weggelassen.
3666-
creation.success=Das Secret "%s" wurde hinzugefügt.
3667-
creation.failed=Secret konnte nicht hinzugefügt werden.
3667+
3668+
36683669
deletion=Secret entfernen
36693670
deletion.description=Das Entfernen eines Secrets kann nicht rückgängig gemacht werden. Fortfahren?
36703671
deletion.success=Das Secret wurde entfernt.

options/locale/locale_el-GR.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3329,12 +3329,13 @@ owner.settings.chef.keypair.description=Ένα ζεύγος κλειδιών ε
33293329
secrets=Μυστικά
33303330
description=Τα μυστικά θα περάσουν σε ορισμένες δράσεις και δεν μπορούν να αναγνωστούν αλλού.
33313331
none=Δεν υπάρχουν ακόμα μυστικά.
3332-
creation=Προσθήκη Μυστικού
3332+
3333+
; These keys are also for "edit secret", the keys are kept as-is to avoid unnecessary re-translation
33333334
creation.description=Περιγραφή
33343335
creation.name_placeholder=αλφαριθμητικοί χαρακτήρες ή κάτω παύλες μόνο, δεν μπορούν να ξεκινούν με GITEA_ ή GITHUB_
33353336
creation.value_placeholder=Εισάγετε οποιοδήποτε περιεχόμενο. Τα κενά στην αρχή παραλείπονται.
3336-
creation.success=Το μυστικό "%s" προστέθηκε.
3337-
creation.failed=Αποτυχία δημιουργίας μυστικού.
3337+
3338+
33383339
deletion=Αφαίρεση μυστικού
33393340
deletion.description=Η αφαίρεση ενός μυστικού είναι μόνιμη και δεν μπορεί να αναιρεθεί. Συνέχεια;
33403341
deletion.success=Το μυστικό έχει αφαιρεθεί.

options/locale/locale_en-US.ini

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3722,13 +3722,18 @@ owner.settings.chef.keypair.description = A key pair is necessary to authenticat
37223722
secrets = Secrets
37233723
description = Secrets will be passed to certain actions and cannot be read otherwise.
37243724
none = There are no secrets yet.
3725-
creation = Add Secret
3725+
3726+
; These keys are also for "edit secret", the keys are kept as-is to avoid unnecessary re-translation
37263727
creation.description = Description
37273728
creation.name_placeholder = case-insensitive, alphanumeric characters or underscores only, cannot start with GITEA_ or GITHUB_
37283729
creation.value_placeholder = Input any content. Whitespace at the start and end will be omitted.
37293730
creation.description_placeholder = Enter short description (optional).
3730-
creation.success = The secret "%s" has been added.
3731-
creation.failed = Failed to add secret.
3731+
3732+
save_success = The secret "%s" has been saved.
3733+
save_failed = Failed to save secret.
3734+
3735+
add_secret = Add secret
3736+
edit_secret = Edit secret
37323737
deletion = Remove secret
37333738
deletion.description = Removing a secret is permanent and cannot be undone. Continue?
37343739
deletion.success = The secret has been removed.

options/locale/locale_es-ES.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3309,12 +3309,13 @@ owner.settings.chef.keypair.description=Un par de claves es necesario para auten
33093309
secrets=Secretos
33103310
description=Los secretos pasarán a ciertas acciones y no se podrán leer de otro modo.
33113311
none=Todavía no hay secretos.
3312-
creation=Añadir secreto
3312+
3313+
; These keys are also for "edit secret", the keys are kept as-is to avoid unnecessary re-translation
33133314
creation.description=Descripción
33143315
creation.name_placeholder=sin distinción de mayúsculas, solo carácteres alfanuméricos o guiones bajos, no puede empezar por GITEA_ o GITHUB_
33153316
creation.value_placeholder=Introduce cualquier contenido. Se omitirá el espacio en blanco en el inicio y el final.
3316-
creation.success=El secreto "%s" ha sido añadido.
3317-
creation.failed=Error al añadir secreto.
3317+
3318+
33183319
deletion=Eliminar secreto
33193320
deletion.description=Eliminar un secreto es permanente y no se puede deshacer. ¿Continuar?
33203321
deletion.success=El secreto ha sido eliminado.

options/locale/locale_fa-IR.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2506,8 +2506,12 @@ conan.details.repository=مخزن
25062506
owner.settings.cleanuprules.enabled=فعال شده
25072507

25082508
[secrets]
2509+
2510+
; These keys are also for "edit secret", the keys are kept as-is to avoid unnecessary re-translation
25092511
creation.description=شرح
25102512

2513+
2514+
25112515
[actions]
25122516

25132517

options/locale/locale_fi-FI.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,8 +1692,12 @@ conan.details.repository=Repo
16921692
owner.settings.cleanuprules.enabled=Käytössä
16931693

16941694
[secrets]
1695+
1696+
; These keys are also for "edit secret", the keys are kept as-is to avoid unnecessary re-translation
16951697
creation.description=Kuvaus
16961698

1699+
1700+
16971701
[actions]
16981702

16991703

options/locale/locale_fr-FR.ini

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ pin=Épingler
130130
unpin=Désépingler
131131
132132
artifacts=Artefacts
133+
expired=Expiré
133134
confirm_delete_artifact=Êtes-vous sûr de vouloir supprimer l‘artefact « %s » ?
134135
135136
archived=Archivé
@@ -450,6 +451,7 @@ use_scratch_code=Utiliser un code de secours
450451
twofa_scratch_used=Vous avez utilisé votre code de secours. Vous avez été redirigé vers cette page de configuration afin de supprimer l'authentification à deux facteurs de votre appareil ou afin de générer un nouveau code de secours.
451452
twofa_passcode_incorrect=Votre code d’accès n’est pas correct. Si vous avez égaré votre appareil, utilisez votre code de secours pour vous connecter.
452453
twofa_scratch_token_incorrect=Votre code de secours est incorrect.
454+
twofa_required=Vous devez configurer l’authentification à deux facteurs pour avoir accès aux dépôts, ou essayer de vous reconnecter.
453455
login_userpass=Connexion
454456
login_openid=OpenID
455457
oauth_signup_tab=Créer un compte
@@ -1878,6 +1880,7 @@ pulls.add_prefix=Ajouter le préfixe <strong>%s</strong>
18781880
pulls.remove_prefix=Enlever le préfixe <strong>%s</strong>
18791881
pulls.data_broken=Cette demande d’ajout est impossible par manque d'informations de bifurcation.
18801882
pulls.files_conflicted=Cette demande d'ajout contient des modifications en conflit avec la branche ciblée.
1883+
pulls.is_checking=Recherche de conflits de fusion…
18811884
pulls.is_ancestor=Cette branche est déjà présente dans la branche ciblée. Il n'y a rien à fusionner.
18821885
pulls.is_empty=Les changements sur cette branche sont déjà sur la branche cible. Cette révision sera vide.
18831886
pulls.required_status_check_failed=Certains contrôles requis n'ont pas réussi.
@@ -3718,13 +3721,14 @@ owner.settings.chef.keypair.description=Une paire de clés est nécessaire pour
37183721
secrets=Secrets
37193722
description=Les secrets seront transmis à certaines actions et ne pourront pas être lus autrement.
37203723
none=Il n'y a pas encore de secrets.
3721-
creation=Ajouter un secret
3724+
3725+
; These keys are also for "edit secret", the keys are kept as-is to avoid unnecessary re-translation
37223726
creation.description=Description
37233727
creation.name_placeholder=Caractères alphanumériques ou tirets bas uniquement, insensibles à la casse, ne peut commencer par GITEA_ ou GITHUB_.
37243728
creation.value_placeholder=Entrez n’importe quoi. Les blancs cernant seront taillés.
37253729
creation.description_placeholder=Décrire brièvement votre dépôt (optionnel).
3726-
creation.success=Le secret "%s" a été ajouté.
3727-
creation.failed=Impossible d'ajouter le secret.
3730+
3731+
37283732
deletion=Supprimer le secret
37293733
deletion.description=La suppression d'un secret est permanente et irréversible. Continuer ?
37303734
deletion.success=Le secret a été supprimé.

options/locale/locale_ga-IE.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3721,13 +3721,14 @@ owner.settings.chef.keypair.description=Tá eochairphéire riachtanach le fíord
37213721
secrets=Rúin
37223722
description=Cuirfear rúin ar aghaidh chuig gníomhartha áirithe agus ní féidir iad a léamh ar mhalairt.
37233723
none=Níl aon rúin ann fós.
3724-
creation=Cuir Rúnda leis
3724+
3725+
; These keys are also for "edit secret", the keys are kept as-is to avoid unnecessary re-translation
37253726
creation.description=Cur síos
37263727
creation.name_placeholder=carachtair alfanumair nó íoslaghda amháin nach féidir a thosú le GITEA_ nó GITHUB_
37273728
creation.value_placeholder=Ionchur ábhar ar bith. Fágfar spás bán ag tús agus ag deireadh ar lár.
37283729
creation.description_placeholder=Cuir isteach cur síos gairid (roghnach).
3729-
creation.success=Tá an rún "%s" curtha leis.
3730-
creation.failed=Theip ar an rún a chur leis.
3730+
3731+
37313732
deletion=Bain rún
37323733
deletion.description=Is buan rún a bhaint agus ní féidir é a chealú. Lean ort?
37333734
deletion.success=Tá an rún bainte.

options/locale/locale_hu-HU.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1592,8 +1592,12 @@ conan.details.repository=Tároló
15921592
owner.settings.cleanuprules.enabled=Engedélyezett
15931593

15941594
[secrets]
1595+
1596+
; These keys are also for "edit secret", the keys are kept as-is to avoid unnecessary re-translation
15951597
creation.description=Leírás
15961598

1599+
1600+
15971601
[actions]
15981602

15991603

0 commit comments

Comments
 (0)