-
Notifications
You must be signed in to change notification settings - Fork 489
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(i18n): add ur, uk, tr and pt-BR
+ usual sync
- Loading branch information
Showing
49 changed files
with
1,739 additions
and
108 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
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
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
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
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,28 @@ | ||
{ | ||
"ipfsApiRequestFailed": "No s'ha pogut connectar. Comproveu que el daemon estigui funcionant.", | ||
"windowIpfsRequestFailed": "La sol·licitud a IPFS ha fallat. Comproveu la configuració del IPFS Companion.", | ||
"ipfsInvalidApiAddress": "L'adreça API d'IPFS proporcionada no és vàlida.", | ||
"ipfsConnectSuccess": "S'ha connectat correctament a l'adreça API d'IPFS", | ||
"ipfsConnectFail": "No s'ha pogut connectar a l'adreça IPFS de l'API proporcionada", | ||
"ipfsPinFail": "Unable to set pinning. Try again, or see the browser console for more info.", | ||
"ipfsIsBack": "El servei IPFS normal s'ha reprès. Gaudeix-ne!", | ||
"folderExists": "Ja existeix un item amb aquest nom. Siusplau escolliu-ne un altre.", | ||
"filesFetchFailed": "No s'han pogut obtenir aquests fitxers. Siusplau comproveu el path i torneu-ho a provar.", | ||
"filesRenameFailed": "No s'ha pogut canviar el nom dels fitxers. Siusplau torneu-ho a provar.", | ||
"filesMakeDirFailed": "No s'ha pogut crear el directori. Siusplau torneu-ho a provar.", | ||
"filesCopyFailed": "No s'han pogut copiar els fitxers. Siusplau torneu-ho a provar.", | ||
"filesRemoveFailed": "Failed to remove the files. Please try again.", | ||
"filesAddFailed": "No s'han pogut afegir fitxers a IPFS. Siusplau torneu-ho a provar.", | ||
"filesEventFailed": "No s'ha pogut processar la vostra sol·licitud. Siusplau torneu-ho a provar.", | ||
"couldntConnectToPeer": "No s'ha pogut connectar al peer proporcionat.", | ||
"connectedToPeer": "S'ha connectat correctament al peer proporcionat.", | ||
"experimentsErrors": { | ||
"npmOnIpfs": "No hem pogut fer canvis al vostre sistema. Siusplau instal·leu o desinstal·leu el paquet 'ipfs-npm' manualment." | ||
}, | ||
"desktopToggleErrors": { | ||
"autoLaunch": "No s'ha pogut canviar l'opció d'inici a l'inici.", | ||
"ipfsOnPath": "No s'han pogut canviar les eines de command line d'IPFS.", | ||
"downloadHashShortcut": "No s'ha pogut canviar la drecera hash de baixada.", | ||
"screenshotShortcut": "No s'ha pogut canviar la drecera de captura de pantalla." | ||
} | ||
} |
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
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
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
Oops, something went wrong.