-
-
Notifications
You must be signed in to change notification settings - Fork 104
Translations update from Hosted Weblate #1247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
weblate
wants to merge
1
commit into
yogeshpaliyal:master
Choose a base branch
from
weblate:weblate-keypass-keypass
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,8 +10,8 @@ | |
| <string name="backup_completed">Backup completato</string> | ||
| <string name="credentials_backups">Credenziali di backup</string> | ||
| <string name="credentials_backups_desc">Credenziali di backup per archiviazione esterna</string> | ||
| <string name="restore_credentials">Ripristinare Credenziali</string> | ||
| <string name="restore_credentials_desc">Ripristinare il backup</string> | ||
| <string name="restore_credentials">Importa credenziali</string> | ||
| <string name="restore_credentials_desc">Ripristina le password da un backup</string> | ||
| <string name="send_feedback">Invia feedback</string> | ||
| <string name="send_feedback_desc">Segnala problemi tecnici o suggerisci nuove funzionalità</string> | ||
| <string name="share">Condividi</string> | ||
|
|
@@ -61,7 +61,7 @@ | |
| <string name="descending">Discussione</string> | ||
| <string name="str_continue">Continua</string> | ||
| <string name="back">Indietro</string> | ||
| <string name="enter_password">Inserisci la password</string> | ||
| <string name="enter_password">Inserisci password</string> | ||
| <string name="create_password">Crea password</string> | ||
| <string name="confirm_password">Conferma la password</string> | ||
| <string name="create_password_description">Scegli una password per proteggere l\'app</string> | ||
|
|
@@ -88,7 +88,7 @@ | |
| <string name="default_password_length">Lunghezza password predefinita</string> | ||
| <string name="secret_key">Chiave segreta</string> | ||
| <string name="keypass_backup">Backup KeyPass</string> | ||
| <string name="google_backup">Google Backup</string> | ||
| <string name="google_backup">Esportazione password Chrome/Google</string> | ||
| <string name="generate_qr_code">Esportazione</string> | ||
| <string name="app_desc">Open-source & offline password manager. Conservare, gestire, prendere il controllo in modo sicuro.</string> | ||
| <string name="app_developer">Sviluppatore</string> | ||
|
|
@@ -98,13 +98,13 @@ | |
| <string name="about_us_desc">Su di noi Desc</string> | ||
| <string name="source_code">Codice sorgente</string> | ||
| <string name="app_developer_github">Github</string> | ||
| <string name="keepass_backup">KeePass Backup</string> | ||
| <string name="keepass_backup_desc">Scegliere il file KeePass CSV per importare</string> | ||
| <string name="keepass_backup">Esportazione CSV KeepPass</string> | ||
| <string name="keepass_backup_desc">Importa password da file CSV KeePass</string> | ||
| <string name="invalid_secret_key">Formato chiave segreto non valido</string> | ||
| <string name="invalid_csv_file">CSV non valido File</string> | ||
| <string name="file_not_found">File non trovato (per favore riprovare)</string> | ||
| <string name="change_app_hint">Cambiare il colpo</string> | ||
| <string name="enter_password_hint">Inserisci la password</string> | ||
| <string name="enter_password_hint">Suggerimento inserisci password</string> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Line 107 currently reads like a malformed instruction to enter a password, not a password hint. Suggested localization fix- <string name="enter_password_hint">Suggerimento inserisci password</string>
+ <string name="enter_password_hint">Inserisci un suggerimento per la password</string>🤖 Prompt for AI Agents |
||
| <string name="remove_app_hint">Rimuovi Hint</string> | ||
| <string name="app_password_hint">App password Hit</string> | ||
| <string name="set_app_password_hint">Impostare App password Hit</string> | ||
|
|
@@ -117,8 +117,8 @@ | |
| <string name="validate_keyphrase">Controllo tastiere</string> | ||
| <string name="valid_keyphrase">Keyphrase valida</string> | ||
| <string name="mismatch_keyphrase">Keyphrase non corrisponde a keyphrase di backup</string> | ||
| <string name="validate">Check</string> | ||
| <string name="forgot_keyphrase">Forgot Keyphrase</string> | ||
| <string name="validate">Controllo</string> | ||
| <string name="forgot_keyphrase">Frase chiave dimenticata</string> | ||
| <string name="forgot_keyphrase_question">Dimenticato Keyphrase?</string> | ||
| <string name="got_it">Capito</string> | ||
| <string name="forgot_keyphrase_info">Se non riesci a ricordare la tua keyphrase, l\'unico modo per recuperare l\'accesso è disattivare i backup e poi riaccenderli. Questo genererà un nuovo file di backup e una nuova keyphrase.\nNota: il tuo vecchio backup sarà inaccessibile.</string> | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix mixed import/export wording and KeePass spelling.
Line 101 says “Esportazione” while Line 102 says “Importa…”, which is inconsistent in the same option. Also, “KeepPass” should be “KeePass”.
Suggested localization fix
📝 Committable suggestion
🤖 Prompt for AI Agents