-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy path_missing_translations.yaml
831 lines (831 loc) · 42.8 KB
/
_missing_translations.yaml
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
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
"@@info":
- "Here are translations that exist in <en> but not in secondary locales."
- "After editing this file, you can run 'dart run slang apply --locale=<locale>' to quickly apply the newly added translations."
ar:
logs:
logs(OUTDATED): Logs
viewLogs(OUTDATED): View logs
debuggingInfo(OUTDATED): Logs contain information useful for debugging and development
noLogs(OUTDATED): "No logs here!"
logsAreTemporary(OUTDATED): Logs are only kept until you close the app
cs:
de:
logs:
logs(OUTDATED): Logs
viewLogs(OUTDATED): View logs
debuggingInfo(OUTDATED): Logs contain information useful for debugging and development
noLogs(OUTDATED): "No logs here!"
logsAreTemporary(OUTDATED): Logs are only kept until you close the app
es:
common:
done(OUTDATED): Done
continueBtn(OUTDATED): Continue
settings:
prefCategories:
performance(OUTDATED): Performance
prefLabels:
shapeRecognitionDelay(OUTDATED): Shape recognition delay
autoStraightenLines(OUTDATED): Auto straighten lines
simplifiedHomeLayout(OUTDATED): Simplified home layout
customDataDir(OUTDATED): Custom Saber folder
pencilSoundSetting(OUTDATED): Pencil sound effect
prefDescriptions:
shapeRecognitionDelay(OUTDATED): How often to update the shape preview
autoStraightenLines(OUTDATED): Straightens long lines without having to use the shape pen
simplifiedHomeLayout(OUTDATED): Sets a fixed height for each note preview
pencilSoundSetting:
off(OUTDATED): No sound
onButNotInSilentMode(OUTDATED): Enabled (unless in silent mode)
onAlways(OUTDATED): Enabled (even in silent mode)
resyncEverything(OUTDATED): Resync everything
openDataDir(OUTDATED): Open Saber folder
customDataDir:
cancel(OUTDATED): Cancel
select(OUTDATED): Select
mustBeEmpty(OUTDATED): Selected folder must be empty
mustBeDoneSyncing(OUTDATED): Make sure syncing is complete before changing the folder
logs:
logs(OUTDATED): Logs
viewLogs(OUTDATED): View logs
debuggingInfo(OUTDATED): Logs contain information useful for debugging and development
noLogs(OUTDATED): "No logs here!"
logsAreTemporary(OUTDATED): Logs are only kept until you close the app
login:
notYou(rich)(OUTDATED): "Not you? ${undoLogin(Choose another account)}."
status:
hi(OUTDATED): "Hi, $u!"
almostDone(OUTDATED): "Almost ready for syncing, tap to finish logging in"
ncLoginStep:
whereToStoreData(OUTDATED): "Choose where you want to store your data:"
saberNcServer(OUTDATED): Saber's Nextcloud server
otherNcServer(OUTDATED): Other Nextcloud server
serverUrl(OUTDATED): Server URL
loginWithSaber(OUTDATED): Login with Saber
loginWithNextcloud(OUTDATED): Login with Nextcloud
loginFlow:
pleaseAuthorize(OUTDATED): Please authorize Saber to access your Nextcloud account
followPrompts(OUTDATED): Please follow the prompts in the Nextcloud interface
browserDidntOpen(OUTDATED): "Login page didn't open? Click here"
encLoginStep:
enterEncPassword(OUTDATED): "To protect your data, please enter your encryption password:"
newToSaber(OUTDATED): "New to Saber? Just enter a new encryption password."
encPassword(OUTDATED): Encryption password
encFaqTitle(OUTDATED): Frequently asked questions
wrongEncPassword(OUTDATED): Decryption failed with the provided password. Please try entering it again.
connectionFailed(OUTDATED): Something went wrong connecting to the server. Please try again later.
encFaq(OUTDATED):
- q: "What is an encryption password? Why use two passwords?"
a: |-
The Nextcloud password is used to access the cloud. The encryption password "scrambles" your data before it ever reaches the cloud.
Even if someone gains access to your Nextcloud account, your notes will remain safe and encrypted with a separate password. This provides you a second layer of security to protect your data.
No-one can access your notes on the server without your encryption password, but this also means that if you forget your encryption password, you will lose access to your data.
- q: "I haven't set an encryption password yet. Where do I get it?"
a: |-
Choose a new encryption password and enter it above.
Saber will generate your encryption keys from this password automatically.
- q: "Can I use the same password as my Nextcloud account?"
a: "Yes, but keep in mind that it would be easier for the server administrator or someone else to access your notes if they gain access to your Nextcloud account."
profile:
quotaUsage(OUTDATED): "You're using $used of $total ($percent%)"
connectedTo(OUTDATED): Connected to
faqTitle(OUTDATED): Frequently asked questions
update:
downloadNotAvailableYet(OUTDATED): The download isn't available yet for your platform. Please check back shortly.
editor:
pens:
fountainPen(OUTDATED): Fountain pen
pencil(OUTDATED): Pencil
colors:
customBrightnessHue(OUTDATED): Custom $b $h
menu:
lineHeightDescription(OUTDATED): Also controls the text size for typed notes
watchServer(OUTDATED): Watch for updates on the server
watchServerReadOnly(OUTDATED): Editing is disabled while watching the server
fa:
common:
done(OUTDATED): Done
continueBtn(OUTDATED): Continue
settings:
prefLabels:
autoStraightenLines(OUTDATED): Auto straighten lines
simplifiedHomeLayout(OUTDATED): Simplified home layout
customDataDir(OUTDATED): Custom Saber folder
pencilSoundSetting(OUTDATED): Pencil sound effect
prefDescriptions:
autoStraightenLines(OUTDATED): Straightens long lines without having to use the shape pen
simplifiedHomeLayout(OUTDATED): Sets a fixed height for each note preview
pencilSoundSetting:
off(OUTDATED): No sound
onButNotInSilentMode(OUTDATED): Enabled (unless in silent mode)
onAlways(OUTDATED): Enabled (even in silent mode)
resyncEverything(OUTDATED): Resync everything
openDataDir(OUTDATED): Open Saber folder
customDataDir:
cancel(OUTDATED): Cancel
select(OUTDATED): Select
mustBeEmpty(OUTDATED): Selected folder must be empty
mustBeDoneSyncing(OUTDATED): Make sure syncing is complete before changing the folder
logs:
logs(OUTDATED): Logs
viewLogs(OUTDATED): View logs
debuggingInfo(OUTDATED): Logs contain information useful for debugging and development
noLogs(OUTDATED): "No logs here!"
logsAreTemporary(OUTDATED): Logs are only kept until you close the app
login:
notYou(rich)(OUTDATED): "Not you? ${undoLogin(Choose another account)}."
status:
hi(OUTDATED): "Hi, $u!"
almostDone(OUTDATED): "Almost ready for syncing, tap to finish logging in"
ncLoginStep:
whereToStoreData(OUTDATED): "Choose where you want to store your data:"
saberNcServer(OUTDATED): Saber's Nextcloud server
otherNcServer(OUTDATED): Other Nextcloud server
serverUrl(OUTDATED): Server URL
loginWithSaber(OUTDATED): Login with Saber
loginWithNextcloud(OUTDATED): Login with Nextcloud
loginFlow:
pleaseAuthorize(OUTDATED): Please authorize Saber to access your Nextcloud account
followPrompts(OUTDATED): Please follow the prompts in the Nextcloud interface
browserDidntOpen(OUTDATED): "Login page didn't open? Click here"
encLoginStep:
enterEncPassword(OUTDATED): "To protect your data, please enter your encryption password:"
newToSaber(OUTDATED): "New to Saber? Just enter a new encryption password."
encPassword(OUTDATED): Encryption password
encFaqTitle(OUTDATED): Frequently asked questions
wrongEncPassword(OUTDATED): Decryption failed with the provided password. Please try entering it again.
connectionFailed(OUTDATED): Something went wrong connecting to the server. Please try again later.
encFaq(OUTDATED):
- q: "What is an encryption password? Why use two passwords?"
a: |-
The Nextcloud password is used to access the cloud. The encryption password "scrambles" your data before it ever reaches the cloud.
Even if someone gains access to your Nextcloud account, your notes will remain safe and encrypted with a separate password. This provides you a second layer of security to protect your data.
No-one can access your notes on the server without your encryption password, but this also means that if you forget your encryption password, you will lose access to your data.
- q: "I haven't set an encryption password yet. Where do I get it?"
a: |-
Choose a new encryption password and enter it above.
Saber will generate your encryption keys from this password automatically.
- q: "Can I use the same password as my Nextcloud account?"
a: "Yes, but keep in mind that it would be easier for the server administrator or someone else to access your notes if they gain access to your Nextcloud account."
profile:
quotaUsage(OUTDATED): "You're using $used of $total ($percent%)"
connectedTo(OUTDATED): Connected to
faqTitle(OUTDATED): Frequently asked questions
update:
downloadNotAvailableYet(OUTDATED): The download isn't available yet for your platform. Please check back shortly.
editor:
menu:
lineHeightDescription(OUTDATED): Also controls the text size for typed notes
watchServer(OUTDATED): Watch for updates on the server
watchServerReadOnly(OUTDATED): Editing is disabled while watching the server
fr:
common:
done(OUTDATED): Done
continueBtn(OUTDATED): Continue
settings:
prefLabels:
autoStraightenLines(OUTDATED): Auto straighten lines
simplifiedHomeLayout(OUTDATED): Simplified home layout
customDataDir(OUTDATED): Custom Saber folder
pencilSoundSetting(OUTDATED): Pencil sound effect
prefDescriptions:
autoStraightenLines(OUTDATED): Straightens long lines without having to use the shape pen
simplifiedHomeLayout(OUTDATED): Sets a fixed height for each note preview
pencilSoundSetting:
off(OUTDATED): No sound
onButNotInSilentMode(OUTDATED): Enabled (unless in silent mode)
onAlways(OUTDATED): Enabled (even in silent mode)
openDataDir(OUTDATED): Open Saber folder
customDataDir:
cancel(OUTDATED): Cancel
select(OUTDATED): Select
mustBeEmpty(OUTDATED): Selected folder must be empty
mustBeDoneSyncing(OUTDATED): Make sure syncing is complete before changing the folder
logs:
logs(OUTDATED): Logs
viewLogs(OUTDATED): View logs
debuggingInfo(OUTDATED): Logs contain information useful for debugging and development
noLogs(OUTDATED): "No logs here!"
logsAreTemporary(OUTDATED): Logs are only kept until you close the app
login:
notYou(rich)(OUTDATED): "Not you? ${undoLogin(Choose another account)}."
status:
hi(OUTDATED): "Hi, $u!"
almostDone(OUTDATED): "Almost ready for syncing, tap to finish logging in"
ncLoginStep:
whereToStoreData(OUTDATED): "Choose where you want to store your data:"
saberNcServer(OUTDATED): Saber's Nextcloud server
otherNcServer(OUTDATED): Other Nextcloud server
serverUrl(OUTDATED): Server URL
loginWithSaber(OUTDATED): Login with Saber
loginWithNextcloud(OUTDATED): Login with Nextcloud
loginFlow:
pleaseAuthorize(OUTDATED): Please authorize Saber to access your Nextcloud account
followPrompts(OUTDATED): Please follow the prompts in the Nextcloud interface
browserDidntOpen(OUTDATED): "Login page didn't open? Click here"
encLoginStep:
enterEncPassword(OUTDATED): "To protect your data, please enter your encryption password:"
newToSaber(OUTDATED): "New to Saber? Just enter a new encryption password."
encPassword(OUTDATED): Encryption password
encFaqTitle(OUTDATED): Frequently asked questions
wrongEncPassword(OUTDATED): Decryption failed with the provided password. Please try entering it again.
connectionFailed(OUTDATED): Something went wrong connecting to the server. Please try again later.
encFaq(OUTDATED):
- q: "What is an encryption password? Why use two passwords?"
a: |-
The Nextcloud password is used to access the cloud. The encryption password "scrambles" your data before it ever reaches the cloud.
Even if someone gains access to your Nextcloud account, your notes will remain safe and encrypted with a separate password. This provides you a second layer of security to protect your data.
No-one can access your notes on the server without your encryption password, but this also means that if you forget your encryption password, you will lose access to your data.
- q: "I haven't set an encryption password yet. Where do I get it?"
a: |-
Choose a new encryption password and enter it above.
Saber will generate your encryption keys from this password automatically.
- q: "Can I use the same password as my Nextcloud account?"
a: "Yes, but keep in mind that it would be easier for the server administrator or someone else to access your notes if they gain access to your Nextcloud account."
profile:
quotaUsage(OUTDATED): "You're using $used of $total ($percent%)"
connectedTo(OUTDATED): Connected to
faqTitle(OUTDATED): Frequently asked questions
update:
downloadNotAvailableYet(OUTDATED): The download isn't available yet for your platform. Please check back shortly.
editor:
menu:
lineHeightDescription(OUTDATED): Also controls the text size for typed notes
watchServer(OUTDATED): Watch for updates on the server
watchServerReadOnly(OUTDATED): Editing is disabled while watching the server
he:
common:
done(OUTDATED): Done
continueBtn(OUTDATED): Continue
home:
tooltips:
exportNote(OUTDATED): Export note
renameNote:
noteNameEmpty(OUTDATED): Note name can't be empty
noteNameContainsSlash(OUTDATED): Note name can't contain a slash
noteNameExists(OUTDATED): A note with this name already exists
moveNote:
moveNotes(OUTDATED): Move $n notes
multipleRenamedTo(OUTDATED): "The following notes will be renamed:"
numberRenamedTo(OUTDATED): $n notes will be renamed to avoid conflicts
settings:
prefCategories:
performance(OUTDATED): Performance
prefLabels:
recentColorsLength(OUTDATED): How many recent colors to store
shapeRecognitionDelay(OUTDATED): Shape recognition delay
autoStraightenLines(OUTDATED): Auto straighten lines
simplifiedHomeLayout(OUTDATED): Simplified home layout
customDataDir(OUTDATED): Custom Saber folder
pencilSoundSetting(OUTDATED): Pencil sound effect
prefDescriptions:
shapeRecognitionDelay(OUTDATED): How often to update the shape preview
autoStraightenLines(OUTDATED): Straightens long lines without having to use the shape pen
simplifiedHomeLayout(OUTDATED): Sets a fixed height for each note preview
pencilSoundSetting:
off(OUTDATED): No sound
onButNotInSilentMode(OUTDATED): Enabled (unless in silent mode)
onAlways(OUTDATED): Enabled (even in silent mode)
resyncEverything(OUTDATED): Resync everything
openDataDir(OUTDATED): Open Saber folder
customDataDir:
cancel(OUTDATED): Cancel
select(OUTDATED): Select
mustBeEmpty(OUTDATED): Selected folder must be empty
mustBeDoneSyncing(OUTDATED): Make sure syncing is complete before changing the folder
logs:
logs(OUTDATED): Logs
viewLogs(OUTDATED): View logs
debuggingInfo(OUTDATED): Logs contain information useful for debugging and development
noLogs(OUTDATED): "No logs here!"
logsAreTemporary(OUTDATED): Logs are only kept until you close the app
login:
notYou(rich)(OUTDATED): "Not you? ${undoLogin(Choose another account)}."
status:
hi(OUTDATED): "Hi, $u!"
almostDone(OUTDATED): "Almost ready for syncing, tap to finish logging in"
ncLoginStep:
whereToStoreData(OUTDATED): "Choose where you want to store your data:"
saberNcServer(OUTDATED): Saber's Nextcloud server
otherNcServer(OUTDATED): Other Nextcloud server
serverUrl(OUTDATED): Server URL
loginWithSaber(OUTDATED): Login with Saber
loginWithNextcloud(OUTDATED): Login with Nextcloud
loginFlow:
pleaseAuthorize(OUTDATED): Please authorize Saber to access your Nextcloud account
followPrompts(OUTDATED): Please follow the prompts in the Nextcloud interface
browserDidntOpen(OUTDATED): "Login page didn't open? Click here"
encLoginStep:
enterEncPassword(OUTDATED): "To protect your data, please enter your encryption password:"
newToSaber(OUTDATED): "New to Saber? Just enter a new encryption password."
encPassword(OUTDATED): Encryption password
encFaqTitle(OUTDATED): Frequently asked questions
wrongEncPassword(OUTDATED): Decryption failed with the provided password. Please try entering it again.
connectionFailed(OUTDATED): Something went wrong connecting to the server. Please try again later.
encFaq(OUTDATED):
- q: "What is an encryption password? Why use two passwords?"
a: |-
The Nextcloud password is used to access the cloud. The encryption password "scrambles" your data before it ever reaches the cloud.
Even if someone gains access to your Nextcloud account, your notes will remain safe and encrypted with a separate password. This provides you a second layer of security to protect your data.
No-one can access your notes on the server without your encryption password, but this also means that if you forget your encryption password, you will lose access to your data.
- q: "I haven't set an encryption password yet. Where do I get it?"
a: |-
Choose a new encryption password and enter it above.
Saber will generate your encryption keys from this password automatically.
- q: "Can I use the same password as my Nextcloud account?"
a: "Yes, but keep in mind that it would be easier for the server administrator or someone else to access your notes if they gain access to your Nextcloud account."
profile:
quotaUsage(OUTDATED): "You're using $used of $total ($percent%)"
connectedTo(OUTDATED): Connected to
faqTitle(OUTDATED): Frequently asked questions
update:
downloadNotAvailableYet(OUTDATED): The download isn't available yet for your platform. Please check back shortly.
editor:
pens:
pencil(OUTDATED): Pencil
shapePen(OUTDATED): Shape pen
colors:
customBrightnessHue(OUTDATED): Custom $b $h
customHue(OUTDATED): Custom $h
dark(OUTDATED): dark
light(OUTDATED): light
cyan(OUTDATED): Cyan
pink(OUTDATED): Pink
menu:
lineHeightDescription(OUTDATED): Also controls the text size for typed notes
watchServer(OUTDATED): Watch for updates on the server
watchServerReadOnly(OUTDATED): Editing is disabled while watching the server
bgPatterns:
staffs(OUTDATED): Staffs
tablature(OUTDATED): Tablature
cornell(OUTDATED): Cornell
hu:
common:
done(OUTDATED): Done
continueBtn(OUTDATED): Continue
home:
titles:
browse(OUTDATED): Browse
tooltips:
exportNote(OUTDATED): Export note
create:
newNote(OUTDATED): New note
importNote(OUTDATED): Import note
invalidFormat(OUTDATED): "The file you selected is not supported. Please select an sbn, sbn2, sba, or pdf file."
backFolder(OUTDATED): Go back to the previous folder
newFolder:
newFolder(OUTDATED): New folder
folderName(OUTDATED): Folder name
create(OUTDATED): Create
folderNameEmpty(OUTDATED): Folder name can't be empty
folderNameContainsSlash(OUTDATED): Folder name can't contain a slash
folderNameExists(OUTDATED): Folder already exists
renameNote:
renameNote(OUTDATED): Rename note
noteName(OUTDATED): Note name
rename(OUTDATED): Rename
noteNameEmpty(OUTDATED): Note name can't be empty
noteNameContainsSlash(OUTDATED): Note name can't contain a slash
noteNameExists(OUTDATED): A note with this name already exists
moveNote:
moveNote(OUTDATED): Move note
moveNotes(OUTDATED): Move $n notes
moveName(OUTDATED): Move $f
move(OUTDATED): Move
renamedTo(OUTDATED): Note will be renamed to $newName
multipleRenamedTo(OUTDATED): "The following notes will be renamed:"
numberRenamedTo(OUTDATED): $n notes will be renamed to avoid conflicts
deleteNote(OUTDATED): Delete note
renameFolder:
renameFolder(OUTDATED): Rename folder
folderName(OUTDATED): Folder name
rename(OUTDATED): Rename
folderNameEmpty(OUTDATED): Folder name can't be empty
folderNameContainsSlash(OUTDATED): Folder name can't contain a slash
folderNameExists(OUTDATED): A folder with this name already exists
deleteFolder:
deleteFolder(OUTDATED): Delete folder
deleteName(OUTDATED): Delete $f
delete(OUTDATED): Delete
alsoDeleteContents(OUTDATED): Also delete all notes inside this folder
settings:
prefCategories:
editor(OUTDATED): Editor
performance(OUTDATED): Performance
advanced(OUTDATED): Advanced
prefLabels:
layoutSize(OUTDATED): Layout type
shouldAlwaysAlertForUpdates(OUTDATED): Faster updates
allowInsecureConnections(OUTDATED): Allow insecure connections
disableEraserAfterUse(OUTDATED): Auto-disable the eraser
hideFingerDrawingToggle(OUTDATED): Hide the finger drawing toggle
recentColorsLength(OUTDATED): How many recent colors to store
printPageIndicators(OUTDATED): Print page indicators
autosaveDelay(OUTDATED): Auto-save delay
shapeRecognitionDelay(OUTDATED): Shape recognition delay
autoStraightenLines(OUTDATED): Auto straighten lines
simplifiedHomeLayout(OUTDATED): Simplified home layout
customDataDir(OUTDATED): Custom Saber folder
pencilSoundSetting(OUTDATED): Pencil sound effect
prefDescriptions:
allowInsecureConnections(OUTDATED): (Not recommended) Allow Saber to connect to servers with self-signed/untrusted certificates
disableEraserAfterUse(OUTDATED): Automatically switches back to the pen after using the eraser
hideFingerDrawing:
shown(OUTDATED): Prevents accidental toggling
fixedOn(OUTDATED): Finger drawing is fixed as enabled
fixedOff(OUTDATED): Finger drawing is fixed as disabled
printPageIndicators(OUTDATED): Show page indicators in exports
autosaveDelay(OUTDATED): How long to wait before auto-saving a note
shapeRecognitionDelay(OUTDATED): How often to update the shape preview
autoStraightenLines(OUTDATED): Straightens long lines without having to use the shape pen
simplifiedHomeLayout(OUTDATED): Sets a fixed height for each note preview
shouldAlwaysAlertForUpdates(OUTDATED): Tell me about updates as soon as they're available
pencilSoundSetting:
off(OUTDATED): No sound
onButNotInSilentMode(OUTDATED): Enabled (unless in silent mode)
onAlways(OUTDATED): Enabled (even in silent mode)
layoutSizes:
auto(OUTDATED): Auto
phone(OUTDATED): Phone
tablet(OUTDATED): Tablet
resyncEverything(OUTDATED): Resync everything
openDataDir(OUTDATED): Open Saber folder
customDataDir:
cancel(OUTDATED): Cancel
select(OUTDATED): Select
mustBeEmpty(OUTDATED): Selected folder must be empty
mustBeDoneSyncing(OUTDATED): Make sure syncing is complete before changing the folder
logs:
logs(OUTDATED): Logs
viewLogs(OUTDATED): View logs
debuggingInfo(OUTDATED): Logs contain information useful for debugging and development
noLogs(OUTDATED): "No logs here!"
logsAreTemporary(OUTDATED): Logs are only kept until you close the app
login:
notYou(rich)(OUTDATED): "Not you? ${undoLogin(Choose another account)}."
status:
hi(OUTDATED): "Hi, $u!"
almostDone(OUTDATED): "Almost ready for syncing, tap to finish logging in"
ncLoginStep:
whereToStoreData(OUTDATED): "Choose where you want to store your data:"
saberNcServer(OUTDATED): Saber's Nextcloud server
otherNcServer(OUTDATED): Other Nextcloud server
serverUrl(OUTDATED): Server URL
loginWithSaber(OUTDATED): Login with Saber
loginWithNextcloud(OUTDATED): Login with Nextcloud
loginFlow:
pleaseAuthorize(OUTDATED): Please authorize Saber to access your Nextcloud account
followPrompts(OUTDATED): Please follow the prompts in the Nextcloud interface
browserDidntOpen(OUTDATED): "Login page didn't open? Click here"
encLoginStep:
enterEncPassword(OUTDATED): "To protect your data, please enter your encryption password:"
newToSaber(OUTDATED): "New to Saber? Just enter a new encryption password."
encPassword(OUTDATED): Encryption password
encFaqTitle(OUTDATED): Frequently asked questions
wrongEncPassword(OUTDATED): Decryption failed with the provided password. Please try entering it again.
connectionFailed(OUTDATED): Something went wrong connecting to the server. Please try again later.
encFaq(OUTDATED):
- q: "What is an encryption password? Why use two passwords?"
a: |-
The Nextcloud password is used to access the cloud. The encryption password "scrambles" your data before it ever reaches the cloud.
Even if someone gains access to your Nextcloud account, your notes will remain safe and encrypted with a separate password. This provides you a second layer of security to protect your data.
No-one can access your notes on the server without your encryption password, but this also means that if you forget your encryption password, you will lose access to your data.
- q: "I haven't set an encryption password yet. Where do I get it?"
a: |-
Choose a new encryption password and enter it above.
Saber will generate your encryption keys from this password automatically.
- q: "Can I use the same password as my Nextcloud account?"
a: "Yes, but keep in mind that it would be easier for the server administrator or someone else to access your notes if they gain access to your Nextcloud account."
profile:
title(OUTDATED): My profile
logout(OUTDATED): Log out
quotaUsage(OUTDATED): "You're using $used of $total ($percent%)"
connectedTo(OUTDATED): Connected to
quickLinks:
serverHomepage(OUTDATED): Server homepage
deleteAccount(OUTDATED): Delete account
faqTitle(OUTDATED): Frequently asked questions
faq(OUTDATED):
- q: "Will I lose my notes if I log out?"
a: No. Your notes will remain both on your device and on the server. They won't be synced with the server until you log back in. Make sure syncing is complete before logging out so you don't lose any data (see the sync progress on the home screen).
- q: "How do I change my Nextcloud password?"
a: "Go to your server website and log in. Then go to Settings > Security > Change password. You'll need to log out and log back in to Saber after changing your password."
- q: "How do I change my encryption password?"
a: |-
0. Make sure syncing is complete (see the sync progress on the home screen).
1. Log out of Saber.
2. Go to your server website and delete your 'Saber' folder. This will delete all your notes from the server.
3. Log back in to Saber. You can choose a new encryption password when logging in.
4. Don't forget to log out and log back in to Saber on your other devices too.
- q: "How can I delete my account?"
a: |-
Tap on the "@:profile.quickLinks.deleteAccount" button above, and login if needed.
If you are using the official Saber server, your account will be deleted after a 1 week grace period. You can contact me at [email protected] during this period to cancel the deletion.
If you are using a third party server, there might not be an option to delete your account: you'll need to consult the server's privacy policy for more information.
update:
updateAvailableDescription(OUTDATED): "A new version of the app is available:"
downloadNotAvailableYet(OUTDATED): The download isn't available yet for your platform. Please check back shortly.
editor:
pens:
pencil(OUTDATED): Pencil
shapePen(OUTDATED): Shape pen
laserPointer(OUTDATED): Laser pointer
colors:
colorPicker(OUTDATED): Color picker
customBrightnessHue(OUTDATED): Custom $b $h
customHue(OUTDATED): Custom $h
dark(OUTDATED): dark
light(OUTDATED): light
black(OUTDATED): Black
darkGrey(OUTDATED): Dark grey
grey(OUTDATED): Grey
lightGrey(OUTDATED): Light grey
white(OUTDATED): White
red(OUTDATED): Red
green(OUTDATED): Green
cyan(OUTDATED): Cyan
blue(OUTDATED): Blue
yellow(OUTDATED): Yellow
purple(OUTDATED): Purple
pink(OUTDATED): Pink
orange(OUTDATED): Orange
pastelRed(OUTDATED): Pastel red
pastelOrange(OUTDATED): Pastel orange
pastelYellow(OUTDATED): Pastel yellow
pastelGreen(OUTDATED): Pastel green
pastelCyan(OUTDATED): Pastel cyan
pastelBlue(OUTDATED): Pastel blue
pastelPurple(OUTDATED): Pastel purple
pastelPink(OUTDATED): Pastel pink
imageOptions:
removeAsBackground(OUTDATED): Remove as background
selectionBar:
duplicate(OUTDATED): Duplicate
menu:
clearPage(OUTDATED): Clear page $page/$totalPages
insertPage(OUTDATED): Insert page below
duplicatePage(OUTDATED): Duplicate page
deletePage(OUTDATED): Delete page
lineHeightDescription(OUTDATED): Also controls the text size for typed notes
backgroundImageFit(OUTDATED): Background image fit
watchServer(OUTDATED): Watch for updates on the server
watchServerReadOnly(OUTDATED): Editing is disabled while watching the server
bgPatterns:
collegeRtl(OUTDATED): College-ruled (Reverse)
staffs(OUTDATED): Staffs
tablature(OUTDATED): Tablature
cornell(OUTDATED): Cornell
hud:
unlockAxisAlignedPan(OUTDATED): Unlock panning to horizontal or vertical
lockAxisAlignedPan(OUTDATED): Lock panning to horizontal or vertical
needsToSaveBeforeExiting(OUTDATED): Saving your changes... You can safely exit the editor when it's done
it:
ja:
common:
done(OUTDATED): Done
continueBtn(OUTDATED): Continue
home:
titles:
browse(OUTDATED): Browse
tooltips:
exportNote(OUTDATED): Export note
create:
newNote(OUTDATED): New note
importNote(OUTDATED): Import note
invalidFormat(OUTDATED): "The file you selected is not supported. Please select an sbn, sbn2, sba, or pdf file."
backFolder(OUTDATED): Go back to the previous folder
moveNote:
moveNotes(OUTDATED): Move $n notes
multipleRenamedTo(OUTDATED): "The following notes will be renamed:"
numberRenamedTo(OUTDATED): $n notes will be renamed to avoid conflicts
deleteNote(OUTDATED): Delete note
renameFolder:
renameFolder(OUTDATED): Rename folder
folderName(OUTDATED): Folder name
rename(OUTDATED): Rename
folderNameEmpty(OUTDATED): Folder name can't be empty
folderNameContainsSlash(OUTDATED): Folder name can't contain a slash
folderNameExists(OUTDATED): A folder with this name already exists
deleteFolder:
deleteFolder(OUTDATED): Delete folder
deleteName(OUTDATED): Delete $f
delete(OUTDATED): Delete
alsoDeleteContents(OUTDATED): Also delete all notes inside this folder
settings:
prefCategories:
performance(OUTDATED): Performance
prefLabels:
shouldAlwaysAlertForUpdates(OUTDATED): Faster updates
disableEraserAfterUse(OUTDATED): Auto-disable the eraser
hideFingerDrawingToggle(OUTDATED): Hide the finger drawing toggle
recentColorsLength(OUTDATED): How many recent colors to store
autosaveDelay(OUTDATED): Auto-save delay
shapeRecognitionDelay(OUTDATED): Shape recognition delay
autoStraightenLines(OUTDATED): Auto straighten lines
simplifiedHomeLayout(OUTDATED): Simplified home layout
customDataDir(OUTDATED): Custom Saber folder
pencilSoundSetting(OUTDATED): Pencil sound effect
prefDescriptions:
disableEraserAfterUse(OUTDATED): Automatically switches back to the pen after using the eraser
hideFingerDrawing:
shown(OUTDATED): Prevents accidental toggling
fixedOn(OUTDATED): Finger drawing is fixed as enabled
fixedOff(OUTDATED): Finger drawing is fixed as disabled
autosaveDelay(OUTDATED): How long to wait before auto-saving a note
shapeRecognitionDelay(OUTDATED): How often to update the shape preview
autoStraightenLines(OUTDATED): Straightens long lines without having to use the shape pen
simplifiedHomeLayout(OUTDATED): Sets a fixed height for each note preview
shouldAlwaysAlertForUpdates(OUTDATED): Tell me about updates as soon as they're available
pencilSoundSetting:
off(OUTDATED): No sound
onButNotInSilentMode(OUTDATED): Enabled (unless in silent mode)
onAlways(OUTDATED): Enabled (even in silent mode)
resyncEverything(OUTDATED): Resync everything
openDataDir(OUTDATED): Open Saber folder
customDataDir:
cancel(OUTDATED): Cancel
select(OUTDATED): Select
mustBeEmpty(OUTDATED): Selected folder must be empty
mustBeDoneSyncing(OUTDATED): Make sure syncing is complete before changing the folder
logs:
logs(OUTDATED): Logs
viewLogs(OUTDATED): View logs
debuggingInfo(OUTDATED): Logs contain information useful for debugging and development
noLogs(OUTDATED): "No logs here!"
logsAreTemporary(OUTDATED): Logs are only kept until you close the app
login:
notYou(rich)(OUTDATED): "Not you? ${undoLogin(Choose another account)}."
status:
hi(OUTDATED): "Hi, $u!"
almostDone(OUTDATED): "Almost ready for syncing, tap to finish logging in"
ncLoginStep:
whereToStoreData(OUTDATED): "Choose where you want to store your data:"
saberNcServer(OUTDATED): Saber's Nextcloud server
otherNcServer(OUTDATED): Other Nextcloud server
serverUrl(OUTDATED): Server URL
loginWithSaber(OUTDATED): Login with Saber
loginWithNextcloud(OUTDATED): Login with Nextcloud
loginFlow:
pleaseAuthorize(OUTDATED): Please authorize Saber to access your Nextcloud account
followPrompts(OUTDATED): Please follow the prompts in the Nextcloud interface
browserDidntOpen(OUTDATED): "Login page didn't open? Click here"
encLoginStep:
enterEncPassword(OUTDATED): "To protect your data, please enter your encryption password:"
newToSaber(OUTDATED): "New to Saber? Just enter a new encryption password."
encPassword(OUTDATED): Encryption password
encFaqTitle(OUTDATED): Frequently asked questions
wrongEncPassword(OUTDATED): Decryption failed with the provided password. Please try entering it again.
connectionFailed(OUTDATED): Something went wrong connecting to the server. Please try again later.
encFaq(OUTDATED):
- q: "What is an encryption password? Why use two passwords?"
a: |-
The Nextcloud password is used to access the cloud. The encryption password "scrambles" your data before it ever reaches the cloud.
Even if someone gains access to your Nextcloud account, your notes will remain safe and encrypted with a separate password. This provides you a second layer of security to protect your data.
No-one can access your notes on the server without your encryption password, but this also means that if you forget your encryption password, you will lose access to your data.
- q: "I haven't set an encryption password yet. Where do I get it?"
a: |-
Choose a new encryption password and enter it above.
Saber will generate your encryption keys from this password automatically.
- q: "Can I use the same password as my Nextcloud account?"
a: "Yes, but keep in mind that it would be easier for the server administrator or someone else to access your notes if they gain access to your Nextcloud account."
profile:
quotaUsage(OUTDATED): "You're using $used of $total ($percent%)"
connectedTo(OUTDATED): Connected to
faqTitle(OUTDATED): Frequently asked questions
update:
downloadNotAvailableYet(OUTDATED): The download isn't available yet for your platform. Please check back shortly.
editor:
pens:
pencil(OUTDATED): Pencil
shapePen(OUTDATED): Shape pen
colors:
customBrightnessHue(OUTDATED): Custom $b $h
customHue(OUTDATED): Custom $h
dark(OUTDATED): dark
light(OUTDATED): light
cyan(OUTDATED): Cyan
pink(OUTDATED): Pink
selectionBar:
duplicate(OUTDATED): Duplicate
menu:
lineHeightDescription(OUTDATED): Also controls the text size for typed notes
backgroundImageFit(OUTDATED): Background image fit
watchServer(OUTDATED): Watch for updates on the server
watchServerReadOnly(OUTDATED): Editing is disabled while watching the server
bgPatterns:
tablature(OUTDATED): Tablature
pt-BR:
common:
done(OUTDATED): Done
continueBtn(OUTDATED): Continue
home:
tooltips:
exportNote(OUTDATED): Export note
moveNote:
moveNotes(OUTDATED): Move $n notes
multipleRenamedTo(OUTDATED): "The following notes will be renamed:"
numberRenamedTo(OUTDATED): $n notes will be renamed to avoid conflicts
settings:
prefCategories:
performance(OUTDATED): Performance
prefLabels:
recentColorsLength(OUTDATED): How many recent colors to store
shapeRecognitionDelay(OUTDATED): Shape recognition delay
autoStraightenLines(OUTDATED): Auto straighten lines
simplifiedHomeLayout(OUTDATED): Simplified home layout
customDataDir(OUTDATED): Custom Saber folder
pencilSoundSetting(OUTDATED): Pencil sound effect
prefDescriptions:
shapeRecognitionDelay(OUTDATED): How often to update the shape preview
autoStraightenLines(OUTDATED): Straightens long lines without having to use the shape pen
simplifiedHomeLayout(OUTDATED): Sets a fixed height for each note preview
pencilSoundSetting:
off(OUTDATED): No sound
onButNotInSilentMode(OUTDATED): Enabled (unless in silent mode)
onAlways(OUTDATED): Enabled (even in silent mode)
resyncEverything(OUTDATED): Resync everything
openDataDir(OUTDATED): Open Saber folder
customDataDir:
cancel(OUTDATED): Cancel
select(OUTDATED): Select
mustBeEmpty(OUTDATED): Selected folder must be empty
mustBeDoneSyncing(OUTDATED): Make sure syncing is complete before changing the folder
logs:
logs(OUTDATED): Logs
viewLogs(OUTDATED): View logs
debuggingInfo(OUTDATED): Logs contain information useful for debugging and development
noLogs(OUTDATED): "No logs here!"
logsAreTemporary(OUTDATED): Logs are only kept until you close the app
login:
notYou(rich)(OUTDATED): "Not you? ${undoLogin(Choose another account)}."
status:
hi(OUTDATED): "Hi, $u!"
almostDone(OUTDATED): "Almost ready for syncing, tap to finish logging in"
ncLoginStep:
whereToStoreData(OUTDATED): "Choose where you want to store your data:"
saberNcServer(OUTDATED): Saber's Nextcloud server
otherNcServer(OUTDATED): Other Nextcloud server
serverUrl(OUTDATED): Server URL
loginWithSaber(OUTDATED): Login with Saber
loginWithNextcloud(OUTDATED): Login with Nextcloud
loginFlow:
pleaseAuthorize(OUTDATED): Please authorize Saber to access your Nextcloud account
followPrompts(OUTDATED): Please follow the prompts in the Nextcloud interface
browserDidntOpen(OUTDATED): "Login page didn't open? Click here"
encLoginStep:
enterEncPassword(OUTDATED): "To protect your data, please enter your encryption password:"
newToSaber(OUTDATED): "New to Saber? Just enter a new encryption password."
encPassword(OUTDATED): Encryption password
encFaqTitle(OUTDATED): Frequently asked questions
wrongEncPassword(OUTDATED): Decryption failed with the provided password. Please try entering it again.
connectionFailed(OUTDATED): Something went wrong connecting to the server. Please try again later.
encFaq(OUTDATED):
- q: "What is an encryption password? Why use two passwords?"
a: |-
The Nextcloud password is used to access the cloud. The encryption password "scrambles" your data before it ever reaches the cloud.
Even if someone gains access to your Nextcloud account, your notes will remain safe and encrypted with a separate password. This provides you a second layer of security to protect your data.
No-one can access your notes on the server without your encryption password, but this also means that if you forget your encryption password, you will lose access to your data.
- q: "I haven't set an encryption password yet. Where do I get it?"
a: |-
Choose a new encryption password and enter it above.
Saber will generate your encryption keys from this password automatically.
- q: "Can I use the same password as my Nextcloud account?"
a: "Yes, but keep in mind that it would be easier for the server administrator or someone else to access your notes if they gain access to your Nextcloud account."
profile:
quotaUsage(OUTDATED): "You're using $used of $total ($percent%)"
connectedTo(OUTDATED): Connected to
faqTitle(OUTDATED): Frequently asked questions
update:
downloadNotAvailableYet(OUTDATED): The download isn't available yet for your platform. Please check back shortly.
editor:
pens:
pencil(OUTDATED): Pencil
shapePen(OUTDATED): Shape pen
colors:
customBrightnessHue(OUTDATED): Custom $b $h
customHue(OUTDATED): Custom $h
dark(OUTDATED): dark
light(OUTDATED): light
cyan(OUTDATED): Cyan
pink(OUTDATED): Pink
selectionBar:
duplicate(OUTDATED): Duplicate
menu:
lineHeightDescription(OUTDATED): Also controls the text size for typed notes
watchServer(OUTDATED): Watch for updates on the server
watchServerReadOnly(OUTDATED): Editing is disabled while watching the server
ru:
tr:
logs:
logs(OUTDATED): Logs
viewLogs(OUTDATED): View logs
debuggingInfo(OUTDATED): Logs contain information useful for debugging and development
noLogs(OUTDATED): "No logs here!"
logsAreTemporary(OUTDATED): Logs are only kept until you close the app
zh-Hans-CN:
logs:
logs(OUTDATED): Logs
viewLogs(OUTDATED): View logs
debuggingInfo(OUTDATED): Logs contain information useful for debugging and development
noLogs(OUTDATED): "No logs here!"
logsAreTemporary(OUTDATED): Logs are only kept until you close the app
zh-Hant-TW: