Skip to content

Commit

Permalink
chore(i18n): sync locale with Transifex
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
  • Loading branch information
lidel committed Feb 10, 2020
1 parent c287460 commit 4d1d5ae
Show file tree
Hide file tree
Showing 7 changed files with 715 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .tx/config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[main]
host = https://www.transifex.com
lang_map = zh_CN: zh-CN, zh_HK: zh-HK, zh_TW: zh-TW, ko_KR: ko-KR, pt_PT: pt-PT, pt_BR: pt-BR, ja_JP: ja-JP, he_IL: he-IL, hi_IN: hi-IN
lang_map = zh_CN: zh-CN, zh_HK: zh-HK, zh_TW: zh-TW, ko_KR: ko-KR, pt_PT: pt-PT, pt_BR: pt-BR, ja_JP: ja-JP, he_IL: he-IL, hi_IN: hi-IN, fa_IR: fa-IR

[ipfs-desktop.ipfs-desktop-json]
file_filter = assets/locales/<lang>.json
Expand Down
119 changes: 119 additions & 0 deletions assets/locales/el.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
{
"ipfsIsRunning": "IPFS is running",
"ipfsIsStopping": "IPFS is stopping",
"ipfsIsStarting": "IPFS is starting",
"ipfsIsNotRunning": "IPFS is not running",
"ipfsHasErrored": "IPFS has errored",
"start": "Start",
"stop": "Stop",
"restart": "Restart",
"about": "About",
"advanced": "Advanced",
"openRepoDir": "Open Repository Directory",
"openLogsDir": "Open Logs Directory",
"openConfigFile": "Open Configuration File",
"viewOnGitHub": "View on GitHub",
"status": "Status",
"files": "Files",
"settings": "Settings",
"quit": "Quit",
"versions": "Versions",
"screenshotTaken": "Screenshot taken",
"shareableLinkCopied": "Shareable link copied to the clipboard. Click here to view the screenshot.",
"couldNotTakeScreenshot": "Could not take screenshot",
"errorwhileTakingScreenshot": "An error occurred while taking the screenshot.",
"clickToOpenLogs": "Click here to open the logs.",
"ipfsNotRunning": "IPFS is not running",
"cantDownloadHash": "Could not download hash",
"invalidHashClipboard": "The hash on the clipboard is not valid.",
"errorWhileDownloadingHash": "An error occurred while getting the hash.",
"errorWhileWritingFiles": "An error occurred while writing the files to your file system.",
"hashDownloaded": "Hash downloaded",
"hashDownloadedClickToView": "Hash { hash } content downloaded. Click to view.",
"updateAvailable": "Update available",
"clickToInstall": "Click here to restart and install the newer version of IPFS Desktop.",
"updateNotAvailable": "Update not available",
"runningLatestVersion": "You seem to be running the latest version.",
"couldNotCheckForUpdates": "Could not check for updates",
"pleaseCheckInternet": "Please check your Internet connection.",
"checkForUpdates": "Check for Updates...",
"yes": "Yes",
"no": "No",
"close": "Close",
"ok": "OK",
"cancel": "Cancel",
"reportTheError": "Report the error",
"restartIpfsDesktop": "Restart IPFS Desktop",
"openLogs": "Open logs",
"takeScreenshot": "Take Screenshot",
"downloadHash": "Download Hash",
"moveRepositoryLocation": "Move Repository Location",
"polkitDialog": {
"title": "Polkit not found",
"message": "IPFS can't be added to /usr/local/bin/ without polkit agent."
},
"noPermissionDialog": {
"title": "No permission",
"message": "IPFS couldn't be added to /usr/local/bin/, either because you entered the wrong password, or you denied permission."
},
"ipfsNotRunningDialog": {
"title": "IPFS is not running",
"message": "IPFS needs to be running to perform this action. Do you want to start the daemon?"
},
"recoverableErrorDialog": {
"title": "An error has occurred",
"message": "An error occurred but it does not prevent the execution of IPFS Desktop. You can either inspect the logs for yourself or report the error to the developers."
},
"cannotConnectToApiDialog": {
"title": "Cannot connect to API",
"message": "IPFS Desktop cannot connect to the API address provided: { addr }."
},
"ipfsDesktopHasShutdownDialog": {
"title": "IPFS Desktop has shutdown",
"message": "IPFS Desktop has shutdown because of an error. You can restart the app or report the error to the developers, which requires a GitHub account."
},
"moveRepositoryWarnDialog": {
"title": "Move repository",
"message": "If your repository is taking too much space on your main drive, you can move it to some other location. Bear in mind that the new location must always be available in order for IPFS Desktop to work correctly.",
"action": "Move and restart node"
},
"moveRepositorySuccessDialog": {
"title": "Repository moved successfully",
"message": "Your repository was successfully moved to { location } and your configuration was updated. The daemon will now start up again."
},
"moveRepositorySameDirDialog": {
"title": "Same directory selected",
"message": "The directory you picked is the same as the current one: { location }. Hence, no changes will be made."
},
"moveRepositoryDirExists": {
"title": " Directory already exists",
"message": "The directory { location } already exists. Please try using a different one."
},
"busyPortsDialog": {
"title": "Ports are busy",
"message": "The ports { port1 } and { port2 } are not available. Do you want to use { alt1 } and { alt2 } instead?",
"action": "Use ports { alt1 } and { alt2 } instead"
},
"busyPortDialog": {
"title": "Port is busy",
"message": "The port { port } is not available. Do you want to use { alt } instead?",
"action": "Use port { alt } instead"
},
"multipleBusyPortsDialog": {
"title": "Ports are busy",
"message": "Cannot bind to one or more of the API or Gateway addresses because the ports are busy.",
"action": "Open configuration file"
},
"itemsAddedNotification": {
"title": "Items added",
"message": "{ count } items added to your node. A shareable link was copied to your clipboard. Click here to see your files."
},
"itemAddedNotification": {
"title": "Item added",
"message": "Item added to your node. A shareable link was copied to your clipboard. Click here to see your file."
},
"itemsFailedNotification": {
"title": "Failed to add items",
"message": "Could not add your items to your node."
}
}
119 changes: 119 additions & 0 deletions assets/locales/et.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
{
"ipfsIsRunning": "IPFS is running",
"ipfsIsStopping": "IPFS is stopping",
"ipfsIsStarting": "IPFS is starting",
"ipfsIsNotRunning": "IPFS is not running",
"ipfsHasErrored": "IPFS has errored",
"start": "Start",
"stop": "Stop",
"restart": "Restart",
"about": "About",
"advanced": "Advanced",
"openRepoDir": "Open Repository Directory",
"openLogsDir": "Open Logs Directory",
"openConfigFile": "Open Configuration File",
"viewOnGitHub": "View on GitHub",
"status": "Status",
"files": "Files",
"settings": "Settings",
"quit": "Quit",
"versions": "Versions",
"screenshotTaken": "Screenshot taken",
"shareableLinkCopied": "Shareable link copied to the clipboard. Click here to view the screenshot.",
"couldNotTakeScreenshot": "Could not take screenshot",
"errorwhileTakingScreenshot": "An error occurred while taking the screenshot.",
"clickToOpenLogs": "Click here to open the logs.",
"ipfsNotRunning": "IPFS is not running",
"cantDownloadHash": "Could not download hash",
"invalidHashClipboard": "The hash on the clipboard is not valid.",
"errorWhileDownloadingHash": "An error occurred while getting the hash.",
"errorWhileWritingFiles": "An error occurred while writing the files to your file system.",
"hashDownloaded": "Hash downloaded",
"hashDownloadedClickToView": "Hash { hash } content downloaded. Click to view.",
"updateAvailable": "Update available",
"clickToInstall": "Click here to restart and install the newer version of IPFS Desktop.",
"updateNotAvailable": "Update not available",
"runningLatestVersion": "You seem to be running the latest version.",
"couldNotCheckForUpdates": "Could not check for updates",
"pleaseCheckInternet": "Please check your Internet connection.",
"checkForUpdates": "Check for Updates...",
"yes": "Yes",
"no": "No",
"close": "Close",
"ok": "OK",
"cancel": "Cancel",
"reportTheError": "Report the error",
"restartIpfsDesktop": "Restart IPFS Desktop",
"openLogs": "Open logs",
"takeScreenshot": "Take Screenshot",
"downloadHash": "Download Hash",
"moveRepositoryLocation": "Move Repository Location",
"polkitDialog": {
"title": "Polkit not found",
"message": "IPFS can't be added to /usr/local/bin/ without polkit agent."
},
"noPermissionDialog": {
"title": "No permission",
"message": "IPFS couldn't be added to /usr/local/bin/, either because you entered the wrong password, or you denied permission."
},
"ipfsNotRunningDialog": {
"title": "IPFS is not running",
"message": "IPFS needs to be running to perform this action. Do you want to start the daemon?"
},
"recoverableErrorDialog": {
"title": "An error has occurred",
"message": "An error occurred but it does not prevent the execution of IPFS Desktop. You can either inspect the logs for yourself or report the error to the developers."
},
"cannotConnectToApiDialog": {
"title": "Cannot connect to API",
"message": "IPFS Desktop cannot connect to the API address provided: { addr }."
},
"ipfsDesktopHasShutdownDialog": {
"title": "IPFS Desktop has shutdown",
"message": "IPFS Desktop has shutdown because of an error. You can restart the app or report the error to the developers, which requires a GitHub account."
},
"moveRepositoryWarnDialog": {
"title": "Move repository",
"message": "If your repository is taking too much space on your main drive, you can move it to some other location. Bear in mind that the new location must always be available in order for IPFS Desktop to work correctly.",
"action": "Move and restart node"
},
"moveRepositorySuccessDialog": {
"title": "Repository moved successfully",
"message": "Your repository was successfully moved to { location } and your configuration was updated. The daemon will now start up again."
},
"moveRepositorySameDirDialog": {
"title": "Same directory selected",
"message": "The directory you picked is the same as the current one: { location }. Hence, no changes will be made."
},
"moveRepositoryDirExists": {
"title": " Directory already exists",
"message": "The directory { location } already exists. Please try using a different one."
},
"busyPortsDialog": {
"title": "Ports are busy",
"message": "The ports { port1 } and { port2 } are not available. Do you want to use { alt1 } and { alt2 } instead?",
"action": "Use ports { alt1 } and { alt2 } instead"
},
"busyPortDialog": {
"title": "Port is busy",
"message": "The port { port } is not available. Do you want to use { alt } instead?",
"action": "Use port { alt } instead"
},
"multipleBusyPortsDialog": {
"title": "Ports are busy",
"message": "Cannot bind to one or more of the API or Gateway addresses because the ports are busy.",
"action": "Open configuration file"
},
"itemsAddedNotification": {
"title": "Items added",
"message": "{ count } items added to your node. A shareable link was copied to your clipboard. Click here to see your files."
},
"itemAddedNotification": {
"title": "Item added",
"message": "Item added to your node. A shareable link was copied to your clipboard. Click here to see your file."
},
"itemsFailedNotification": {
"title": "Failed to add items",
"message": "Could not add your items to your node."
}
}
119 changes: 119 additions & 0 deletions assets/locales/fa-IR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
{
"ipfsIsRunning": "IPFS is running",
"ipfsIsStopping": "IPFS is stopping",
"ipfsIsStarting": "IPFS is starting",
"ipfsIsNotRunning": "IPFS is not running",
"ipfsHasErrored": "IPFS has errored",
"start": "Start",
"stop": "Stop",
"restart": "Restart",
"about": "About",
"advanced": "Advanced",
"openRepoDir": "Open Repository Directory",
"openLogsDir": "Open Logs Directory",
"openConfigFile": "Open Configuration File",
"viewOnGitHub": "View on GitHub",
"status": "Status",
"files": "Files",
"settings": "Settings",
"quit": "Quit",
"versions": "Versions",
"screenshotTaken": "Screenshot taken",
"shareableLinkCopied": "Shareable link copied to the clipboard. Click here to view the screenshot.",
"couldNotTakeScreenshot": "Could not take screenshot",
"errorwhileTakingScreenshot": "An error occurred while taking the screenshot.",
"clickToOpenLogs": "Click here to open the logs.",
"ipfsNotRunning": "IPFS is not running",
"cantDownloadHash": "Could not download hash",
"invalidHashClipboard": "The hash on the clipboard is not valid.",
"errorWhileDownloadingHash": "An error occurred while getting the hash.",
"errorWhileWritingFiles": "An error occurred while writing the files to your file system.",
"hashDownloaded": "Hash downloaded",
"hashDownloadedClickToView": "Hash { hash } content downloaded. Click to view.",
"updateAvailable": "Update available",
"clickToInstall": "Click here to restart and install the newer version of IPFS Desktop.",
"updateNotAvailable": "Update not available",
"runningLatestVersion": "You seem to be running the latest version.",
"couldNotCheckForUpdates": "Could not check for updates",
"pleaseCheckInternet": "Please check your Internet connection.",
"checkForUpdates": "Check for Updates...",
"yes": "Yes",
"no": "No",
"close": "Close",
"ok": "OK",
"cancel": "Cancel",
"reportTheError": "Report the error",
"restartIpfsDesktop": "Restart IPFS Desktop",
"openLogs": "Open logs",
"takeScreenshot": "Take Screenshot",
"downloadHash": "Download Hash",
"moveRepositoryLocation": "Move Repository Location",
"polkitDialog": {
"title": "Polkit not found",
"message": "IPFS can't be added to /usr/local/bin/ without polkit agent."
},
"noPermissionDialog": {
"title": "No permission",
"message": "IPFS couldn't be added to /usr/local/bin/, either because you entered the wrong password, or you denied permission."
},
"ipfsNotRunningDialog": {
"title": "IPFS is not running",
"message": "IPFS needs to be running to perform this action. Do you want to start the daemon?"
},
"recoverableErrorDialog": {
"title": "An error has occurred",
"message": "An error occurred but it does not prevent the execution of IPFS Desktop. You can either inspect the logs for yourself or report the error to the developers."
},
"cannotConnectToApiDialog": {
"title": "Cannot connect to API",
"message": "IPFS Desktop cannot connect to the API address provided: { addr }."
},
"ipfsDesktopHasShutdownDialog": {
"title": "IPFS Desktop has shutdown",
"message": "IPFS Desktop has shutdown because of an error. You can restart the app or report the error to the developers, which requires a GitHub account."
},
"moveRepositoryWarnDialog": {
"title": "Move repository",
"message": "If your repository is taking too much space on your main drive, you can move it to some other location. Bear in mind that the new location must always be available in order for IPFS Desktop to work correctly.",
"action": "Move and restart node"
},
"moveRepositorySuccessDialog": {
"title": "Repository moved successfully",
"message": "Your repository was successfully moved to { location } and your configuration was updated. The daemon will now start up again."
},
"moveRepositorySameDirDialog": {
"title": "Same directory selected",
"message": "The directory you picked is the same as the current one: { location }. Hence, no changes will be made."
},
"moveRepositoryDirExists": {
"title": " Directory already exists",
"message": "The directory { location } already exists. Please try using a different one."
},
"busyPortsDialog": {
"title": "Ports are busy",
"message": "The ports { port1 } and { port2 } are not available. Do you want to use { alt1 } and { alt2 } instead?",
"action": "Use ports { alt1 } and { alt2 } instead"
},
"busyPortDialog": {
"title": "Port is busy",
"message": "The port { port } is not available. Do you want to use { alt } instead?",
"action": "Use port { alt } instead"
},
"multipleBusyPortsDialog": {
"title": "Ports are busy",
"message": "Cannot bind to one or more of the API or Gateway addresses because the ports are busy.",
"action": "Open configuration file"
},
"itemsAddedNotification": {
"title": "Items added",
"message": "{ count } items added to your node. A shareable link was copied to your clipboard. Click here to see your files."
},
"itemAddedNotification": {
"title": "Item added",
"message": "Item added to your node. A shareable link was copied to your clipboard. Click here to see your file."
},
"itemsFailedNotification": {
"title": "Failed to add items",
"message": "Could not add your items to your node."
}
}
Loading

0 comments on commit 4d1d5ae

Please sign in to comment.