Spaces:
Build error
Build error
Commit
·
b5796a8
1
Parent(s):
50c3ea1
Upload messages-template.json
Browse files
unzipper/localization/templates/messages-template.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"this_lang": "Your ISO 639-1 language's code here",
|
3 |
+
|
4 |
+
"start": "",
|
5 |
+
"about": "",
|
6 |
+
|
7 |
+
"processing": "",
|
8 |
+
"refreshing": "",
|
9 |
+
"gofile_token": "",
|
10 |
+
"canceled": "",
|
11 |
+
"log": "",
|
12 |
+
|
13 |
+
"help_head": "",
|
14 |
+
"help_extract": "",
|
15 |
+
"help_upmode": "",
|
16 |
+
"help_backup": "",
|
17 |
+
"help_thumb": "",
|
18 |
+
|
19 |
+
"ok_backup": "",
|
20 |
+
"ok_download": "",
|
21 |
+
"ok_extract": "",
|
22 |
+
"ok_upload": "",
|
23 |
+
"ok_upload_basic": "",
|
24 |
+
"ok_saving_thumb": "",
|
25 |
+
"ok_deleting_thumb": "",
|
26 |
+
"ok_ban": "",
|
27 |
+
"ok_unban": "",
|
28 |
+
"ok_wont_delete": "",
|
29 |
+
|
30 |
+
"failed_main": "",
|
31 |
+
"failed_extract": "",
|
32 |
+
|
33 |
+
"no_thumb": "",
|
34 |
+
"no_userid": "",
|
35 |
+
"no_archive": "",
|
36 |
+
"no_replied_msg": "",
|
37 |
+
"no_splitted_arc": "",
|
38 |
+
|
39 |
+
"ask_clean": "",
|
40 |
+
"ask_password": "",
|
41 |
+
"ask_gofile_token": "",
|
42 |
+
"ask_what_you_want": "",
|
43 |
+
|
44 |
+
"select_upmode": "",
|
45 |
+
"select_lang": "",
|
46 |
+
"select_files": "",
|
47 |
+
"select_provider": "",
|
48 |
+
|
49 |
+
"changed_upmode": "",
|
50 |
+
"changed_lang": "",
|
51 |
+
|
52 |
+
"broadcast_started": "",
|
53 |
+
"boradcast_results": "",
|
54 |
+
|
55 |
+
"alert_splitted_arc": "",
|
56 |
+
"alert_process_running_already": "",
|
57 |
+
"alert_downloading_part": "",
|
58 |
+
"alert_part_exists": "",
|
59 |
+
"alert_sending_file": "",
|
60 |
+
"alert_sending_files": "",
|
61 |
+
"alert_file_too_large": "",
|
62 |
+
"alert_empty_files": "",
|
63 |
+
"alert_uploading_to_gofile": ""
|
64 |
+
}
|