Update translations
This commit is contained in:
parent
30de746ebc
commit
e3a7b9ab4e
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"${PROJECT_NAME}-addcert -h [hostname] -c [country code] -a [area] -l [location]": "",
|
||||
"$0: openssl is not installed, exiting": "",
|
||||
"Failed to install letsencrypt for domain $LETSENCRYPT_HOSTNAME": ""
|
||||
"Failed to install letsencrypt for domain $LETSENCRYPT_HOSTNAME": "",
|
||||
"Certificate for $LETSENCRYPT_HOSTNAME could not be pinned": "",
|
||||
"Certificate for $CERTFILE could not be pinned": ""
|
||||
}
|
|
@ -22,7 +22,7 @@
|
|||
"Home directory not found": "",
|
||||
"Change password for": "",
|
||||
"IRC Password": "",
|
||||
"Password for all IRC users": "",
|
||||
"Password for all IRC users, or press Enter for no password": "",
|
||||
"The IRC password was changed": "",
|
||||
"Change ssh public key": "",
|
||||
"\\nThis is the administrator user.\\n\\nAre you sure you want to change the ssh public key for the administrator?": "",
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
{
|
||||
"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": "",
|
||||
"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 to root": "",
|
||||
"Copying GPG keys from admin user to root": "",
|
||||
"Restoring ${1} database": "",
|
||||
"Unable to restore ${1} database": "",
|
||||
"Restoring ${1} installation": "",
|
||||
"Setting permissions": "",
|
||||
"Unmount encrypted USB": "",
|
||||
"Hubzilla Restore from USB drive is complete. You can now remove it.": ""
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"${PROJECT_NAME}-addcert -h [hostname] -c [country code] -a [area] -l [location]": "",
|
||||
"$0: openssl is not installed, exiting": "",
|
||||
"Failed to install letsencrypt for domain $LETSENCRYPT_HOSTNAME": ""
|
||||
"Failed to install letsencrypt for domain $LETSENCRYPT_HOSTNAME": "",
|
||||
"Certificate for $LETSENCRYPT_HOSTNAME could not be pinned": "",
|
||||
"Certificate for $CERTFILE could not be pinned": ""
|
||||
}
|
|
@ -22,7 +22,7 @@
|
|||
"Home directory not found": "",
|
||||
"Change password for": "",
|
||||
"IRC Password": "",
|
||||
"Password for all IRC users": "",
|
||||
"Password for all IRC users, or press Enter for no password": "",
|
||||
"The IRC password was changed": "",
|
||||
"Change ssh public key": "",
|
||||
"\\nThis is the administrator user.\\n\\nAre you sure you want to change the ssh public key for the administrator?": "",
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
{
|
||||
"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": "",
|
||||
"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 to root": "",
|
||||
"Copying GPG keys from admin user to root": "",
|
||||
"Restoring ${1} database": "",
|
||||
"Unable to restore ${1} database": "",
|
||||
"Restoring ${1} installation": "",
|
||||
"Setting permissions": "",
|
||||
"Unmount encrypted USB": "",
|
||||
"Hubzilla Restore from USB drive is complete. You can now remove it.": ""
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"${PROJECT_NAME}-addcert -h [hostname] -c [country code] -a [area] -l [location]": "",
|
||||
"$0: openssl is not installed, exiting": "",
|
||||
"Failed to install letsencrypt for domain $LETSENCRYPT_HOSTNAME": ""
|
||||
"Failed to install letsencrypt for domain $LETSENCRYPT_HOSTNAME": "",
|
||||
"Certificate for $LETSENCRYPT_HOSTNAME could not be pinned": "",
|
||||
"Certificate for $CERTFILE could not be pinned": ""
|
||||
}
|
|
@ -22,7 +22,7 @@
|
|||
"Home directory not found": "",
|
||||
"Change password for": "",
|
||||
"IRC Password": "",
|
||||
"Password for all IRC users": "",
|
||||
"Password for all IRC users, or press Enter for no password": "",
|
||||
"The IRC password was changed": "",
|
||||
"Change ssh public key": "",
|
||||
"\\nThis is the administrator user.\\n\\nAre you sure you want to change the ssh public key for the administrator?": "",
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
{
|
||||
"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": "",
|
||||
"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 to root": "",
|
||||
"Copying GPG keys from admin user to root": "",
|
||||
"Restoring ${1} database": "",
|
||||
"Unable to restore ${1} database": "",
|
||||
"Restoring ${1} installation": "",
|
||||
"Setting permissions": "",
|
||||
"Unmount encrypted USB": "",
|
||||
"Hubzilla Restore from USB drive is complete. You can now remove it.": ""
|
||||
}
|
Loading…
Reference in New Issue