forked from brainfoolong/rwa-timedcommands
-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
81 lines (81 loc) · 2.94 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"id": "rwa-timedcommands",
"repository": "brainfoolong/rwa-timedcommands",
"version": "0.9.0",
"compatibleGames": "all",
"compatibleSizes": [
"large"
],
"options": {
},
"locale": {
"en": {
"name": "Timed Commands",
"description": "Schedule/periodically execute commands for rcon web admin. For example, send messages in chat periodically.",
"name.title": "Name your script",
"name.info": "If a script with this name exist, it will be overriden",
"command.title": "RCON command",
"command.info": "Just the server command you want to execute",
"type.minutely.minutes.title": "Minutes",
"type.minutely.minutes.info": "Specify the minutes of an hour",
"type.hourly.hours.title": "Hours",
"type.hourly.hours.info": "Specify the hours of a day",
"type.weekdays.title": "Weekdays",
"type.weekdays.info": "Specify the weekdays",
"weekday.0" : "Sunday",
"weekday.1" : "Monday",
"weekday.2" : "Thuesday",
"weekday.3" : "Wednesday",
"weekday.4" : "Thursday",
"weekday.5" : "Friday",
"weekday.6" : "Saturday",
"active.title": "Active",
"active.info": "If no this script will not run",
"save": "Save",
"saved": "Saved",
"edit": "Edit",
"form" : "Create your timed command",
"datatable" : "List",
"table.name" : "Name",
"sure" : "Are you sure",
"delete" : "Delete",
"deleted" : "Deleted",
"yes" : "Yes",
"no" : "No"
},
"de": {
"name": "Timed Commands",
"description": "Befehle ganz einfach timen für einen oder mehrere Zeitpunkte.",
"name.title": "Benenne dein Script",
"name.info": "Falls dieser Name schon existiert dann wird das vorhandene Script überschrieben",
"command.title": "RCON Befehl",
"command.info": "Der Befehl der ausgeführt werden soll",
"type.minutely.minutes.title": "Minuten",
"type.minutely.minutes.info": "Gib an, in welchen Minuten einer Stunde das Script ausgeführt werden soll",
"type.hourly.hours.title": "Stunden",
"type.hourly.hours.info": "Gib an, in welchen Stunden eines Tages das Script ausgeführt werden soll",
"type.weekdays.title": "Wochentage",
"type.weekdays.info": "Die Wochentage an dem das Script ausgeführt werden soll",
"weekday.0" : "Sonntag",
"weekday.1" : "Montag",
"weekday.2" : "Dienstag",
"weekday.3" : "Mittwoch",
"weekday.4" : "Donnerstag",
"weekday.5" : "Freitag",
"weekday.6" : "Samstag",
"active.title": "Aktiv",
"active.info": "Falls nein dann wird das Script nicht ausgeführt",
"save": "Speichern",
"saved": "Gespeichert",
"edit": "Bearbeiten",
"form" : "Erstelle dein Script",
"datatable" : "Liste",
"table.name" : "Name",
"sure" : "Bist du sicher?",
"delete" : "Löschen",
"deleted" : "Gelöscht",
"yes" : "Ja",
"no" : "Nein"
}
}
}