Skip to content

Commit

Permalink
Add more translation to locstrings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bnema committed Sep 17, 2024
1 parent 153212d commit 2fa9aef
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions internal/templating/models/txt/locstrings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,21 @@ en:
keywords: gordon, admin, interface
header:
someKey: Hello World!
update_available: Update available
navmenu:
dashboard: Dashboard
manager: Manager
settings: Settings
logout: Logout
content:
update_available: "Update available"
upload: "Upload"
login:
meta:
title: Login to Gordon
content:
title: Login
github_login: Login with GitHub
dashboard:
meta:
title: Gordon - Admin Dashboard
Expand All @@ -32,11 +42,36 @@ en:
thState: State
thActions: Actions
thEntryPoint: "Entry Point"
images: Images
manually_upload: Manually upload a .tar container image
image_name: Image name
image_id: Image ID
container_name: Container name
protocol: Protocol
subdomain: Subdomain
domain: Domain
exposed_ports: Exposed Ports
exposed_ports_hint: "eg: 8080:1887/tcp (You can specify multiple ports by separating them with a comma)"
traefik_entry_point: Traefik Entry Point
traefik_entry_point_hint: Specify the internal container port used in Traefik's loadbalancer labels
volumes: Volumes
volumes_hint: "e.g. ./data:/container/data"
environment_variables: Environment Variables
environment_variables_hint: One per line, in the format KEY=VALUE
deploy: Deploy
edit_container: Edit Container
save: Save
settings:
meta:
title: Gordon - Settings
content:
title: Settings
error:
meta:
title: Error
content:
not_found: Page not found
internal_server: Something went really wrong o/

fr:
common:
Expand All @@ -45,11 +80,21 @@ fr:
keywords: gordon, admin, interface
header:
someKey: Bonjour le monde !
update_available: Mise à jour disponible
navmenu:
dashboard: Tableau de bord
manager: Gestionnaire
settings: Paramètres
logout: Déconnexion
content:
update_available: "Mise à jour disponible"
upload: "Télécharger"
login:
meta:
title: Connexion à Gordon
content:
title: Connexion
github_login: Se connecter avec GitHub
dashboard:
meta:
title: Gordon - Tableau de bord
Expand All @@ -72,8 +117,33 @@ fr:
thState: État
thActions: Actions
thEntryPoint: "Point d'entrée"
images: Images
manually_upload: Télécharger manuellement une image de conteneur .tar
image_name: Nom de l'image
image_id: ID de l'image
container_name: Nom du conteneur
protocol: Protocole
subdomain: Sous-domaine
domain: Domaine
exposed_ports: Ports exposés
exposed_ports_hint: "ex: 8080:1887/tcp (Vous pouvez spécifier plusieurs ports en les séparant par une virgule)"
traefik_entry_point: Point d'entrée Traefik
traefik_entry_point_hint: Spécifiez le port interne du conteneur utilisé dans le label du loadbalancer de Traefik
volumes: Volumes
volumes_hint: "ex. ./data:/container/data"
environment_variables: Variables d'environnement
environment_variables_hint: Une par ligne, au format CLÉ=VALEUR
deploy: Déployer
edit_container: Modifier le conteneur
save: Enregistrer
settings:
meta:
title: Gordon - Paramètres
content:
title: Paramètres
error:
meta:
title: Erreur
content:
not_found: Page non trouvée
internal_server: Quelque chose s'est vraiment mal passé o/

0 comments on commit 2fa9aef

Please sign in to comment.