generated from NethServer/ns8-kickstart
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Hosted Weblate <[email protected]> Co-authored-by: Prefill add-on <[email protected]> Co-authored-by: தமிழ்நேரம் <[email protected]> Translate-URL: https://hosted.weblate.org/projects/ns8/webserver/ta/ Translation: NS8/webserver
- Loading branch information
1 parent
68577fa
commit 2bf9457
Showing
1 changed file
with
63 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"status": { | ||
"open_web_client_page": "Open SFTPGo WebClient", | ||
"sftpgo_user_login_tips": "The credentials can be found in the virtualhost page", | ||
"sftpgo_not_running": "SFTPGo is not configured", | ||
"title": "நிலை", | ||
"app_instance": "பயன்பாட்டு நிகழ்வு", | ||
"services": "Service | Services", | ||
"app_images": "App image | App images", | ||
"app_volumes": "App volume | App volumes", | ||
"installation_node": "நிறுவல் முனை", | ||
"node": "கணு", | ||
"name": "Name", | ||
"size": "Size", | ||
"created": "Created", | ||
"mount": "மவுண்ட்", | ||
"no_services": "No services", | ||
"no_images": "No images" | ||
}, | ||
"virtualhosts": { | ||
"type_to_confirm": "Type '{name}' to confirm deletion", | ||
"disabled": "Disabled", | ||
"select_php_memory_limit": "Script memory limit (MB)", | ||
"Min": "min", | ||
"ServerNames_format": "Domain name not allowed : {error}", | ||
"Max": "max", | ||
"sftpgo_login_tips": "The default login:password is {user}:{user}, you must change it at the first login" | ||
}, | ||
"settings": { | ||
"sftpgo_path_tips": "Enter a unique HTTP path, for example '/sftpgo'", | ||
"lets_encrypt": "குறியாக்கம் செய்வோம்", | ||
"http_to_https": "Http பெறுநர் https", | ||
"configuring": "உள்ளமைத்தல் ..." | ||
}, | ||
"error": { | ||
"403": "செயல்பாடு அங்கீகரிக்கப்படவில்லை", | ||
"network_timeout": "பிணைய நேரம் முடிந்தது", | ||
"cannot_retrieve_installed_modules": "Cannot retrieve installed modules", | ||
"401": "Invalid authentication", | ||
"cannot_retrieve_module_info": "Cannot retrieve module info", | ||
"generic_error": "Something went wrong", | ||
"error": "Error" | ||
}, | ||
"common": { | ||
"required": "Required", | ||
"work_in_progress": "Work in progress", | ||
"processing": "செயலாக்கம் ..." | ||
}, | ||
"action": { | ||
"get-name": "பெயரைப் பெறுங்கள்", | ||
"list-backup-repositories": "காப்புப்பிரதி களஞ்சியங்களை பட்டியலிடுங்கள்", | ||
"get-module-info": "Get module info", | ||
"list-installed-modules": "List installed modules", | ||
"list-backups": "காப்புப்பிரதிகளை பட்டியலிடுங்கள்", | ||
"get-status": "Get status" | ||
}, | ||
"about": { | ||
"title": "About" | ||
}, | ||
"task": { | ||
"cannot_create_task": "Cannot create task {action}" | ||
} | ||
} |