mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-09-09 15:52:20 +08:00
Make all remaining strings translatable
This commit is contained in:
@ -84,6 +84,7 @@ settings:
|
||||
defaultFolder: Default Folder
|
||||
checklistEditor: Checklist Editor
|
||||
rawEditor: Raw Editor
|
||||
choose: Choose Editor
|
||||
sortingField:
|
||||
modified: Last Modified
|
||||
created: Created
|
||||
@ -122,7 +123,15 @@ settings:
|
||||
edit: Edit
|
||||
view: View
|
||||
lastUsed: Last Used
|
||||
|
||||
ssh:
|
||||
syncFreq: Sync Frequency
|
||||
reset: Reset Git Host
|
||||
note:
|
||||
title: Note Settings
|
||||
defaultFolder: Default Folder for new notes
|
||||
storage:
|
||||
title: Storage
|
||||
fileName: Filename
|
||||
|
||||
editors:
|
||||
checklist:
|
||||
@ -180,6 +189,14 @@ screens:
|
||||
folder_view:
|
||||
empty: Let's add some notes?
|
||||
|
||||
OnBoarding:
|
||||
skip: Skip
|
||||
next: Next
|
||||
getStarted: Get Started
|
||||
subtitle: An Open Source Note Taking App\nbuilt on top of Git
|
||||
page2: Your Notes are stored in a\nstandard Markdown + YAML\nHeader format
|
||||
page3: Sync your Local Git Repo\nwith any provider
|
||||
|
||||
widgets:
|
||||
rename:
|
||||
yes: Rename
|
||||
@ -227,6 +244,17 @@ widgets:
|
||||
title: Do you want to delete this note?
|
||||
yes: Yes
|
||||
no: No
|
||||
NoteEditor:
|
||||
renameFile: Rename File
|
||||
fileName: Filename
|
||||
SyncButton:
|
||||
error: Sync Error {}
|
||||
PurchaseWidget:
|
||||
failed: Purchase Failed
|
||||
NoteViewer:
|
||||
linkNotFound: Link '{}' not found
|
||||
FolderSelectionDialog:
|
||||
title: Select a Folder
|
||||
|
||||
rootFolder: Root Folder
|
||||
ignoredFiles:
|
||||
@ -371,3 +399,6 @@ GitJournal operates on a "pay what you want model (with a minimum)".'
|
||||
monthly:
|
||||
title: Monthly Subscription
|
||||
desc: Enables all Pro Features. After 12 months or after paying {minYearlyPurchase}, you will get all the benefits of the 'One Time Purchase'
|
||||
thanks:
|
||||
title: Thank You
|
||||
subtitle: You're awesome for supporting GitJournal
|
||||
|
Reference in New Issue
Block a user