forked from WizzoPtyLtd/tapto-life-i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nl-NL.json
145 lines (145 loc) · 5.41 KB
/
nl-NL.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"translation": {
"nav": {
"cancel": "Cancel",
"create": "Create",
"assign": "Assign",
"index": "Scan",
"design": "Design",
"settings": "Settings"
},
"spinner": {
"notSupportedLabel": "Device does not support NFC",
"notSupportedSub": "You will not be able to use any NFC reading or writing features in this app",
"nfcDisabledLabel": "NFC access disabled",
"nfcDisabledSub": "Please enable NFC access in your device settings for NFC reading and writing features",
"holdTag": "Hold tag to phone",
"scanning": "Scanning",
"pressToScan": "Press to scan",
"writeSuccess": "Tag written successfully",
"writeFailed": "Failed to write tag"
},
"toast": {
"updateDbHeading": "Updating games database",
"preparingDb": "Preparing database",
"writingDb": "Writing database to disk",
"hideLabel": "Hide",
"updatedDb": "Games database updated",
"filesFound": "{{count}} games found",
"nowPlayingHeading": "Now playing"
},
"scan": {
"cameraMode": "Camera",
"nfcMode": "NFC",
"scanError": "Error scanning tag",
"noDevices": "No TapTo Devices Found",
"continuous": "Continuous scanning",
"launchOnScan": "Launch on scan",
"connectedHeading": "Connected",
"connectedSub": "IP: {{ip}}",
"nowPlayingHeading": "Now playing",
"nowPlayingName": "Name: {{game}}",
"nowPlayingSystem": "System: {{system}}",
"lastScannedHeading": "Last scanned",
"lastScannedTime": "Time: {{time}}",
"lastScannedUid": "UID: {{uid}}",
"lastScannedText": "Text: {{text}}",
"historyTitle": "Scan History",
"purchaseProTitle": "TapTo Life Pro",
"purchaseProIntro": "TapTo Life Pro can be unlocked with a one-time purchase of {{price}}, which will help support future development of TapTo.",
"purchaseProFeatures": "Pro includes the Launch on scan feature, which turns your phone into a wireless TapTo reader! All future Pro features will be included at no extra cost.",
"purchaseProAction": "Unlock TapTo Life Pro",
"completeIntro": "Let's TapTo"
},
"create": {
"title": "Create a New Tag",
"searchGameHeading": "Search for game",
"searchGameSub": "On the connected device",
"currentGameHeading": "Current game",
"currentGameSub": "Write '{{game}}' to a tag",
"currentGameSubFallback": "Write 'Now Playing' to a tag",
"customHeading": "Custom text",
"customSub": "Write a string to a tag",
"nfcHeading": "NFC utilities",
"nfcSub": "Read and format NFC tags",
"mappingsHeading": "Mappings",
"mappingsSub": "Assign tokens to commands",
"search": {
"searchButton": "Search",
"gamesDbUpdate": "Games database must be updated before searching",
"searchError": "Error searching for games",
"noGamesFound": "No games found",
"gamesFound": "{{count}} games found",
"gamesFoundMax": "{{count}} games found (showing first {{max}})",
"title": "Search for Game",
"gameInput": "Game",
"gameInputPlaceholder": "Enter a game name",
"systemInput": "System",
"allSystems": "All systems",
"systemLabel": "System:",
"pathLabel": "Path:",
"writeLabel": "Write to tag",
"playLabel": "Play"
},
"custom": {
"title": "Custom Text",
"textPlaceholder": "Enter tag text",
"write": "Write to tag",
"run": "Run",
"clear": "Clear",
"failMsg": "Failed to run tag"
},
"nfc": {
"title": "NFC Utilities",
"read": "Read tag data",
"format": "Format tag",
"erase": "Erase tag",
"makeReadOnly": "Make tag read-only"
}
},
"settings": {
"title": "Settings",
"device": "Device address",
"modeLabel": "Reader mode",
"tapMode": "Tap",
"insertMode": "Insert",
"insertHelp": "Exits the game when tag is removed. Requires a separate NFC reader.",
"updateDb": "Update games database",
"designer": "TapTo Designer",
"language": "Language",
"about": {
"title": "About",
"version": "Version: {{version}}",
"createdBy": "Created by",
"translationsBy": "Translations by",
"contributors": "TapTo contributors",
"wizzodev": "wizzo.dev Patrons"
},
"advanced": {
"title": "Advanced Settings",
"soundEffects": "Play sounds effects on scan",
"autoDetect": "Auto-detect external NFC reader",
"debug": "Debug mode",
"nfcDriver": "NFC driver connection string",
"insertModeBlocklist": "Insert mode core blocklist",
"downloadLog": "Download TapTo log file",
"restorePurchases": "Restore purchases",
"restoreSuccess": "Purchases have been restored",
"restoreFail": "Failed to restore purchases"
},
"help": {
"title": "Help",
"taptoWiki": "TapTo Wiki",
"documentationLabel": "Documentation",
"gettingStarted": "Getting started with TapTo",
"softwareSetup": "TapTo software setup",
"commandReference": "TapScript reference",
"communityLabel": "Community",
"discord": "Join the Discord server",
"technicalSupport": "Technical Support",
"reportIssue": "Report an issue on GitHub",
"emailLabel": "Support email:"
}
}
}
}