2015-10-28 17:31:35 +01:00
// This text is a template of translation list.
// pre: ll_CC, locale name, examples: en_US, zh_CN
// 1. Copy and rename to ll_CC.js, translate these words.
// 2. in js/init.js:
// Add '.translations('ll_CC', translations.ll_CC)' before '.determinePreferredLanguage();'
// 3. in index.html
// Add '<script src="js/translate/ll_CC.js"></script>' after '<script src="js/libs/angular-translate.js"></script>'
2015-10-30 08:51:57 +01:00
// 4. To add Language to changeLanguage button, see "{{ 'Language' | translate }}" in index.html.
// flag-icon usage:
// https://github.com/lipis/flag-icon-css
// 5. Browser determining preferred language automatically.
2015-10-28 17:31:35 +01:00
// http://angular-translate.github.io/docs/en/#/guide/07_multi-language
if ( typeof translations == 'undefined' ) {
translations = { } ;
}
translations . en _US = { // replace en_US to ll_CC, examples: zh_CN, de_AT.
// header
'Search' : '' ,
// Nav menu
'Add' : '' ,
'By URIs' : '' ,
'By Torrents' : '' ,
'By Metalinks' : '' ,
'Manage' : '' ,
'Pause All' : '' ,
'Resume Paused' : '' ,
'Purge Completed' : '' ,
2016-05-01 19:59:18 +02:00
'Shutdown Server' : '' ,
2015-10-28 17:31:35 +01:00
'Settings' : '' ,
'Connection Settings' : '' ,
'Global Settings' : '' ,
'Server info' : '' ,
'About and contribute' : '' ,
2015-10-30 01:47:15 +01:00
'Toggle navigation' : '' ,
2015-10-28 17:31:35 +01:00
// body
// nav side bar
2015-10-30 01:47:15 +01:00
'Miscellaneous' : '' ,
2015-10-29 16:53:01 +01:00
'Global Statistics' : '' ,
2015-10-30 01:47:15 +01:00
'About' : '' ,
2015-10-29 16:53:01 +01:00
'Displaying' : '' ,
'of' : '' ,
'downloads' : '' ,
2015-10-30 15:04:18 +01:00
'Language' : '' ,
2015-10-28 17:31:35 +01:00
// download filters
'Download Filters' : '' ,
'Running' : '' ,
'Active' : '' ,
'Waiting' : '' ,
'Complete' : '' ,
'Error' : '' ,
'Paused' : '' ,
'Removed' : '' ,
'Hide linked meta-data' : '' ,
'Toggle' : '' ,
'Reset filters' : '' ,
2017-01-04 06:53:02 +01:00
// download status
'Verifing' : '' ,
'Verify Pending' : '' ,
2015-10-28 17:31:35 +01:00
// starred properties
'Quick Access Settings' : '' ,
2017-01-04 06:53:02 +01:00
'Save' : '' ,
2015-10-28 17:31:35 +01:00
'Save settings' : '' ,
2015-10-30 01:47:15 +01:00
'Currently no download in line to display, use the' : '' ,
'download button to start downloading files!' : '' ,
'Peers' : '' ,
'More Info' : '' ,
'Remove' : '' ,
'# of' : '' ,
'Length' : '' ,
2015-10-28 17:31:35 +01:00
// modals
'Add Downloads By URIs' : '' ,
2015-10-30 01:47:15 +01:00
'- You can add multiple downloads (files) at the same time by putting URIs for each file on a separate line.' :
'' ,
'- You can also add multiple URIs (mirrors) for the *same* file. To do this, separate the URIs by a space.' :
'' ,
'- A URI can be HTTP(S)/FTP/BitTorrent-Magnet.' : '' ,
2015-10-28 17:31:35 +01:00
'Download settings' : '' ,
'Advanced settings' : '' ,
'Cancel' : '' ,
'Start' : '' ,
2015-10-30 01:47:15 +01:00
'Choose' : '' ,
'Quick Access (shown on the main page)' : '' ,
2015-10-28 17:31:35 +01:00
// add torrent modal
'Add Downloads By Torrents' : '' ,
2015-10-30 01:47:15 +01:00
'- Select the torrent from the local filesystem to start the download.' : '' ,
'- You can select multiple torrents to start multiple downloads.' : '' ,
'- To add a BitTorrent-Magnet URL, use the Add By URI option and add it there.' : '' ,
2015-10-28 17:31:35 +01:00
'Select Torrents' : '' ,
2015-10-30 01:47:15 +01:00
'Select a Torrent' : '' ,
2015-10-28 17:31:35 +01:00
// add metalink modal
'Add Downloads By Metalinks' : '' ,
'Select Metalinks' : '' ,
2015-10-30 01:47:15 +01:00
'- Select the Metalink from the local filesystem to start the download.' : '' ,
'- You can select multiple Metalinks to start multiple downloads.' : '' ,
'Select a Metalink' : '' ,
2015-10-28 17:31:35 +01:00
// select file modal
'Choose files to start download for' : '' ,
'Select to download' : '' ,
// settings modal
'Aria2 RPC host and port' : '' ,
2015-10-30 01:47:15 +01:00
'Enter the host' : '' ,
'Enter the IP or DNS name of the server on which the RPC for Aria2 is running (default: localhost)' :
'' ,
'Enter the port' : '' ,
'Enter the port of the server on which the RPC for Aria2 is running (default: 6800)' :
'' ,
'Enter the RPC path' : '' ,
'Enter the path for the Aria2 RPC endpoint (default: /jsonrpc)' : '' ,
'SSL/TLS encryption' : '' ,
'Enable SSL/TLS encryption' : '' ,
'Enter the secret token (optional)' : '' ,
'Enter the Aria2 RPC secret token (leave empty if authentication is not enabled)' :
'' ,
'Enter the username (optional)' : '' ,
'Enter the Aria2 RPC username (empty if authentication not enabled)' :
'' ,
'Enter the password (optional)' : '' ,
'Enter the Aria2 RPC password (empty if authentication not enabled)' : '' ,
'Enter base URL (optional)' : '' ,
2015-10-28 17:31:35 +01:00
'Direct Download' : '' ,
2015-10-30 01:47:15 +01:00
'If supplied, links will be created to enable direct download from the Aria2 server.' :
'' ,
'(Requires appropriate webserver to be configured.)' : '' ,
2015-10-28 17:31:35 +01:00
'Save Connection configuration' : '' ,
2017-06-24 20:54:27 +02:00
'Filter' : '' ,
2015-10-28 17:31:35 +01:00
// server info modal
'Aria2 server info' : '' ,
2015-10-30 01:47:15 +01:00
'Aria2 Version' : '' ,
'Features Enabled' : '' ,
2015-10-28 17:31:35 +01:00
// about modal
2015-10-30 01:47:15 +01:00
'To download the latest version of the project, add issues or to contribute back, head on to' :
'' ,
'Or you can open the latest version in the browser through' : '' ,
2016-01-22 18:10:28 +01:00
'Close' : '' ,
2016-05-02 05:19:35 +02:00
// labels
2016-01-22 18:10:28 +01:00
'Download status' : '' ,
'Download Speed' : '' ,
'Upload Speed' : '' ,
'Estimated time' : '' ,
'Download Size' : '' ,
'Downloaded' : '' ,
'Progress' : '' ,
'Download Path' : '' ,
'Uploaded' : '' ,
'Download GID' : '' ,
'Number of Pieces' : '' ,
2016-05-02 04:37:18 +02:00
'Piece Length' : '' ,
2016-05-02 05:19:35 +02:00
//alerts
'The last connection attempt was unsuccessful. Trying another configuration' :
'' ,
2016-05-02 05:20:08 +02:00
'Oh Snap!' : '' ,
2016-05-02 05:19:35 +02:00
'Could not connect to the aria2 RPC server. Will retry in 10 secs. You might want to check the connection settings by going to Settings > Connection Settings' :
'' ,
2017-01-04 06:53:02 +01:00
'Authentication failed while connecting to Aria2 RPC server. Will retry in 10 secs. You might want to confirm your authentication details by going to Settings > Connection Settings' :
'' ,
2016-05-02 05:19:35 +02:00
'Successfully connected to Aria2 through its remote RPC …' :
'' ,
'Successfully connected to Aria2 through remote RPC, however the connection is still insecure. For complete security try adding an authorization secret token while starting Aria2 (through the flag --rpc-secret)' :
'' ,
'Trying to connect to aria2 using the new connection configuration' :
2017-01-04 06:53:02 +01:00
'' ,
'Remove {{name}} and associated meta-data?' : // {{name}} refers to the download name, do not modify.
2016-05-02 05:41:28 +02:00
''
2015-10-30 15:04:18 +01:00
} ;