Update translations
This commit is contained in:
parent
97a7b9b83f
commit
39ce7b14fc
|
@ -3,6 +3,9 @@
|
||||||
"Check for updates": "",
|
"Check for updates": "",
|
||||||
"Upgrade script was not found": "",
|
"Upgrade script was not found": "",
|
||||||
"Freedombone Control Panel": "",
|
"Freedombone Control Panel": "",
|
||||||
|
"Main Repository": "",
|
||||||
|
"Set the main repository:": "",
|
||||||
|
"Main repository set to $PROJECT_REPO": "",
|
||||||
"Add new user": "",
|
"Add new user": "",
|
||||||
"Username:": "",
|
"Username:": "",
|
||||||
"ssh public key (optional):": "",
|
"ssh public key (optional):": "",
|
||||||
|
@ -172,6 +175,7 @@
|
||||||
"Logging on/off": "",
|
"Logging on/off": "",
|
||||||
"Ping enable/disable": "",
|
"Ping enable/disable": "",
|
||||||
"Security Settings": "",
|
"Security Settings": "",
|
||||||
|
"Set the main repository": "",
|
||||||
"Media menu": "",
|
"Media menu": "",
|
||||||
"IRC menu": ""
|
"IRC menu": ""
|
||||||
}
|
}
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"Please attach a USB drive": "",
|
||||||
|
"There was a problem mounting the USB drive to $USB_MOUNT": "",
|
||||||
|
"Unable to unmount the drive. This means that the backup did not work": "",
|
||||||
|
"Setting permissions": "",
|
||||||
|
"Unmount encrypted USB": "",
|
||||||
|
"No backup directory found on the USB drive.": "",
|
||||||
|
"Checking that admin user exists": "",
|
||||||
|
"Username $ADMIN_USERNAME not found. Reinstall ${PROJECT_NAME} with this username.": "",
|
||||||
|
"Copying GPG keys from admin user to root": "",
|
||||||
|
"Restoring ${1} database": "",
|
||||||
|
"Unable to restore ${1} database": "",
|
||||||
|
"Restoring ${1} installation": "",
|
||||||
|
"The admin username has changed from $PREV_ADMIN_USERNAME to $ADMIN_USERNAME. To restore you will first need to install a new ${PROJECT_NAME} system with an initial admin user named $PREV_ADMIN_USERNAME": "",
|
||||||
|
"Restoring Gogs settings": "",
|
||||||
|
"Restoring Gogs repos": "",
|
||||||
|
"Restoring Gogs authorized_keys": "",
|
||||||
|
"Restore Gogs from USB drive is complete. You can now unplug it.": ""
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"${PROJECT_NAME}-trove --sync [domain/url] -p [password]": "",
|
||||||
|
" -p|--password [yes|no] Friend's trove user password": "",
|
||||||
|
" -m|--mypassword [yes|no] Local trove user password": "",
|
||||||
|
" --port [number] Friend's server ssh port number": "",
|
||||||
|
" -s|--sync [domain] Friend's server domain to sync with": "",
|
||||||
|
"WARNING: failed to mirror repo ${repo_url}": ""
|
||||||
|
}
|
Binary file not shown.
|
@ -9,7 +9,7 @@
|
||||||
"The domain $TEST_DOMAIN_NAME has too many subdomains. It should be of the type w.x.y.z, x.y.z or y.z": "",
|
"The domain $TEST_DOMAIN_NAME has too many subdomains. It should be of the type w.x.y.z, x.y.z or y.z": "",
|
||||||
"The domain $TEST_DOMAIN_NAME has no top level domain. It should be of the type w.x.y.z, x.y.z or y.z": "",
|
"The domain $TEST_DOMAIN_NAME has no top level domain. It should be of the type w.x.y.z, x.y.z or y.z": "",
|
||||||
"The command ${PROJECT_NAME}-config was not found": "",
|
"The command ${PROJECT_NAME}-config was not found": "",
|
||||||
" ${PROJECT_NAME}-config -u $MY_USERNAME -f $CONFIGURATION_FILE -w $FREEDOMBONE_WEBSITE -b $FREEDOMBONE_BITMESSAGE -m $MINIMUM_PASSWORD_LENGTH --minimal [yes|no]": "",
|
" ${PROJECT_NAME}-config -u $MY_USERNAME -f $CONFIGURATION_FILE -w $PROJECT_WEBSITE -b $PROJECT_BITMESSAGE -m $MINIMUM_PASSWORD_LENGTH --minimal [yes|no]": "",
|
||||||
"Encrypted backup to other servers": "",
|
"Encrypted backup to other servers": "",
|
||||||
"${PROJECT_NAME} Configuration": "",
|
"${PROJECT_NAME} Configuration": "",
|
||||||
"\\nDo you wish to configure some remote backup locations?": "",
|
"\\nDo you wish to configure some remote backup locations?": "",
|
||||||
|
|
|
@ -3,6 +3,9 @@
|
||||||
"Check for updates": "",
|
"Check for updates": "",
|
||||||
"Upgrade script was not found": "",
|
"Upgrade script was not found": "",
|
||||||
"Freedombone Control Panel": "",
|
"Freedombone Control Panel": "",
|
||||||
|
"Main Repository": "",
|
||||||
|
"Set the main repository:": "",
|
||||||
|
"Main repository set to $PROJECT_REPO": "",
|
||||||
"Add new user": "",
|
"Add new user": "",
|
||||||
"Username:": "",
|
"Username:": "",
|
||||||
"ssh public key (optional):": "",
|
"ssh public key (optional):": "",
|
||||||
|
@ -172,6 +175,7 @@
|
||||||
"Logging on/off": "",
|
"Logging on/off": "",
|
||||||
"Ping enable/disable": "",
|
"Ping enable/disable": "",
|
||||||
"Security Settings": "",
|
"Security Settings": "",
|
||||||
|
"Set the main repository": "",
|
||||||
"Media menu": "",
|
"Media menu": "",
|
||||||
"IRC menu": ""
|
"IRC menu": ""
|
||||||
}
|
}
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"Please attach a USB drive": "",
|
||||||
|
"There was a problem mounting the USB drive to $USB_MOUNT": "",
|
||||||
|
"Unable to unmount the drive. This means that the backup did not work": "",
|
||||||
|
"Setting permissions": "",
|
||||||
|
"Unmount encrypted USB": "",
|
||||||
|
"No backup directory found on the USB drive.": "",
|
||||||
|
"Checking that admin user exists": "",
|
||||||
|
"Username $ADMIN_USERNAME not found. Reinstall ${PROJECT_NAME} with this username.": "",
|
||||||
|
"Copying GPG keys from admin user to root": "",
|
||||||
|
"Restoring ${1} database": "",
|
||||||
|
"Unable to restore ${1} database": "",
|
||||||
|
"Restoring ${1} installation": "",
|
||||||
|
"The admin username has changed from $PREV_ADMIN_USERNAME to $ADMIN_USERNAME. To restore you will first need to install a new ${PROJECT_NAME} system with an initial admin user named $PREV_ADMIN_USERNAME": "",
|
||||||
|
"Restoring Gogs settings": "",
|
||||||
|
"Restoring Gogs repos": "",
|
||||||
|
"Restoring Gogs authorized_keys": "",
|
||||||
|
"Restore Gogs from USB drive is complete. You can now unplug it.": ""
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"${PROJECT_NAME}-trove --sync [domain/url] -p [password]": "",
|
||||||
|
" -p|--password [yes|no] Friend's trove user password": "",
|
||||||
|
" -m|--mypassword [yes|no] Local trove user password": "",
|
||||||
|
" --port [number] Friend's server ssh port number": "",
|
||||||
|
" -s|--sync [domain] Friend's server domain to sync with": "",
|
||||||
|
"WARNING: failed to mirror repo ${repo_url}": ""
|
||||||
|
}
|
Binary file not shown.
|
@ -9,7 +9,7 @@
|
||||||
"The domain $TEST_DOMAIN_NAME has too many subdomains. It should be of the type w.x.y.z, x.y.z or y.z": "",
|
"The domain $TEST_DOMAIN_NAME has too many subdomains. It should be of the type w.x.y.z, x.y.z or y.z": "",
|
||||||
"The domain $TEST_DOMAIN_NAME has no top level domain. It should be of the type w.x.y.z, x.y.z or y.z": "",
|
"The domain $TEST_DOMAIN_NAME has no top level domain. It should be of the type w.x.y.z, x.y.z or y.z": "",
|
||||||
"The command ${PROJECT_NAME}-config was not found": "",
|
"The command ${PROJECT_NAME}-config was not found": "",
|
||||||
" ${PROJECT_NAME}-config -u $MY_USERNAME -f $CONFIGURATION_FILE -w $FREEDOMBONE_WEBSITE -b $FREEDOMBONE_BITMESSAGE -m $MINIMUM_PASSWORD_LENGTH --minimal [yes|no]": "",
|
" ${PROJECT_NAME}-config -u $MY_USERNAME -f $CONFIGURATION_FILE -w $PROJECT_WEBSITE -b $PROJECT_BITMESSAGE -m $MINIMUM_PASSWORD_LENGTH --minimal [yes|no]": "",
|
||||||
"Encrypted backup to other servers": "",
|
"Encrypted backup to other servers": "",
|
||||||
"${PROJECT_NAME} Configuration": "",
|
"${PROJECT_NAME} Configuration": "",
|
||||||
"\\nDo you wish to configure some remote backup locations?": "",
|
"\\nDo you wish to configure some remote backup locations?": "",
|
||||||
|
|
|
@ -3,6 +3,9 @@
|
||||||
"Check for updates": "",
|
"Check for updates": "",
|
||||||
"Upgrade script was not found": "",
|
"Upgrade script was not found": "",
|
||||||
"Freedombone Control Panel": "",
|
"Freedombone Control Panel": "",
|
||||||
|
"Main Repository": "",
|
||||||
|
"Set the main repository:": "",
|
||||||
|
"Main repository set to $PROJECT_REPO": "",
|
||||||
"Add new user": "",
|
"Add new user": "",
|
||||||
"Username:": "",
|
"Username:": "",
|
||||||
"ssh public key (optional):": "",
|
"ssh public key (optional):": "",
|
||||||
|
@ -172,6 +175,7 @@
|
||||||
"Logging on/off": "",
|
"Logging on/off": "",
|
||||||
"Ping enable/disable": "",
|
"Ping enable/disable": "",
|
||||||
"Security Settings": "",
|
"Security Settings": "",
|
||||||
|
"Set the main repository": "",
|
||||||
"Media menu": "",
|
"Media menu": "",
|
||||||
"IRC menu": ""
|
"IRC menu": ""
|
||||||
}
|
}
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"Please attach a USB drive": "",
|
||||||
|
"There was a problem mounting the USB drive to $USB_MOUNT": "",
|
||||||
|
"Unable to unmount the drive. This means that the backup did not work": "",
|
||||||
|
"Setting permissions": "",
|
||||||
|
"Unmount encrypted USB": "",
|
||||||
|
"No backup directory found on the USB drive.": "",
|
||||||
|
"Checking that admin user exists": "",
|
||||||
|
"Username $ADMIN_USERNAME not found. Reinstall ${PROJECT_NAME} with this username.": "",
|
||||||
|
"Copying GPG keys from admin user to root": "",
|
||||||
|
"Restoring ${1} database": "",
|
||||||
|
"Unable to restore ${1} database": "",
|
||||||
|
"Restoring ${1} installation": "",
|
||||||
|
"The admin username has changed from $PREV_ADMIN_USERNAME to $ADMIN_USERNAME. To restore you will first need to install a new ${PROJECT_NAME} system with an initial admin user named $PREV_ADMIN_USERNAME": "",
|
||||||
|
"Restoring Gogs settings": "",
|
||||||
|
"Restoring Gogs repos": "",
|
||||||
|
"Restoring Gogs authorized_keys": "",
|
||||||
|
"Restore Gogs from USB drive is complete. You can now unplug it.": ""
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"${PROJECT_NAME}-trove --sync [domain/url] -p [password]": "",
|
||||||
|
" -p|--password [yes|no] Friend's trove user password": "",
|
||||||
|
" -m|--mypassword [yes|no] Local trove user password": "",
|
||||||
|
" --port [number] Friend's server ssh port number": "",
|
||||||
|
" -s|--sync [domain] Friend's server domain to sync with": "",
|
||||||
|
"WARNING: failed to mirror repo ${repo_url}": ""
|
||||||
|
}
|
Binary file not shown.
|
@ -9,7 +9,7 @@
|
||||||
"The domain $TEST_DOMAIN_NAME has too many subdomains. It should be of the type w.x.y.z, x.y.z or y.z": "",
|
"The domain $TEST_DOMAIN_NAME has too many subdomains. It should be of the type w.x.y.z, x.y.z or y.z": "",
|
||||||
"The domain $TEST_DOMAIN_NAME has no top level domain. It should be of the type w.x.y.z, x.y.z or y.z": "",
|
"The domain $TEST_DOMAIN_NAME has no top level domain. It should be of the type w.x.y.z, x.y.z or y.z": "",
|
||||||
"The command ${PROJECT_NAME}-config was not found": "",
|
"The command ${PROJECT_NAME}-config was not found": "",
|
||||||
" ${PROJECT_NAME}-config -u $MY_USERNAME -f $CONFIGURATION_FILE -w $FREEDOMBONE_WEBSITE -b $FREEDOMBONE_BITMESSAGE -m $MINIMUM_PASSWORD_LENGTH --minimal [yes|no]": "",
|
" ${PROJECT_NAME}-config -u $MY_USERNAME -f $CONFIGURATION_FILE -w $PROJECT_WEBSITE -b $PROJECT_BITMESSAGE -m $MINIMUM_PASSWORD_LENGTH --minimal [yes|no]": "",
|
||||||
"Encrypted backup to other servers": "",
|
"Encrypted backup to other servers": "",
|
||||||
"${PROJECT_NAME} Configuration": "",
|
"${PROJECT_NAME} Configuration": "",
|
||||||
"\\nDo you wish to configure some remote backup locations?": "",
|
"\\nDo you wish to configure some remote backup locations?": "",
|
||||||
|
|
Loading…
Reference in New Issue