-
Notifications
You must be signed in to change notification settings - Fork 148
/
Copy pathlocale.js.template
341 lines (339 loc) · 14.1 KB
/
locale.js.template
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
// Set your language/locale codes here.
//
// Locale can be blank, in which case it will be used as the default for the
// language.
//
// if you don't know your language/local codes, fine them here:
// https://www.science.co.il/language/Locale-codes.php
var language = 'xx';
var locale = 'xx';
// Do your translation here!
var translation = {
"Accept": "",
"Add": "",
"Add a new bookmark": "",
"Add a new file": "",
"Add a new image": "",
"Add a new note": "",
"Add a new password": "",
"Add a new text note": "",
"Advanced settings": "",
"All notes": "",
"A note on how Turtl works": "",
"Are you sure you want to delete your account and all your data <em>forever</em>?": "",
"Attach a file": "",
"Back to my notes": "",
"Blocked by frozen syncs.": "",
"Boards": "",
"Board title": "",
"bookmark": "",
"Bookmark": "",
"Cancel": "",
"Change login": "",
"Change password": "",
"Changing your password requires being connected.": "",
"Clear all current filters (show all notes in the board)": "",
"Clear local data": "",
"Clear local data and log out": "",
"Client version: <em>{{version}}</em>": "",
"comma, separate, tags": "",
"Completely wipe current profile before importing": "",
"Confirmation email resent": "",
"Confirm passphrase": "",
"Confirm your current login": "",
"Connected": "",
"Connected to the Turtl service! Disengaging offline mode. Syncing your profile.": "",
"Copied!": "",
"Copy link to note": "",
"Couldn't connect to the server": "",
"Create": "",
"Create an account": "",
"Create a new account to migrate your data into.": "",
"Create a space": "",
"Create board in {{space}}": "",
"Create date": "",
"Current email": "",
"Current passphrase": "",
"dashes<br>- make<br>- bullets": "",
"dashes</li><li>make</li><li>bullets": "",
"Debug log": "",
"Decrypted {{percent}} of items": "",
"Delete": "",
"Delete account": "",
"Delete current note": "",
"Delete my account": "",
"Delete sync item": "",
"Delete this board": "",
"Delete this space »": "",
"Disconnected from the Turtl service. Engaging offline mode. Your changes will be saved and synced once back online!": "",
"Downloading files...": "",
"Edit": "",
"Edit board": "",
"Edit current note": "",
"Editing in markdown": "",
"Editing {{title}}": "",
"Edit note": "",
"Email": "",
"Email address": "",
"{{email}} has a confirmed account and this invite will be encrypted using their public key.": "",
"{{email}} has a Turtl account, but it is not confirmed. You may want protect the invite with a passphrase to keep it private.": "",
"{{email}} isn't registered with Turtl. It's recommended to protect the invite with a passphrase to keep it private.": "",
"(empty note)": "",
"Enter a new email/password": "",
"Error": "",
"Error loading profile": "",
"excellent": "",
"Export": "",
"Feedback": "",
"file": "",
"File": "",
"File saved to Download/{{filename}}": "",
"Files downloaded, decrypting profile...": "",
"Find a note by hitting <kbd>/</kbd> and typing your search followed by <kbd>Enter</kbd>. The note search box supports <a href=\"https://sqlite.org/fts3.html#full_text_index_queries\" target=\"_blank\">Sqlite's FTS3 syntax</a>.": "",
"Formatting help": "",
"From {{user}}": "",
"Frozen - This item is blocking syncing. Fix by unfreezing or deleting.": "",
"Give us feedback": "",
"Give your feedback": "",
"good": "",
"Grabbed {{num_keychain}} keychain entries, {{num_boards}} boards, {{num_notes}} notes, {{num_files}} files from old server": "",
"great": "",
"Have an idea? A problem?": "",
"Here's an image: ": "",
"Here's an image:<br>![](https://turtlapp.com/images<space> </space>/favicon.png)": "",
", however you have {{length}} changes waiting to be synced that will be lost if you do this": "",
"image": "",
"Image": "",
"Image URL": "",
"Import & export": "",
"Imported {{count}} items": "",
"Import everything, overwriting current items": "",
"Indexing notes": "",
"Initializing Turtl": "",
"Invite": "",
"Invitee's email address": "",
"Invite passphrase": "",
"Invite title (shared with invitee)": "",
"Invite to "{{board_title}}"": "",
"It looks like you had some problems during migration. Don't worry, your data is still safe on the old Turtl server and you can try again at any time. Please send this log to the turtl team at {{email}}": "",
"I will remember my login!": "",
"Join": "",
"Just making sure...do you really want to delete your account?": "",
"Keyboard shortcuts": "",
"Last edited": "",
"Leave this space": "",
"Leave this space »": "",
"Leaving a space requires a connection to the Turtl server": "",
"Load everything (may be slow)": "",
"Loading notes...": "",
"Loading profile": "",
"Load last {{lines}} lines": "",
"Logged in as <em>{{username}}</em> <small>(on {{server}})</small>": "",
"Login": "",
"Login failed": "",
"Login to an existing account": "",
"Log out": "",
"Logout": "",
"Making links</a> is easy!": "",
"[Making links](https://turtlapp.com) is easy!": "",
"Malformed note": "",
"Members": "",
"Migrate": "",
"Migrate your account": "",
"Migration error...": "",
"Migration report": "",
"Migration started. This can take a few minutes! Please be patient.": "",
"Move": "",
"Move board to another space": "",
"Move note to another space": "",
"Move space": "",
"{{n}} days ago": "",
"New bookmark": "",
"New email": "",
"New email address": "",
"New invite": "",
"New passphrase": "",
"Next": "",
"{{n}} hours ago": "",
"{{n}} minutes ago": "",
"No board selected": "",
"None": "",
"No notes found.": "",
"No notes here!": "",
"Note moved successfully.": "",
"Note preview": "",
"Note text": "",
"Note that when you move a board to another space, all of its notes will be moved with it.": "",
"{{n}} seconds ago": "",
"Offline mode": "",
"ok": "",
"Old profile loaded, converting to new format...": "",
"Old Turtl server": "",
"One hash makes a large title": "",
"Only import items missing from current profile": "",
"Open a space easily by hitting <kbd>s</kbd>, typing the name of the space you want, and hitting <kbd>Enter</kbd>. You will then be taken to the board selector. Hit <kbd>Enter</kbd> again for \"All notes\" or type the name of the board you want to open and hit <kbd>Enter</kbd> to open it.": "",
"Open boards menu": "",
"Open current note": "",
"Open spaces menu": "",
"Open the board selector by hitting <kbd>b</kbd>. You can hit <kbd>Enter</kbd> with the search box blank to open \"All notes\" or you can type the name of the board you want and hit <kbd>Enter</kbd> to open it.": "",
"OR": "",
"Passphrase": "",
"Passphrase (optional)": "",
"Passphrase (optional, but recommended)": "",
"Passphrase strength: ": "",
"password": "",
"Password": "",
"Pending invites": "",
"Please enter some feedback": "",
"Please give your invite a title.": "",
"Please select a role for this user.": "",
"Prev": "",
"Proxy server": "",
"Quote text with a caret": "",
"Read more about <a href=\"https://guides.github.com/features/mastering-markdown/\" target=\"_blank\">markdown</a>.": "",
"Read more »": "",
"Ready to sync": "",
"Really delete this board and all of its notes?": "",
"Really delete this invite?": "",
"Really delete this note?": "",
"Really delete this space and all of its data (boards and notes)?": "",
"Really delete this sync item? Doing this will undo a change you've made locally (try unfreezing first).": "",
"Really delete this user from this space?": "",
"Really hand ownership of this space to another member? (You will be demoted to admin)": "",
"Really leave this space?": "",
"Remove attachment": "",
"Resend confirmation": "",
"Reset search": "",
"Retry": "",
"Save": "",
"Search for boards": "",
"Search for spaces": "",
"Search notes": "",
"Search notes ({{num}})": "",
"Select a board": "",
"Select the color for this space": "",
"Select the space to move to:": "",
"Send": "",
"Sending an invite requires a connection to the Turtl server.": "",
"Sending feedback requires a connection to the Turtl server.": "",
"Set as owner": "",
"Set this as your default space": "",
"Settings": "",
"Share this space": "",
"Share this space »": "",
"Sharing": "",
"Show all tags": "",
"Show this help": "",
"Skip SSL verification": "",
"Space title": "",
"Staying logged in may compromise the security of your account.": "",
"Stay logged in": "",
"<strong>Error:</strong> {{errmsg}} ({{errcode}})": "",
"Successfully imported {{count}} items!": "",
"Sync info": "",
"Tag note": "",
"Tap <em>+</em> to start": "",
"text note": "",
"Text note": "",
"Text search": "",
"Thanks!": "",
"That board doesn't seem to exist": "",
"That passphrase is making me cringe.": "",
"The email given is invalid.": "",
"There was an error syncing a local change and syncing is paused. Click to open your sync settings and fix »": "",
"There was a problem accepting the invite. Most likely, the passphrase given was incorrect.": "",
"There was a problem changing your login. We are undoing the changes": "",
"There was a problem clearing your profile": "",
"There was a problem deleting that invite": "",
"There was a problem deleting that sync item": "",
"There was a problem deleting the user": "",
"There was a problem deleting your account. Please try again.": "",
"There was a problem deleting your board: {{message}}": "",
"There was a problem deleting your note: {{err}}": "",
"There was a problem deleting your space: {{message}}": "",
"There was a problem editing the user": "",
"There was a problem leaving the space": "",
"There was a problem loading:": "",
"There was a problem loading search tags": "",
"There was a problem loading the debug log": "",
"There was a problem migrating that account": "",
"There was a problem moving that board.": "",
"There was a problem moving that note.": "",
"There was a problem opening that file": "",
"There was a problem resending your confirmation email": "",
"There was a problem saving that account": "",
"There was a problem saving the file {{filename}}.": "",
"There was a problem searching notes": "",
"There was a problem sending that feedback": "",
"There was a problem sending that invite": "",
"There was a problem setting the API endpoint. Try restarting the app.": "",
"There was a problem setting the new owner": "",
"There was a problem unfreezing that sync item": "",
"There was a problem updating that board": "",
"There was a problem updating that note": "",
"There was a problem updating that space": "",
"There was a problem with the initial load of your profile. Please try again.": "",
"The specified role does not exist.": "",
"This invite is passphrase-protected. You must enter the correct passphrase to unlock it.": "",
"This is your last space, and cannot be deleted.": "",
"This note has unsaved changes. Really leave?": "",
"This note was saved incorrectly and cannot be displayed.\n\n```\n{{-note_data}}\n```\n": "",
"This passphrase is used to encrypt the invite. You can communicate it to the invitee via a secure channel (in-person, encrypted email, encrypted chat, etc).": "",
"This process can take a while.": "",
"(This process can take a while because we need to re-encrypt your keychain)": "",
"This space is shared with you": "",
"This URL is already bookmarked in another note": "",
"This URL is already bookmarked in {{ids_length}} notes": "",
"This will erase all your local data and log you out. Your profile will be downloaded again next time you log in{{msg}}. Continue?": "",
"Tips on keyboard navigation": "",
"Title": "",
"todo lists": "",
"too short": "",
"Trouble logging in?": "",
"Turtl has no \"Lost password\" feature. If you lose your password, your profile is gone forever!": "",
"Turtl notes use Markdown, a format that's easy to read and write and doesn't require a clunky editor.": "",
"Turtl now also supports TeX math. Begin and end your equation(s) with <code>$$</code>:": "",
"Turtl server": "",
"Two hashes for a smaller header": "",
"Unfreeze sync item": "",
"Unlock": "",
"Updating your login. Please be patient (and DO NOT close the app)!": "",
"URL": "",
"Use backticks for <code>inline_code()</code>": "",
"Use backticks for `inline_code()`": "",
"Username": "",
"weak": "",
"We appreciate you taking the time to help make Turtl better.": "",
"We don't store your password anywhere, so <em class=\"error\">you need to remember your password</em> or keep it in a safe place (like a password manager).": "",
"Welcome!": "",
"works too": "",
"Yes, delete my account": "",
"You": "",
"You are currently in offline mode.": "",
"You can also make text __bold__, *italic* or ~~strikethrough~~.": "",
"You can also make text <strong>bold</strong>, <em>italic</em> or <strike>strikethrough</strike>.": "",
"you can make<br>1. numbered bullets<br>1. as well": "",
"you can make</li><li>numbered bullets</li><li>as well": "",
"You do not have permissions to move boards/notes to that space.": "",
"You do not have permissions to move notes to that space.": "",
"You do not have the needed permission to do that on this space: {{perm}}": "",
"You have no pending invitations": "",
"You have {{num}} pending sync item(s)": "",
"You have one or more frozen sync items. Syncing will be stuck until you fix them. Try unfreezing first, and if that doesn't work, you can delete the frozen sync item(s).": "",
"You must be connected to the Turtl service to accept invites.": "",
"You must be connected to the Turtl service to delete invites.": "",
"You must be logged in to perform this action.": "",
"You must confirm your account before accepting invites.": "",
"You must confirm your account before accepting invites. If you no longer have your confirmation email, you can resend it from the Settings menu.": "",
"You must confirm your email to share spaces.": "",
"You must log in": "",
"Your account has been deleted.": "",
"Your account needs to be upgraded! Please enter your Turtl login info.": "",
"Your account password acts as the \"key\" that locks and unlocks your data.": "",
"Your invites": "",
"Your login was changed successfully!": "",
"Your login was changed successfully! Logging you out...": "",
"Your passphrase does not match the confirmation.": "",
"Your settings": "",
"Your spaces": "",
};