Skip to content

Commit

Permalink
Update translations (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr authored Jun 11, 2024
1 parent 2032156 commit 11bf0ee
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/locales/en-GB/texts.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"role": {}
},
"authentication": {
"button": {}
"button": {},
"schemeTypes": {}
},
"catalog": {},
"catalogs": {
Expand Down
1 change: 1 addition & 0 deletions src/locales/es/texts.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"title": "Proporciona o actualiza tus credenciales"
},
"description": "La página solicitada requiere autenticación. Por favor proporcione sus datos de autenticación en el campo de texto que aparece a continuación.",
"schemeTypes": {},
"title": "Autenticación"
},
"browse": "Explorar",
Expand Down
20 changes: 19 additions & 1 deletion src/locales/fr/texts.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,28 @@
},
"authentication": {
"button": {
"login": "Connexion",
"logout": "Deconnexion",
"title": "Saisir ou mettre à jour vos informations d'authentification"
},
"chooseMethod": "Choisir la méthode d'authentification",
"description": "La page demandée nécessite une authentification. Veuillez fournir vos informations d'authentification dans le champ de texte ci-dessous.",
"title": "Authentification"
"loggedOut": "Vous avez été déconnecté avec succès. Vous pouvez maintenant fermer cette fenêtre.",
"password": "Mot de passe",
"required": "Authentification requise",
"schemeTypes": {
"http": "HTTP {scheme}",
"s3": "S3",
"signedUrl": "URL signée",
"oauth2": "OAuth 2",
"apiKey": "Clé API",
"openIdConnect": "Connexion OpenID"
},
"title": "Authentification",
"unauthorized": "Vous n'êtes pas autorisé à accéder à ces données. Veuillez vous connecter.",
"unsupported": "Non supporté",
"unsupportedLong": "Désolé, la méthode d'authentification {method} n'est pas supportée par STAC Browser.",
"user": "Utilisateur"
},
"browse": "Parcourir",
"cancel": "Annuler",
Expand Down
20 changes: 19 additions & 1 deletion src/locales/it/texts.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,28 @@
},
"authentication": {
"button": {
"login": "Login",
"logout": "Logout",
"title": "Fornisci o aggiorna le tue credenziali"
},
"chooseMethod": "Scegliere il metodo di autenticazione",
"description": "La pagina richiesta è ad accesso controllato. Inserisci i tuoi dati di autenticazione nel campo di testo sottostante.",
"title": "Accesso"
"loggedOut": "Sei stato disconnesso con successo. Puoi chiudere questa finestra ora.",
"password": "Password",
"required": "Autenticazione richiesta",
"schemeTypes": {
"http": "HTTP {scheme}",
"s3": "S3",
"signedUrl": "URL firmato",
"oauth2": "OAuth 2",
"apiKey": "Chiave API",
"openIdConnect": "OpenID Connect"
},
"title": "Accesso",
"unauthorized": "Non hai i permessi per accedere a questi dati. Effettua il login.",
"unsupported": "Non supportato",
"unsupportedLong": "Il metodo di autenticazione {method} non è supportato dal browser STAC.",
"user": "Utente"
},
"browse": "Esplora",
"cancel": "Annulla",
Expand Down
1 change: 1 addition & 0 deletions src/locales/ja/texts.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"title": "資格情報の入力または更新"
},
"description": "要求されたページには認証が必要です。以下のテキストフィールドに認証情報を入力してください。",
"schemeTypes": {},
"title": "認証"
},
"browse": "ブラウズ",
Expand Down
3 changes: 1 addition & 2 deletions src/locales/pt-BR/texts.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@
},
"authentication": {
"button": {
"authenticate": "Autenticar",
"authenticated": "Autenticado",
"title": "Forneça ou atualize suas credenciais"
},
"description": "A página solicitada requer autenticação. Por favor, forneça detalhes de sua autenticação no campo de texto abaixo.",
"schemeTypes": {},
"title": "Autenticação"
},
"browse": "Navegar",
Expand Down
1 change: 1 addition & 0 deletions src/locales/pt/texts.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"title": "Forneça ou atualize as suas credenciais"
},
"description": "A página solicitada requer autenticação. Por favor, forneça os detalhes da sua autenticação no campo de texto abaixo.",
"schemeTypes": {},
"title": "Autenticação"
},
"browse": "Navegar",
Expand Down
1 change: 1 addition & 0 deletions src/locales/ro/texts.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"title": "Introduceți sau actualizați informațiile de autentificare"
},
"description": "Pagina solicitată necesită autentificare. Vă rugăm să furnizați informațiile dvs. de autentificare în câmpul de text de mai jos.",
"schemeTypes": {},
"title": "Autentificare"
},
"browse": "Navigare",
Expand Down

0 comments on commit 11bf0ee

Please sign in to comment.