-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #147 from mudkipme/feat/italian-i18n
feat: add Italian translation by tombatti
- Loading branch information
Showing
2 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
69 changes: 69 additions & 0 deletions
69
MoeMemos/Resources/Localization/it.lproj/Localizable.strings
This file contains 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 |
---|---|---|
@@ -0,0 +1,69 @@ | ||
/* | ||
Localizable.strings | ||
MoeMemos | ||
|
||
Created by Tombat on 2023/12/14. | ||
*/ | ||
|
||
"moe-memos" = "Moe Memos"; | ||
|
||
"memo.archive" = "Archivia"; | ||
"memo.archived" = "Archiviate"; | ||
"memo.copy" = "Copia"; | ||
"memo.delete" = "Elimina"; | ||
"memo.delete.confirm" = "Elimina questo memo?"; | ||
"memo.edit" = "Modifica"; | ||
"memo.memos" = "Memos"; | ||
"memo.action.cancel" = "No"; | ||
"memo.pin" = "Fissa"; | ||
"memo.restore" = "Ripristina"; | ||
"memo.share" = "Condividi"; | ||
"memo.unpin" = "Sblocca"; | ||
"memo.action.ok" = "Si"; | ||
"memo.visibility.public" = "Pubblico"; | ||
"memo.visibility.protected" = "Visibile ai membri locali"; | ||
"memo.visibility.private" = "Privato"; | ||
|
||
"settings" = "Impostazioni"; | ||
"settings.about" = "A proposito di Moe Memos"; | ||
"settings.privacy" = "Politiche di Privacy"; | ||
"settings.report" = "Segnala un problema"; | ||
"settings.sign-out" = "Disconnetti"; | ||
"settings.website" = "Sito"; | ||
"settings.acknowledgements" = "Ringraziamenti"; | ||
|
||
"input.placeholder" = "Una idea…"; | ||
"input.close" = "Chiudi"; | ||
"input.compose" = "Componi"; | ||
"input.edit" = "Modifica Memo"; | ||
"input.save" = "Salva"; | ||
"input.visibility" = "Visibilità dei memo"; | ||
|
||
"login.open-id.hint" = "Copia “Open ID” dall'impostazioni in ✍️memos."; | ||
"login.host" = "Ospite"; | ||
"login.method" = "Metodo di connessione"; | ||
"login.open-id" = "Open ID"; | ||
"login.access-token" = "Token di accesso"; | ||
"login.access-token.hint" = "Crea un token di accesso dalle impostazioni ✍️memos."; | ||
"login.password" = "Password"; | ||
"login.hint" = "Inserisci le informazioni di accesso al server\n[✍️memos](https://github.com/usememos/memos)."; | ||
"login.username" = "Nome Utente"; | ||
"login.username-and-password" = "Password"; | ||
"login.sign-in" = "Login"; | ||
|
||
"stats.day" = "Giorno"; | ||
"stats.memo" = "Memo"; | ||
"stats.tag" = "Etichetta"; | ||
|
||
"resources" = "Risorse"; | ||
|
||
"tags" = "Etichetta"; | ||
|
||
"widget.memories" = "Ricordi"; | ||
"widget.memories.description" = "Ricorda i tuoi vecchi memos."; | ||
"widget.memo-graph" = "Grafico promemoria"; | ||
"widget.memo-graph.description" = "Il grafico mostra il numero di promemoria scritti ogni giorno nelle ultime settimane."; | ||
|
||
"share.memo-saved" = "Promemoria salvato."; | ||
|
||
"explore" = "Esplora"; |