mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-05-17 12:45:58 +08:00
Remove yaml based translations
This commit is contained in:
@ -1,594 +0,0 @@
|
||||
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
|
||||
#
|
||||
# SPDX-License-Identifier: CC-BY-4.0
|
||||
settings:
|
||||
ok: Ok
|
||||
cancel: Abbrechen
|
||||
title: Einstellungen
|
||||
author:
|
||||
label: Autorenname
|
||||
validator: Bitte Geben Sie einen Namen ein
|
||||
email:
|
||||
label: E-Mail-Adresse
|
||||
validator:
|
||||
empty: Bitte geben Sie eine E-Mail-Adresse ein
|
||||
invalid: Bitte geben Sie eine gültige E-Mail-Adresse ein
|
||||
display:
|
||||
title: Ansicht Einstellungen
|
||||
homeScreen: Startbildschirm
|
||||
theme: Thema
|
||||
images:
|
||||
title: Bildeinstellungen
|
||||
subtitle: Einstellen wie die Bilder dargestellt werden
|
||||
imageTextType:
|
||||
alt: Alt-Text
|
||||
altAndTooltip: Alt-Text und Tooltip
|
||||
tooltip: Tooltip
|
||||
none: None
|
||||
captions:
|
||||
title: Bildbeschreibungen
|
||||
subtitle: Einstellen der Bildbeschreibungen
|
||||
useAsCaption: Als Beschreibungen nutzen
|
||||
overlayCaption: Beschreibungen über entsprechend große Bilder anzeigen
|
||||
transparentCaption: Überlagerte Beschreibungen haben einen halbtransparenten Hintergrund
|
||||
blurBehindCaption: Das Bild hinter der Beschreibung verwischen
|
||||
tooltipFirst:
|
||||
title: Tooltip vor Alt-Text anzeigen
|
||||
tooltip: Die aktuelle Reihenfolge ist “<tooltip> - <altText>”
|
||||
altText: Die aktuelle Reihenfolge ist “<altText> - <tooltip>”
|
||||
captionOverrides: Caption Overrides
|
||||
tagDescription: Diese Tags in “” benutzen, um das Verhalten zu überschreiben.
|
||||
doNotCaptionTags:
|
||||
hint: DoNotCaption-Tags
|
||||
# does ist actually mean: "Never use _a_ caption with tags" ?
|
||||
label: Never use as caption with tags
|
||||
validator:
|
||||
empty: Schlagworte müssen gesetzt sein.
|
||||
same: Tag cannot be identical to a “DoCaption-Tag”.
|
||||
doCaptionTags:
|
||||
hint: DoCaption-Tags
|
||||
label: Always use as caption with tags
|
||||
validator:
|
||||
empty: Never use as caption with tags
|
||||
same: Tag cannot be identical to a “DoNotCaption-Tag”.
|
||||
detailsView:
|
||||
header: Detailansicht
|
||||
maxZoom: Maximale Vergrößerung
|
||||
rotateGestures:
|
||||
title: Bild per Gesten drehen
|
||||
subtitle: Bild mit einer Kreibewegung zweier Finger drehen
|
||||
theming:
|
||||
title: Image Theming
|
||||
subtitle: Configure how images are themed
|
||||
adjustColors:
|
||||
all: Alles
|
||||
blackAndWhite: nur schwarz-weiß
|
||||
grays: nur Grautöne
|
||||
doNotThemeTags:
|
||||
hint: DoNotTheme-Tags
|
||||
label: Wende niemals Themes auf Bilder mit Tags an
|
||||
validator:
|
||||
empty: Tags können nicht leer sein.
|
||||
same: Tag cannot be identical to a “DoTheme-Tag”.
|
||||
doThemeTags:
|
||||
hint: DoTheme-Tag
|
||||
label: Always theme images with tags
|
||||
validator:
|
||||
empty: Tags können nicht leer sein.
|
||||
same: Tag cannot be identical to a “DoNotTheme-Tag”.
|
||||
matchCanvasColor:
|
||||
title: mit der Hintergrundfareb abgleichen
|
||||
subtitle: Die Schwarz-Weiß-Teile eine Vektor-Grafik durch die Hintergrundfarbe ersetzen
|
||||
tagDescription: Nutze diese Schlagworte “” um das Verhalten der Bildes zu beeinflussen.
|
||||
themeOverrides: Thema Overrides
|
||||
themeOverrideTagLocation: Theme Override Tag Location
|
||||
themeRasterGraphics: Theme Raster Graphics (.png/.jpg)
|
||||
themeSvgWithBackground: Theme SVGs With Background
|
||||
themeVectorGraphics:
|
||||
title: Theme Vector Graphics
|
||||
filter: Farbfilter verwenden
|
||||
'off': falsch
|
||||
'on': richtig
|
||||
vectorGraphics: Vektor-Grafik (.svg)
|
||||
vectorGraphicsAdjustColors: Anpassbare Farben
|
||||
lang: Sprache
|
||||
gitAuthor: Git-Autor Einstellungen
|
||||
versionInfo: GitJournal-Version
|
||||
analytics: Auswertungen
|
||||
crashReports: Anonyme Absturzberichte sammeln
|
||||
usageStats: Anonyme Nutzungsdaten sammeln
|
||||
debug:
|
||||
title: Debug App
|
||||
subtitle: Blicke unter die Motorhaube
|
||||
levels:
|
||||
title: Level wählen
|
||||
error: Fehler
|
||||
warning: Warnung
|
||||
info: Info
|
||||
debug: Debug
|
||||
verbose: Ausführlich
|
||||
copy: Debug Logs Copied
|
||||
images:
|
||||
title: Bild-Einstellungen
|
||||
subtitle: Einstellen, wie Bilder gespeichert werden
|
||||
imageLocation: Bilder Speicherort
|
||||
currentFolder: Selber Ordner wie Notiz
|
||||
customFolder: Benutzerdefinierter Ordner
|
||||
gitRemote:
|
||||
changeHost:
|
||||
title: Git Host neu konfigurieren?
|
||||
subtitle: Noch nicht synchronisierte Notizen gehen verloren
|
||||
ok: Ok
|
||||
cancel: Abbrechen
|
||||
title: Git Remote Einstellungen
|
||||
subtitle: Konfigurieren, wohin Ihre Notizen synchronisiert werden
|
||||
host: Git-Service
|
||||
branch: Branch
|
||||
resetHard:
|
||||
title: Reset Git Host
|
||||
subtitle: Diese Operation wird den aktuellen Branch unwiderruflich zurücksetzen
|
||||
noteMetaData:
|
||||
title: Notiz Metadaten Einstellungen
|
||||
subtitle: Konfiguriere wie Notiz Metadaten gespeichert werden
|
||||
text: Jede Notiz hat Metadaten die in einem YAML Header wie folgt gespeichert werden
|
||||
enableHeader: YAML Header einschalten
|
||||
modified: Änderungsdatum Feld
|
||||
created: Erstellungsdatum Feld
|
||||
tags: Tags Feld
|
||||
example:
|
||||
title: Beispiel Titel
|
||||
titleMetaData:
|
||||
title: Titel
|
||||
fromH1: Text Header 1
|
||||
fromYaml: Von YAML 'Titel'
|
||||
filename: Dateiname
|
||||
exampleTitle: Pinguine
|
||||
exampleBody: Ich denke sie sind teuflisch. Sogar teuflischer als Pinguine.
|
||||
exampleTag1: Vögel
|
||||
exampleTag2: Teufel
|
||||
customMetaData:
|
||||
title: Custom Metadaten
|
||||
invalid: Ungültiges YAML
|
||||
output: Ausgabe
|
||||
input: Eingabe
|
||||
editorType: Editor Type Field
|
||||
privacy: Datenschutz Regelung
|
||||
terms: Allgemeine Geschäftsbedingungen
|
||||
experimental:
|
||||
title: Experimentelle Features
|
||||
subtitle: Probiere Features in Entwicklung
|
||||
markdownToolbar: Markdown Toolbar in Editor anzeigen
|
||||
graphView: Graph View
|
||||
accounts: Plattformunabhängige Benutzerkonten
|
||||
includeSubfolders: Unterordner berücksichtigen
|
||||
experimentalGitOps: Dart Git-Implementation
|
||||
merge: Dart Merge-Implementation
|
||||
autoCompleteTags: Auto-Vervollständigung von Tags
|
||||
history: Verlaufsansicht
|
||||
editors:
|
||||
title: Editor Einstellungen
|
||||
subtitle: Konfiguriere wie verschiedene Editoren arbeiten
|
||||
defaultEditor: Default Editor
|
||||
defaultState: Default Zustand
|
||||
markdownEditor: Markdown Editor
|
||||
journalEditor: Journal Editor
|
||||
defaultFolder: Standardordner
|
||||
checklistEditor: Checklist Editor
|
||||
rawEditor: Raw Editor
|
||||
choose: Editor wählen
|
||||
orgEditor: Org Editor
|
||||
defaultNoteFormat: Standard Notiz-Format
|
||||
journalDefaultFolderSelect: Notiz in ‚{}‘ erstellen
|
||||
sortingField:
|
||||
modified: Zuletzt geändert
|
||||
created: Erstellt
|
||||
filename: Dateiname
|
||||
title: Titel
|
||||
sortingOrder:
|
||||
asc: Aufsteigend
|
||||
desc: Absteigend
|
||||
sortingMode:
|
||||
field: Feld
|
||||
order: Reihenfolge
|
||||
remoteSync:
|
||||
auto: Automatisch
|
||||
manual: Manuell
|
||||
tags:
|
||||
title: Tags Einstellungen
|
||||
subtitle: Konfigurieren, wie Inline Tags geparst werden
|
||||
enable: Inline Tags parsen
|
||||
prefixes: Inline Tags Prefixe
|
||||
misc:
|
||||
title: Verschiedene Einstellungen
|
||||
swipe: Wische um Notiz zu löschen
|
||||
listView: Listenansicht
|
||||
confirmDelete: Löschungen per Popop-Dialog bestätigen
|
||||
hardWrap: harten Zeilenumbruch aktivieren
|
||||
emoji: Text in Emojis umwandeln
|
||||
NoteFileNameFormat:
|
||||
iso8601WithTimeZone: ISO8601 mit Zeitzone
|
||||
iso8601: ISO8601
|
||||
iso8601WithoutColon: ISO8601 ohne Doppelpunkte
|
||||
title: Titel
|
||||
uuid: Uuid V4
|
||||
zettelkasten: yyymmddhhmmss
|
||||
simple: jjjj-mm-tt-hh-mm-ss
|
||||
dateOnly: jjjj-mm-tt
|
||||
kebabCase: Kebab Case
|
||||
HomeScreen:
|
||||
allNotes: Alle Notizen
|
||||
allFolders: Alle Verzeichnisse
|
||||
EditorDefaultView:
|
||||
edit: Bearbeiten
|
||||
view: Ansicht
|
||||
lastUsed: Zuletzt benutzt
|
||||
theme:
|
||||
light: helles Design
|
||||
dark: dunkles Design
|
||||
default: System-Vorgabe
|
||||
versionCopied: Versionsnummer kopiert
|
||||
ssh:
|
||||
syncFreq: Häufigkeit der Synchronization
|
||||
note:
|
||||
title: Notiz-Einstellungen
|
||||
defaultFolder: Standard-Verzeichnis für neue Notizen
|
||||
newNoteFileName: Dateiname für neue Notizen
|
||||
storage:
|
||||
title: Ablage
|
||||
fileName: Dateiname
|
||||
external: Repository extern speichern
|
||||
icloud: iCloud-Sicherung
|
||||
repoLocation: Ort des Repository
|
||||
notWritable: "{} ist nicht beschreibbar"
|
||||
failedExternal: Unable to get External Storage Directory
|
||||
permissionFailed: Externer Speicherzugriff Fehlgeschlagen
|
||||
drawer:
|
||||
title: Sidebareinstellungen
|
||||
bottomMenuBar:
|
||||
title: Untere Menüleiste
|
||||
subtitle: Stellen Sie die Erscheinung und das Verhalten ein
|
||||
enable: Aktiviere die untere Menüleiste
|
||||
deleteRepo: Repository löschen
|
||||
fileFormat:
|
||||
markdown: Markdown
|
||||
txt: txt
|
||||
orgMode: Org Mode
|
||||
fileTypes:
|
||||
title: Notiz-Dateiendungen
|
||||
subtitle: Einstellen, welche Dateien als Notizen gelten
|
||||
numFiles:
|
||||
one: "{} Datei"
|
||||
other: "{} Dateien"
|
||||
noExt: Keine Erweiterung
|
||||
list:
|
||||
userInterface:
|
||||
title: Benutzeroberfläche
|
||||
subtitle: Thema, Sprache, Startseite, Menüleiste, Rendereinstellungen
|
||||
git:
|
||||
title: Git
|
||||
subtitle: Git-Autor, Remote, Synchronisationsfrequenz
|
||||
editor:
|
||||
title: Editor
|
||||
subtitle: Standard-Editor, Standardansicht
|
||||
storage:
|
||||
title: Speicher & Dateiformate
|
||||
subtitle: Speicher, Serialisierung, Metadaten, Dateiformate
|
||||
analytics:
|
||||
title: Analyse
|
||||
subtitle: Es ist wichtig, das Sie sich damit wohl fühlen
|
||||
debug:
|
||||
title: Debug
|
||||
subtitle: Schauen Sie GitJournal bei der Arbeit zu
|
||||
experiments:
|
||||
title: Experimente
|
||||
subtitle: Play around with experimental features
|
||||
project:
|
||||
header: Projekt
|
||||
docs: Dokumentation & Support
|
||||
contribute: Beitragen
|
||||
about: Über
|
||||
license:
|
||||
title: Lizenzen
|
||||
subtitle: GitJoural uses other great software
|
||||
sshKey:
|
||||
keyType: SSH Key Type
|
||||
rsa: RSA
|
||||
ed25519: Ed25519
|
||||
editors:
|
||||
checklist:
|
||||
add: Eintrag hinzufügen
|
||||
common:
|
||||
defaultBodyHint: Hier schreiben
|
||||
defaultTitleHint: Titel
|
||||
discard: Änderungen verwerfen
|
||||
share: Notiz teilen
|
||||
takePhoto: Foto aufnehmen
|
||||
addImage: Bild aus Galerie hinzufügen
|
||||
editFileName: Dateiname bearbeiten
|
||||
tags: Tags bearbeiten
|
||||
zen:
|
||||
enable: Zen Mode einschalten
|
||||
disable: Zen Mode auschalten
|
||||
saveNoteFailed:
|
||||
title: Notiz sichern gescheitert
|
||||
message: Leider scheint es, dass wir die Notiz nicht sichern konnten. Sie wurde in die Zwischenablage kopiert, um Datenverluste zu verhindern.
|
||||
defaultFileNameHint: Dateiname
|
||||
find: In Notiz finden
|
||||
pro: Pro
|
||||
actions:
|
||||
newNote: Neue Notiz
|
||||
newJournal: Neuer Journal Eintrag
|
||||
newChecklist: Neue Checkliste
|
||||
screens:
|
||||
folders:
|
||||
title: Ordner
|
||||
selected: Ausgewählter Ordner
|
||||
dialog:
|
||||
title: Neuen Ordner erstellen
|
||||
create: Erstellen
|
||||
discard: Verwerfen
|
||||
errorDialog:
|
||||
title: Fehler
|
||||
deleteContent: Ordner mit Notizen kann nicht gelöscht werden
|
||||
renameContent: Stammordner kann nicht umbenannt werden
|
||||
ok: Ok
|
||||
actions:
|
||||
rename: Ordner umbenennen
|
||||
subFolder: Unterordner erstellen
|
||||
delete: Ordner löschen
|
||||
decoration: Ordnername
|
||||
empty: Bitte geben Sie einen Namen ein
|
||||
tags:
|
||||
title: Tags
|
||||
empty: Keine Tags gefunden
|
||||
filesystem:
|
||||
ignoredFile:
|
||||
title: Datei ignoriert
|
||||
ok: Ok
|
||||
rename: Umbenennen
|
||||
rename:
|
||||
decoration: Dateiname
|
||||
title: Umbennen
|
||||
folder_view:
|
||||
empty: Einige Notizen hinzufügen?
|
||||
home:
|
||||
allNotes: Alle Notizen
|
||||
cacheLoading:
|
||||
text: Git Verlauf wird gelesen ...
|
||||
error:
|
||||
title: Fehler
|
||||
message: The repo couldn't be opened. Please file a bug and recreate the repo.
|
||||
widgets:
|
||||
rename:
|
||||
'yes': Umbennen
|
||||
'no': Abbrechen
|
||||
validator:
|
||||
empty: Bitte geben Sie einen Namen ein
|
||||
exists: Bereits vorhanden
|
||||
contains: Kann kein / enthalten
|
||||
noExt: "Warnung: Erweiterung fehlt. Datei wird als einfacher Text behandelt"
|
||||
changeExt: "Warnung: Dateityp wird von ‚{}‘ auf ‚{}‘ geändert"
|
||||
backlinks:
|
||||
title:
|
||||
one: "Notiz verlinkt zu dieser Notiz"
|
||||
other: "Notizen verlinken zu dieser Notiz"
|
||||
SortingOrderSelector:
|
||||
title: Sortierkriterien
|
||||
PurchaseButton:
|
||||
text: Erwerben für {price}
|
||||
fail: Konnte nicht geladen werden
|
||||
failSend: Konnte die Kaufanfrage nicht senden
|
||||
failPurchase: "Konnte {} nicht kaufen\n"
|
||||
FolderView:
|
||||
syncError: Sync Fehler {}
|
||||
headerOptions:
|
||||
heading: Header Optionen
|
||||
auto: Automatisch erstellter Titel
|
||||
titleFileName: Titel oder Dateiname
|
||||
fileName: Dateiname
|
||||
summary: Zeige Zusammenfassung
|
||||
customize: Angepasste Ansicht
|
||||
views:
|
||||
standard: Standardansicht
|
||||
journal: Journal-Ansicht
|
||||
grid: Raster-Ansicht
|
||||
card: Karten-Ansicht
|
||||
select: Ansicht wählen
|
||||
calendar: Kalender-Ansicht
|
||||
sortingOptions: Sortier Optionen
|
||||
viewOptions: Ansicht Optionen
|
||||
noteDeleted: Notiz gelöscht
|
||||
undo: Rückgängig machen
|
||||
searchFailed: Keine Suchtreffer gefunden
|
||||
actions:
|
||||
moveToFolder: Hierher verschieben
|
||||
pinned: Angeheftet
|
||||
others: Andere
|
||||
imageRenderer:
|
||||
caption: "{first} - {second}"
|
||||
httpError: "Code: {status} für {url}"
|
||||
NoteDeleteDialog:
|
||||
title:
|
||||
one: Möchten Sie diese Notiz löschen?
|
||||
other: Möchten Sie diese {} Notizen löschen?
|
||||
'yes': wahr
|
||||
'no': falsch
|
||||
NoteEditor:
|
||||
renameFile: Datei umbenennen
|
||||
fileName: Dateiname
|
||||
addType: Adding '{}' to supported file types
|
||||
SyncButton:
|
||||
error: Sync Fehler {}
|
||||
PurchaseWidget:
|
||||
failed: Kauf fehlgeschlagen
|
||||
NoteViewer:
|
||||
linkNotFound: Link {} nicht gefunden
|
||||
linkInvalid: Link ‚{}‘ ist ungültig.
|
||||
FolderSelectionDialog:
|
||||
title: Wählen Sie einen Ordner
|
||||
FolderTreeView:
|
||||
notesCount: "{} Notizen"
|
||||
rootFolder: Stammordner
|
||||
ignoredFiles:
|
||||
dot: Beginnt mit einem .
|
||||
ext: Endet nicht mit einem der Folgenden -
|
||||
drawer:
|
||||
setup: Git Host einrichten
|
||||
pro: Pro Version freischalten
|
||||
all: Alle Notizen
|
||||
folders: Ordner
|
||||
fs: Dateisystem
|
||||
tags: Tags
|
||||
share: App teilen
|
||||
rate: Bewerte uns
|
||||
feedback: Feedback
|
||||
bug: Fehlerbericht
|
||||
graph: Graph-Ansicht
|
||||
remote: Git-Service nicht verfügbar
|
||||
addRepo: Repository hinzufügen
|
||||
login: Anmeldung
|
||||
history: History
|
||||
setup:
|
||||
autoConfigure:
|
||||
title: Wie möchten Sie das machen?
|
||||
automatic: Automatisches Einrichten
|
||||
manual: Lass es mich manuell machen
|
||||
autoconfigure:
|
||||
step1: 1. Existierende Repos auflisten oder ein Neues erstellen
|
||||
step2: 2. Einen SSH-Schlüssel auf diesem Gerät erzeugen
|
||||
step3: 3. Den Schlüssel als Anwendungsschlüssel mit Schreibzugriff dem Repository hinzufügen
|
||||
warning: Dies erfordert GitJournal Zugriff auf alle privaten und öffentlichen Repos zu gewähren. Wenn Sie damit nicht einverstanden sind, kehren Sie zurück und wählen Sie die manuelle Einrichtung.
|
||||
authorize: GitJournal authorisieren
|
||||
waitPerm: Warte auf Rechte ...
|
||||
readUser: Nutzer-Info wird gelesen
|
||||
repoSelector:
|
||||
title: Wähle oder erstelle ein Repository
|
||||
hint: Tippen Sie zum Suchen oder Erstellen eines Repos
|
||||
create: Privates Repo {} Erstellen
|
||||
loading: Laden
|
||||
cloneUrl:
|
||||
enter: Geben Sie die Git Clone URL ein
|
||||
validator:
|
||||
empty: Bitte geben Sie etwas Text ein
|
||||
invalid: Ungültige Eingabe
|
||||
onlySsh: Nur ssh URLs sind momentan erlaubt
|
||||
manual:
|
||||
title: Bitte erstellen Sie ein neues Git Repository
|
||||
step1: 1. Gehen Sie zur Webseite, erstellen Sie ein Repo und kopieren dessen Git Clone URL
|
||||
step2: 2. Geben Sie die Git Clone URL ein
|
||||
button: Öffne Erstelle Neues Repo Webseite
|
||||
next: Nächste
|
||||
fail: Gescheitert
|
||||
keyEditors:
|
||||
public: Ungültiger Öffentlicher Schlüssel - Beginnt nicht mit ssh-rsa
|
||||
private: Ungültiger Privater Schlüssel
|
||||
load: Aus einer Datei laden
|
||||
sshKey:
|
||||
generate: Erstelle SSH Schlüssel
|
||||
title: Um auf das Repository zuzugreifen muß dieser Öffentliche Schlüssel als Anwendungsschlüssel kopiert werden
|
||||
step1: 1. Kopiere den Schlüssel
|
||||
step2a: 2. Öffnen Sie die Webseite und geben den "Deploy" Schlüssel ein. Stellen Sie sicher das Schreibzugriff gewährt ist.
|
||||
step2b: 2. Geben Sie diesem SSH Schlüssel Zugang zu dem Git Repo. (Das müssen Sie selber herausfinden)
|
||||
step3: 3. Versuche zu Clonen ...
|
||||
copy: Kopiere Schlüssel
|
||||
copied: Öffentlicher Schlüssel in Zwischenablage kopiert
|
||||
regenerate: Schlüssel neu erstellen
|
||||
openDeploy: Öffnen Anwenden Schlüssel Webseite
|
||||
clone: Clone Repo
|
||||
addDeploy: Als Anwendungsschlüssel hinzufügen
|
||||
save: Speichern
|
||||
sshKeyChoice:
|
||||
title: Wir brauchen SSH Schlüssel zum authentifizieren
|
||||
generate: Erstelle neue Schlüssel
|
||||
custom: Benutzerdefinierte SSH Schlüssel bereitstellen
|
||||
sshKeyUserProvided:
|
||||
public: Öffentlicher Schlüssel -
|
||||
private: Privater Schlüssel
|
||||
password: Passwort des privaten Schlüssel
|
||||
cloning: Clonen ...
|
||||
host:
|
||||
title: Wähle einen Git Hosting Anbieter
|
||||
custom: Benutzerdefiniert
|
||||
feature:
|
||||
darkMode: Dark Mode
|
||||
rawEditor: Raw Editor
|
||||
folderSupport: Unterstützung für Ordner
|
||||
fileNameCustomize: Anpassen des Dateinamen der Notiz
|
||||
noteMetaDataCustomize:
|
||||
title: Anpassen der Metadaten der Notiz
|
||||
subtitle: Zulassen daß GitJournal mit Generatoren statischer Webseiten benutzt wird
|
||||
autoMergeConflicts: Automatisierte Merge-Konflikt Lösung
|
||||
noteSorting: Einstellbare Notizensortierung
|
||||
gitPushFreq: Einstellbare Git Sync Häufigkeit
|
||||
checklistEditor: Checklist Editor
|
||||
journalEditor: Journal Editor
|
||||
diffViews: Verschiedene Ordneransichten - Journal, Raster, Standard
|
||||
imageSupport: Bilder Support
|
||||
tags: Notiz Tags
|
||||
appShortcuts: App Kürzel
|
||||
createRepo: Erstelle angepasste Repos aus der App heraus
|
||||
backlinks: Unterstützung für Notiz Backlinks
|
||||
txtFiles: Textdatei Unterstützung
|
||||
wikiLinks: Wiki-Style Link Unterstützung
|
||||
metaDataTitle: Titel Metadaten anpassen
|
||||
journalEditorDefaultFolder: Anpassen des Standardordners des Journal Editors
|
||||
yamlModifiedKey: Anpassen des YAML veränderten Schlüssels
|
||||
yamlCreatedKey: Anpassen des YAML erstellten Schlüssels
|
||||
yamlTagsKey: Anpassen des YAML Tags Schlüssels
|
||||
disableYamlHeader: Ausschalten der YAML Meatadaten Header
|
||||
customizeHomeScreen: Startbildschirm anpassen
|
||||
zenMode: Zen Schreib Modus
|
||||
emojiSupport:
|
||||
title: Emoji Unterstützung
|
||||
subtitle: "Ändere :heart zu ❤️"
|
||||
allNotesView: Füge eine Ansicht hinzu um "Alle Notizen" zu zeigen
|
||||
basicSearch: Basis Suche
|
||||
customSSHKeys: Verwende Deine eigenen SSH Schlüssel
|
||||
customMetaData: Füge angepasste Metadaten zu neuen Notizen hinzu
|
||||
graphVisualization: Graph Virtualisierung
|
||||
mutliRepos: Mehrere Git Repos
|
||||
customThemes: Angepasste Themes
|
||||
gitLog: Betrachte und Suche in der Git Historie
|
||||
latex: Latex Unterstützung
|
||||
mermaid: Mermaid Diagramm Unterstützung
|
||||
encryptedHosting: Verschlüsseltes Git Hosting
|
||||
desktop: Desktop App
|
||||
markdownToolbar: Markdown Toolbar
|
||||
localization:
|
||||
title: Lokalisierung
|
||||
subtitle: Erlaube GitJournal übersetzt zu werden
|
||||
inlineTags: Inline Tags
|
||||
singleJournalEntry: Einzelne Journal-Eintragsdatei pro Tag
|
||||
configureBottomMenuBar: Konfiguration der unteren Menüleiste
|
||||
customFileNamePerEditor: Angepasste Dateinamen je Editor
|
||||
branchSelection: Git Branch-Auswahl
|
||||
inlineLatex: Unterstützung für Katex in Markdown-Zeilen
|
||||
feature_timeline:
|
||||
title: Feature Zeitleiste
|
||||
progress: In Bearbeitung
|
||||
plan: Geplant
|
||||
issues: Die Entwicklung von GitJournal ist auf GitHub nachverfolgbar. Bitte nehmen Sie sich dann ebenfalls Zeit, um die Issues zu bewerten, welche Sie für am relevantesten halten, Danke.
|
||||
purchase_screen:
|
||||
title: Pro Version
|
||||
desc: 'GitJournal ist vollständig Open Source und das Ergebnis erheblicher Entwicklungsarbeit. Es hat kein Wagniskapital oder Unternehmen im Rücken, und wird dies auch nie haben. Deine Unterstützung hält die Weiterentwicklung aufrecht. GitJournal funktioniert auf einer "Zahle wieviel Du willst"-Basis (mit einem unteren Limit).'
|
||||
restore: Erwerb wiederherstellen
|
||||
oneTime:
|
||||
title: Einmal Erwerb
|
||||
desc: Schaltet alle bestehenden Pro Features in GitJournal frei und alle neuen Features der folgenden 12 Monate
|
||||
monthly:
|
||||
title: Monatliche Rate
|
||||
desc: Schaltet alle Pro Features frei. Nach 12 Monaten oder nach Zahlung von {minYearlyPurchase} bekommst Du alle Vorteile des Einmal Erwerbs
|
||||
thanks:
|
||||
title: Danke
|
||||
subtitle: Toll, dass Du GitJournal unterstütztst
|
||||
expired: Abonnement Abgelaufen am {}
|
||||
unknown: Unbekannt
|
||||
OnBoarding:
|
||||
Skip: Überspringen
|
||||
Next: Nächster
|
||||
getStarted: Erste Schritte
|
||||
subtitle: "Eine Notizen-App basierend auf GitHub"
|
||||
page2: "Deine Notizen werden im Markdown + YAML Header Format gespeichert"
|
||||
page3: "Synchronisieren Sie Ihre lokalen Git-Repositories mit einem beliebigen Anbieter"
|
||||
beta: BETA
|
||||
none: None
|
@ -1,604 +0,0 @@
|
||||
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
|
||||
#
|
||||
# SPDX-License-Identifier: CC-BY-4.0
|
||||
settings:
|
||||
ok: Ok
|
||||
cancel: Cancel
|
||||
title: Settings
|
||||
author:
|
||||
label: Author Name
|
||||
validator: Please enter a name
|
||||
email:
|
||||
label: Email Address
|
||||
validator:
|
||||
empty: Please enter an email
|
||||
invalid: Please enter a valid email
|
||||
display:
|
||||
title: Display Settings
|
||||
homeScreen: Home Screen
|
||||
theme: Theme
|
||||
images:
|
||||
title: Image Settings
|
||||
subtitle: Configure how images are displayed
|
||||
imageTextType:
|
||||
alt: Alt Text
|
||||
altAndTooltip: Alt Text and Tooltip
|
||||
tooltip: Tooltip
|
||||
none: None
|
||||
captions:
|
||||
title: Image Captions
|
||||
subtitle: Configure the image captions
|
||||
useAsCaption: Use as caption
|
||||
overlayCaption: Draw caption on top of large enough images
|
||||
transparentCaption: Overlay captions have a semitransparent background
|
||||
blurBehindCaption: Blur Image behind caption
|
||||
tooltipFirst:
|
||||
title: Show tooltip before alt text
|
||||
tooltip: Current order is “<tooltip> - <altText>”
|
||||
altText: Current order is “<altText> - <tooltip>”
|
||||
captionOverrides: Caption Overrides
|
||||
tagDescription: Put these tags in “” to override the behavior for it.
|
||||
doNotCaptionTags:
|
||||
hint: DoNotCaption-Tags
|
||||
label: Never use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoCaption-Tag”.
|
||||
doCaptionTags:
|
||||
hint: DoCaption-Tags
|
||||
label: Always use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotCaption-Tag”.
|
||||
detailsView:
|
||||
header: Detail View
|
||||
maxZoom: Maximal zoom level
|
||||
rotateGestures:
|
||||
title: Rotate Image with gestures
|
||||
subtitle: Rotate by moving two fingers in a circle
|
||||
theming:
|
||||
title: Image Theming
|
||||
subtitle: Configure how images are themed
|
||||
adjustColors:
|
||||
all: All
|
||||
blackAndWhite: Only black and white
|
||||
grays: Only grays
|
||||
doNotThemeTags:
|
||||
hint: DoNotTheme-Tags
|
||||
label: Never theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoTheme-Tag”.
|
||||
doThemeTags:
|
||||
hint: DoTheme-Tag
|
||||
label: Always theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotTheme-Tag”.
|
||||
matchCanvasColor:
|
||||
title: Match Background Color
|
||||
subtitle: Replaces white/black parts of vector graphics with the canvas color
|
||||
tagDescription: Put these tags in “” to override the behavior for the image.
|
||||
themeOverrides: Theme Overrides
|
||||
themeOverrideTagLocation: Theme Override Tag Location
|
||||
themeRasterGraphics: Theme Raster Graphics (.png/.jpg)
|
||||
themeSvgWithBackground: Theme SVGs With Background
|
||||
themeVectorGraphics:
|
||||
title: Theme Vector Graphics
|
||||
filter: Using Color Filter
|
||||
"off": false
|
||||
"on": true
|
||||
vectorGraphics: Vector Graphics (.svg)
|
||||
vectorGraphicsAdjustColors: Colors to Adjust
|
||||
lang: Language
|
||||
gitAuthor: Git Author Settings
|
||||
versionInfo: GitJournal Version
|
||||
analytics: Analytics
|
||||
crashReports: Collect Anonymous Crash Reports
|
||||
usageStats: Collect Anonymous Usage Statistics
|
||||
debug:
|
||||
title: Debug App
|
||||
subtitle: Look under the hood
|
||||
levels:
|
||||
title: Select Level
|
||||
error: Error
|
||||
warning: warning
|
||||
info: Info
|
||||
debug: Debug
|
||||
verbose: Verbose
|
||||
copy: Debug Logs Copied
|
||||
images:
|
||||
title: Image Settings
|
||||
subtitle: Configure how Images are stored
|
||||
imageLocation: Image Location
|
||||
currentFolder: Same Folder as Note
|
||||
customFolder: Custom Folder
|
||||
gitRemote:
|
||||
changeHost:
|
||||
title: Reconfigure Git Host
|
||||
subtitle: Notes which have not been synced will be lost
|
||||
ok: Ok
|
||||
cancel: Cancel
|
||||
title: Git Remote Settings
|
||||
subtitle: Configure where your notes are synced
|
||||
host: Git Host
|
||||
branch: Branch
|
||||
resetHard:
|
||||
title: Reset Git Host
|
||||
subtitle: This will HARD reset the current branch to its remote
|
||||
noteMetaData:
|
||||
title: Note Metadata Settings
|
||||
subtitle: Configure how the Note Metadata is saved
|
||||
text: Every note has some metadata which is stored in a YAML Header as follows -
|
||||
enableHeader: Enable YAML Header
|
||||
unixTimestampMagnitude: Unix Timestamp Magnitude
|
||||
unixTimestampDateMagnitude:
|
||||
seconds: Seconds
|
||||
milliseconds: Milliseconds
|
||||
modified: Modified Field
|
||||
modifiedFormat: Modified Format
|
||||
created: Created Field
|
||||
createdFormat: Created Format
|
||||
dateFormat:
|
||||
iso8601: ISO 8601
|
||||
none: None
|
||||
unixTimestamp: Unix Timestamp
|
||||
tags: Tags Field
|
||||
example:
|
||||
title: Example Title
|
||||
titleMetaData:
|
||||
title: Title
|
||||
fromH1: Text Header 1
|
||||
fromYaml: From YAML 'title'
|
||||
filename: FileName
|
||||
exampleTitle: Pigeons
|
||||
exampleBody: I think they might be evil. Even more evil than penguins.
|
||||
exampleTag1: Birds
|
||||
exampleTag2: Evil
|
||||
customMetaData:
|
||||
title: Custom MetaData
|
||||
invalid: Invalid YAML
|
||||
output: Output
|
||||
input: Input
|
||||
editorType: Editor Type Field
|
||||
privacy: Privacy Policy
|
||||
terms: Terms and Conditions
|
||||
experimental:
|
||||
title: Experimental Features
|
||||
subtitle: Try out features in Development
|
||||
markdownToolbar: Show Markdown Toolbar in Editor
|
||||
graphView: Graph View
|
||||
accounts: Platform Independent Accounts
|
||||
includeSubfolders: Include Subfolders
|
||||
experimentalGitOps: Dart-only Git implementation
|
||||
merge: Dart-only merge implementation
|
||||
autoCompleteTags: Tags Auto Completion
|
||||
history: History View
|
||||
editors:
|
||||
title: Editor Settings
|
||||
subtitle: Configure how different editors work
|
||||
defaultEditor: Default Editor
|
||||
defaultState: Default State
|
||||
markdownEditor: Markdown Editor
|
||||
journalEditor: Journal Editor
|
||||
defaultFolder: Default Folder
|
||||
checklistEditor: Checklist Editor
|
||||
rawEditor: Raw Editor
|
||||
choose: Choose Editor
|
||||
orgEditor: Org Editor
|
||||
defaultNoteFormat: Default Note Format
|
||||
journalDefaultFolderSelect: Creating a Note in '{}'
|
||||
sortingField:
|
||||
modified: Last Modified
|
||||
created: Created
|
||||
filename: File Name
|
||||
title: Title
|
||||
sortingOrder:
|
||||
asc: Ascending
|
||||
desc: Descending
|
||||
sortingMode:
|
||||
field: Field
|
||||
order: Order
|
||||
remoteSync:
|
||||
auto: Automatic
|
||||
manual: Manual
|
||||
tags:
|
||||
title: Tags Settings
|
||||
subtitle: Configure how inline tags are parsed
|
||||
enable: Parse Inline Tags
|
||||
prefixes: Inline Tags Prefixes
|
||||
misc:
|
||||
title: Misc Settings
|
||||
swipe: Swipe to Delete Note
|
||||
listView: List View
|
||||
confirmDelete: Show a Popup to Confirm Deletes
|
||||
hardWrap: Enable hardWrap
|
||||
emoji: Emojify text
|
||||
NoteFileNameFormat:
|
||||
iso8601WithTimeZone: ISO8601 With TimeZone
|
||||
iso8601: ISO8601
|
||||
iso8601WithoutColon: ISO8601 without Colons
|
||||
title: Title
|
||||
uuid: Uuid V4
|
||||
zettelkasten: yyyymmddhhmmss
|
||||
simple: yyyy-mm-dd-hh-mm-ss
|
||||
dateOnly: yyyy-mm-dd
|
||||
kebabCase: Kebab Case
|
||||
sshKey:
|
||||
keyType: SSH Key Type
|
||||
rsa: RSA
|
||||
ed25519: Ed25519
|
||||
|
||||
HomeScreen:
|
||||
allNotes: All Notes
|
||||
allFolders: All Folders
|
||||
EditorDefaultView:
|
||||
edit: Edit
|
||||
view: View
|
||||
lastUsed: Last Used
|
||||
theme:
|
||||
light: Light Theme
|
||||
dark: Dark Theme
|
||||
default: System Default
|
||||
versionCopied: Copied version to clipboard
|
||||
ssh:
|
||||
syncFreq: Sync Frequency
|
||||
note:
|
||||
title: Note Settings
|
||||
defaultFolder: Default Folder for new notes
|
||||
newNoteFileName: New Note Filename
|
||||
storage:
|
||||
title: Storage
|
||||
fileName: filename
|
||||
external: Store Repo Externally
|
||||
icloud: Store in iCloud
|
||||
repoLocation: Repo Location
|
||||
notWritable: "{} is not writable"
|
||||
failedExternal: Unable to get External Storage Directory
|
||||
permissionFailed: External Storage Permission Failed
|
||||
drawer:
|
||||
title: Sidebar Settings
|
||||
bottomMenuBar:
|
||||
title: Bottom Menu Bar
|
||||
subtitle: Configure its appearance and behavior
|
||||
enable: Enable Bottom Menu Bar
|
||||
deleteRepo: Delete Repository
|
||||
fileFormat:
|
||||
markdown: Markdown
|
||||
txt: Txt
|
||||
orgMode: Org Mode
|
||||
fileTypes:
|
||||
title: Note File Types
|
||||
subtitle: Configure what files are considered Notes
|
||||
numFiles:
|
||||
one: "{} File"
|
||||
other: "{} Files"
|
||||
noExt: No Extension
|
||||
list:
|
||||
userInterface:
|
||||
title: User Interface
|
||||
subtitle: Theme, Language, Home, Bottom Bar, Rendering
|
||||
git:
|
||||
title: Git
|
||||
subtitle: Git Author, Remote, Sync Frequency
|
||||
editor:
|
||||
title: Editor
|
||||
subtitle: Default Editor, Default View
|
||||
storage:
|
||||
title: Storage & File Formats
|
||||
subtitle: Storage, Serialization, Metadata, File Formats
|
||||
analytics:
|
||||
title: Analytics
|
||||
subtitle: It's important that you feel comfortable
|
||||
debug:
|
||||
title: Debug
|
||||
subtitle: Peek inside the inner workings of GitJournal
|
||||
experiments:
|
||||
title: Experiments
|
||||
subtitle: Play around with experimental features
|
||||
project:
|
||||
header: Project
|
||||
docs: Documentation & Support
|
||||
contribute: Contribute
|
||||
about: About
|
||||
license:
|
||||
title: Licenses
|
||||
subtitle: GitJoural uses other great software
|
||||
editors:
|
||||
checklist:
|
||||
add: Add Item
|
||||
common:
|
||||
defaultBodyHint: Write here
|
||||
defaultTitleHint: Title
|
||||
discard: Discard Changes
|
||||
share: Share Note
|
||||
takePhoto: Take Photo
|
||||
addImage: Add Image from Gallery
|
||||
editFileName: Edit File Name
|
||||
tags: Edit Tags
|
||||
zen:
|
||||
enable: Enable Zen Mode
|
||||
disable: Disable Zen Mode
|
||||
saveNoteFailed:
|
||||
title: Failed to Save Note
|
||||
message: We're sorry, but we cannot seem to save the Note. It has been copied to the clipboard to avoid data loss.
|
||||
defaultFileNameHint: File Name
|
||||
find: Find in note
|
||||
pro: Pro
|
||||
actions:
|
||||
newNote: New Note
|
||||
newJournal: New Journal Entry
|
||||
newChecklist: New Checklist
|
||||
screens:
|
||||
folders:
|
||||
title: Folders
|
||||
selected: Folder Selected
|
||||
dialog:
|
||||
title: Create new Folder
|
||||
create: Create
|
||||
discard: Discard
|
||||
errorDialog:
|
||||
title: Error
|
||||
deleteContent: Cannot delete a Folder which contains notes
|
||||
renameContent: Cannot rename Root Folder
|
||||
ok: Ok
|
||||
actions:
|
||||
rename: Rename Folder
|
||||
subFolder: Create Sub-Folder
|
||||
delete: Delete Folder
|
||||
decoration: Folder Name
|
||||
empty: Please enter a name
|
||||
tags:
|
||||
title: Tags
|
||||
empty: No Tags Found
|
||||
filesystem:
|
||||
ignoredFile:
|
||||
title: File Ignored
|
||||
ok: Ok
|
||||
rename: Rename
|
||||
rename:
|
||||
decoration: File Name
|
||||
title: Rename
|
||||
folder_view:
|
||||
empty: Let's add some notes?
|
||||
home:
|
||||
allNotes: All Notes
|
||||
cacheLoading:
|
||||
text: Reading Git History ...
|
||||
error:
|
||||
title: Error
|
||||
message: The repo couldn't be opened. Please file a bug and recreate the repo.
|
||||
widgets:
|
||||
rename:
|
||||
"yes": Rename
|
||||
"no": Cancel
|
||||
validator:
|
||||
empty: Please enter a name
|
||||
exists: Already Exists
|
||||
contains: Cannot contain /
|
||||
noExt: "Warning: Extension missing. Will treat file as plain text"
|
||||
changeExt: "Warning: Changing file type from '{}' to '{}'"
|
||||
backlinks:
|
||||
title:
|
||||
one: "{} Note links to this Note"
|
||||
other: "{} Notes link to this Note"
|
||||
SortingOrderSelector:
|
||||
title: Sorting Criteria
|
||||
PurchaseButton:
|
||||
text: Purchase for {price}
|
||||
fail: Failed to Load
|
||||
failSend: Failed to send purchase request
|
||||
failPurchase: Failed to Purchase - {}
|
||||
FolderView:
|
||||
syncError: Sync Error {}
|
||||
headerOptions:
|
||||
heading: Header Options
|
||||
auto: Auto Generated Title
|
||||
titleFileName: Title or FileName
|
||||
fileName: FileName
|
||||
summary: Show Summary
|
||||
customize: Customize View
|
||||
views:
|
||||
standard: Standard View
|
||||
journal: Journal View
|
||||
grid: Grid View
|
||||
card: Card View
|
||||
select: Select View
|
||||
calendar: Calendar View
|
||||
sortingOptions: Sorting Options
|
||||
viewOptions: View Options
|
||||
noteDeleted: Note Deleted
|
||||
undo: Undo
|
||||
searchFailed: No Search Results Found
|
||||
actions:
|
||||
moveToFolder: Move To Folder
|
||||
pinned: Pinned
|
||||
others: Others
|
||||
imageRenderer:
|
||||
caption: "{first} - {second}"
|
||||
httpError: "Code: {status} for {url}"
|
||||
NoteDeleteDialog:
|
||||
title:
|
||||
one: Do you want to delete this note?
|
||||
other: Do you want to delete these {} notes?
|
||||
"yes": true
|
||||
"no": false
|
||||
NoteEditor:
|
||||
renameFile: Rename File
|
||||
fileName: Filename
|
||||
addType: Adding '{}' to supported file types
|
||||
SyncButton:
|
||||
error: Sync Error {}
|
||||
PurchaseWidget:
|
||||
failed: Purchase Failed
|
||||
NoteViewer:
|
||||
linkNotFound: Link '{}' not found
|
||||
linkInvalid: Link '{}' is invalid.
|
||||
FolderSelectionDialog:
|
||||
title: Select a Folder
|
||||
FolderTreeView:
|
||||
notesCount: "{} Notes"
|
||||
rootFolder: Root Folder
|
||||
ignoredFiles:
|
||||
dot: Starts with a .
|
||||
ext: Doesn't end with one of the following -
|
||||
drawer:
|
||||
setup: Setup Git Host
|
||||
pro: Unlock Pro Version
|
||||
all: All Notes
|
||||
folders: Folders
|
||||
fs: File System
|
||||
tags: Tags
|
||||
share: Share App
|
||||
rate: Rate Us
|
||||
feedback: Feedback
|
||||
bug: Bug Report
|
||||
graph: Graph View
|
||||
remote: No Git Host
|
||||
addRepo: Add Repository
|
||||
login: Login
|
||||
history: History
|
||||
setup:
|
||||
autoConfigure:
|
||||
title: How do you want to do this?
|
||||
automatic: Setup Automatically
|
||||
manual: Let me do it manually
|
||||
autoconfigure:
|
||||
step1: 1. List your existing repos or create a new repo
|
||||
step2: 2. Generate an SSH Key on this device
|
||||
step3: 3. Add the key as a deploy key with write access to the repository
|
||||
warning: This will require granting GitJournal access to all private and public repos. If you're not comfortable with that please go back and chose the manual setup option.
|
||||
authorize: Authorize GitJournal
|
||||
waitPerm: Waiting for Permissions ...
|
||||
readUser: Reading User Info
|
||||
repoSelector:
|
||||
title: Select or Create a Repository
|
||||
hint: Type to Search or Create a Repo
|
||||
create: Create Private Repo {}
|
||||
loading: Loading
|
||||
cloneUrl:
|
||||
enter: Enter the Git Clone URL
|
||||
validator:
|
||||
empty: Please enter some text
|
||||
invalid: Invalid Input
|
||||
onlySsh: Only SSH urls are currently accepted
|
||||
manual:
|
||||
title: Please create a new git repository -
|
||||
step1: 1. Go to the website, create a repo and copy its git clone URL
|
||||
step2: 2. Enter the Git clone URL
|
||||
button: Open Create New Repo Webpage
|
||||
next: Next
|
||||
fail: Failed
|
||||
keyEditors:
|
||||
public: Invalid Public Key - Doesn't start with ssh-rsa or ssh-ed25519
|
||||
private: Invalid Private Key
|
||||
load: Load from File
|
||||
sshKey:
|
||||
generate: Generating SSH Key
|
||||
title: In order to access this repository, this public key must be copied as a deploy key
|
||||
step1: 1. Copy the key
|
||||
step2a: 2. Open webpage, and paste the deploy key. Make sure it is given Write Access.
|
||||
step2b: 2. Give this SSH Key access to the git repo. (You need to figure it out yourself)
|
||||
step3: 3. Try Cloning ..
|
||||
copy: Copy Key
|
||||
copied: Public Key copied to Clipboard
|
||||
regenerate: Regenerate Key
|
||||
openDeploy: Open Deploy Key Webpage
|
||||
clone: Clone Repo
|
||||
addDeploy: Adding as a Deploy Key
|
||||
save: Save
|
||||
sshKeyChoice:
|
||||
title: We need SSH keys to authenticate -
|
||||
generate: Generate new keys
|
||||
custom: Provide Custom SSH Keys
|
||||
sshKeyUserProvided:
|
||||
public: Public Key -
|
||||
private: Private Key -
|
||||
password: Private Key Password
|
||||
cloning: Cloning ...
|
||||
host:
|
||||
title: Select a Git Hosting Provider -
|
||||
custom: Custom
|
||||
feature:
|
||||
darkMode: Dark Mode
|
||||
rawEditor: Raw Editor
|
||||
folderSupport: Folder Support
|
||||
fileNameCustomize: Customize Note FileName
|
||||
noteMetaDataCustomize:
|
||||
title: Customize Note Metadata
|
||||
subtitle: Allows GitJournal to be used with static website generators
|
||||
autoMergeConflicts: Automation Merge Conflict Resolution
|
||||
noteSorting: Configurable Note Sorting
|
||||
gitPushFreq: Configurable Git Sync Frequency
|
||||
checklistEditor: Checklist Editor
|
||||
journalEditor: Journal Editor
|
||||
diffViews: Different Folder Views - Journal, Grid, Standard
|
||||
imageSupport: Image Support
|
||||
tags: Note Tags
|
||||
appShortcuts: App Shortcuts
|
||||
createRepo: Create Custom Repos from within App
|
||||
backlinks: Note Backlinks Support
|
||||
txtFiles: Txt File Support
|
||||
wikiLinks: Wiki Style Links Support
|
||||
metaDataTitle: Customize Title MetaData
|
||||
journalEditorDefaultFolder: Customize Default Folder for Journal Editor
|
||||
yamlModifiedKey: Customize the YAML modified key
|
||||
yamlCreatedKey: Customize the YAML created key
|
||||
yamlTagsKey: Customize the YAML tags key
|
||||
disableYamlHeader: Disable YAML Metadata Header
|
||||
customizeHomeScreen: Customize Home Screen
|
||||
zenMode: Zen Writing Mode
|
||||
emojiSupport:
|
||||
title: Emoji Support
|
||||
subtitle: "Convert :heart: to ❤️"
|
||||
allNotesView: Add a screen to show "All Notes"
|
||||
basicSearch: Basic Search
|
||||
customSSHKeys: Provide your own SSH Keys
|
||||
customMetaData: Add Custom Metadata to new Notes
|
||||
graphVisualization: Graph Visualization
|
||||
mutliRepos: Multiple Git Repos
|
||||
customThemes: Custom Themes
|
||||
gitLog: View and Search through Git History
|
||||
latex: Latex Support
|
||||
mermaid: Mermaid Diagram Support
|
||||
encryptedHosting: Encrypted Git Hosting
|
||||
desktop: Desktop App
|
||||
markdownToolbar: Markdown Toolbar
|
||||
localization:
|
||||
title: Localization
|
||||
subtitle: Allow GitJournal to be translated
|
||||
inlineTags: Inline Tags
|
||||
singleJournalEntry: Single Journal Entry File per day
|
||||
configureBottomMenuBar: Configure the Bottom Menu Bar
|
||||
customFileNamePerEditor: Custom FileName per Editor
|
||||
branchSelection: Git Branch Selection
|
||||
inlineLatex: Inline Katex Support in Markdown
|
||||
feature_timeline:
|
||||
title: Feature Timeline
|
||||
progress: In Progress
|
||||
plan: Planned
|
||||
issues: GitJournal's development is tracked on Github. Please consider voting on the issues you consider important.
|
||||
purchase_screen:
|
||||
title: Pro Version
|
||||
desc: 'GitJournal is completely open source and is the result of significant development work. It has no venture capital or corporation backing and it never will. Your support directly sustains development. GitJournal operates on a "pay what you want model (with a minimum)".'
|
||||
restore: Restore Purchase
|
||||
oneTime:
|
||||
title: One Time Purchase
|
||||
desc: Permanently enables all Pro features currently in GitJournal and new features added in the following 12 months.
|
||||
monthly:
|
||||
title: Monthly Installments
|
||||
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
|
||||
expired: Subscription Expired on {}
|
||||
unknown: Unknown
|
||||
OnBoarding:
|
||||
Skip: Skip
|
||||
Next: Next
|
||||
getStarted: Get Started
|
||||
subtitle: "An Open Source Note Taking App built on top of Git"
|
||||
page2: "Your Notes are stored in a standard Markdown + YAML Header format"
|
||||
page3: "Sync your Local Git Repo with any provider"
|
||||
beta: BETA
|
||||
none: None
|
@ -1,602 +0,0 @@
|
||||
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
|
||||
#
|
||||
# SPDX-License-Identifier: CC-BY-4.0
|
||||
settings:
|
||||
ok: Aceptar
|
||||
cancel: Cancelar
|
||||
title: Configuración
|
||||
author:
|
||||
label: Nombre Completo
|
||||
validator: Por favor, ingrese un nombre
|
||||
email:
|
||||
label: Correo Electrónico
|
||||
validator:
|
||||
empty: Por favor, ingrese un correo electrónico
|
||||
invalid: Por favor, ingrese un correo electrónico válido
|
||||
display:
|
||||
title: Mostrar Configuración
|
||||
homeScreen: Ventana Principal
|
||||
theme: Theme
|
||||
images:
|
||||
title: Image Settings
|
||||
subtitle: Configure how images are displayed
|
||||
imageTextType:
|
||||
alt: Alt Text
|
||||
altAndTooltip: Alt Text and Tooltip
|
||||
tooltip: Tooltip
|
||||
none: None
|
||||
captions:
|
||||
title: Image Captions
|
||||
subtitle: Configure the image captions
|
||||
useAsCaption: Use as caption
|
||||
overlayCaption: Draw caption on top of large enough images
|
||||
transparentCaption: Overlay captions have a semitransparent background
|
||||
blurBehindCaption: Blur Image behind caption
|
||||
tooltipFirst:
|
||||
title: Show tooltip before alt text
|
||||
tooltip: Current order is “<tooltip> - <altText>”
|
||||
altText: Current order is “<altText> - <tooltip>”
|
||||
captionOverrides: Caption Overrides
|
||||
tagDescription: Put these tags in “” to override the behavior for it.
|
||||
doNotCaptionTags:
|
||||
hint: DoNotCaption-Tags
|
||||
label: Never use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoCaption-Tag”.
|
||||
doCaptionTags:
|
||||
hint: DoCaption-Tags
|
||||
label: Always use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotCaption-Tag”.
|
||||
detailsView:
|
||||
header: Detail View
|
||||
maxZoom: Maximal zoom level
|
||||
rotateGestures:
|
||||
title: Rotate Image with gestures
|
||||
subtitle: Rotate by moving two fingers in a circle
|
||||
theming:
|
||||
title: Image Theming
|
||||
subtitle: Configure how images are themed
|
||||
adjustColors:
|
||||
all: All
|
||||
blackAndWhite: Only black and white
|
||||
grays: Only grays
|
||||
doNotThemeTags:
|
||||
hint: DoNotTheme-Tags
|
||||
label: Never theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoTheme-Tag”.
|
||||
doThemeTags:
|
||||
hint: DoTheme-Tag
|
||||
label: Always theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotTheme-Tag”.
|
||||
matchCanvasColor:
|
||||
title: Match Background Color
|
||||
subtitle: Replaces white/black parts of vector graphics with the canvas color
|
||||
tagDescription: Put these tags in “” to override the behavior for the image.
|
||||
themeOverrides: Theme Overrides
|
||||
themeOverrideTagLocation: Theme Override Tag Location
|
||||
themeRasterGraphics: Theme Raster Graphics (.png/.jpg)
|
||||
themeSvgWithBackground: Theme SVGs With Background
|
||||
themeVectorGraphics:
|
||||
title: Theme Vector Graphics
|
||||
filter: Using Color Filter
|
||||
'off': false
|
||||
'on': true
|
||||
vectorGraphics: Vector Graphics (.svg)
|
||||
vectorGraphicsAdjustColors: Colors to Adjust
|
||||
lang: Language
|
||||
gitAuthor: Configuración de Autor Git
|
||||
versionInfo: Información de Versión
|
||||
analytics: Analítica
|
||||
crashReports: Colectar Reporte Anónimo de Fallas
|
||||
usageStats: Colectar Estadísticas Anónimas de Uso
|
||||
debug:
|
||||
title: Depurar Aplicación
|
||||
subtitle: Mirar bajo el capó
|
||||
levels:
|
||||
title: Seleccionar Nivel
|
||||
error: Error
|
||||
warning: advertencia
|
||||
info: Info
|
||||
debug: Depurar
|
||||
verbose: Verboso
|
||||
copy: Debug Logs Copied
|
||||
images:
|
||||
title: Configuración de Imagen
|
||||
subtitle: Configurar como son almacenadas las imágenes
|
||||
imageLocation: Ubicación de Imagen
|
||||
currentFolder: Misma Carpeta de Notas
|
||||
customFolder: Carpeta Personalizada
|
||||
gitRemote:
|
||||
changeHost:
|
||||
title: ¿Reconfigurar Servidor Git?
|
||||
subtitle: Notas que no hayan sido sincronizadas se perderán
|
||||
ok: Aceptar
|
||||
cancel: Cancelar
|
||||
title: Configuración Git Remoto
|
||||
subtitle: Configure dónde son sincronizadas las notas
|
||||
host: Git Host
|
||||
branch: Branch
|
||||
resetHard:
|
||||
title: Reset Git Host
|
||||
subtitle: This will HARD reset the current branch to its remote
|
||||
noteMetaData:
|
||||
title: Cofiguración de Metadatos de la Nota
|
||||
subtitle: Configure como los Metadatos de la Nota es guardada
|
||||
text: Cada nota tiene algunos metadatos que son almacenados en un encabezado YAML como sigue -
|
||||
enableHeader: Habilitar encabezado YAML
|
||||
modified: Campo Modificado
|
||||
created: Campo Creado
|
||||
tags: Campo de Etiquetas
|
||||
example:
|
||||
title: Título de Ejemplo
|
||||
titleMetaData:
|
||||
title: Título
|
||||
fromH1: Texto de Encabezado 1
|
||||
fromYaml: "'Título' desde YAML"
|
||||
filename: FileName
|
||||
exampleTitle: Palomas
|
||||
# In Spanish, a lot of words are gender oriented or have gender. So, assuming "They" refers to Pigeons, I used the female word for that bird.
|
||||
exampleBody: Creo que pueden ser malvadas. Incluso más malvadas que los pingüinos.
|
||||
exampleTag1: Aves
|
||||
exampleTag2: Malvado
|
||||
customMetaData:
|
||||
title: Metadato Personalizado
|
||||
invalid: YAML no válido
|
||||
output: Output
|
||||
input: Input
|
||||
editorType: Editor Type Field
|
||||
privacy: Política de Privacidad
|
||||
terms: Términos y Condiciones
|
||||
experimental:
|
||||
title: Características Experimentales
|
||||
subtitle: Probar características en desarrollo
|
||||
markdownToolbar: Mostrar Barra de Herramientas Markdown en Editor
|
||||
graphView: Graph View
|
||||
accounts: Platform Independent Accounts
|
||||
includeSubfolders: Include Subfolders
|
||||
experimentalGitOps: Dart-only Git implementation
|
||||
merge: Dart-only merge implementation
|
||||
autoCompleteTags: Tags Auto Completion
|
||||
history: History View
|
||||
editors:
|
||||
title: Editor de Configuración
|
||||
subtitle: Configurar como funcionan distintos editores
|
||||
defaultEditor: Editor por Defecto
|
||||
defaultState: Estado por Defecto
|
||||
markdownEditor: Editor Markdown
|
||||
journalEditor: Editor Diario
|
||||
defaultFolder: Carpeta por Defecto
|
||||
checklistEditor: Editor de Lista de Verificación
|
||||
rawEditor: Editor Sin Formato
|
||||
choose: Seleccionar Editor
|
||||
orgEditor: Org Editor
|
||||
defaultNoteFormat: Default Note Format
|
||||
journalDefaultFolderSelect: Creating a Note in '{}'
|
||||
sortingField:
|
||||
modified: Última Modificación
|
||||
created: Creado
|
||||
filename: Nombre de Archivo
|
||||
title: Título
|
||||
sortingOrder:
|
||||
asc: Ascendente
|
||||
desc: Descendente
|
||||
sortingMode:
|
||||
field: Campo
|
||||
order: Orden
|
||||
remoteSync:
|
||||
auto: Automático
|
||||
manual: Manual
|
||||
tags:
|
||||
title: Configuración de Etiquetas
|
||||
subtitle: Configurar cómo se analizan las etiquetas en línea
|
||||
enable: Analizar las etiquetas en línea
|
||||
prefixes: Prefijos de etiqetas en línea
|
||||
misc:
|
||||
title: Ajustes Varios
|
||||
swipe: Deslizar para Eliminar Nota
|
||||
listView: Ver Lista
|
||||
confirmDelete: Show a Popup to Confirm Deletes
|
||||
hardWrap: Enable hardWrap
|
||||
emoji: Emojify text
|
||||
NoteFileNameFormat:
|
||||
iso8601WithTimeZone: ISO8601 con Zona Horaria
|
||||
# No requerido
|
||||
# Not required
|
||||
iso8601: ISO8601
|
||||
iso8601WithoutColon: ISO8601 sin dos puntos
|
||||
title: Título
|
||||
# Traducción no requerida
|
||||
# No translation required
|
||||
uuid: Uuid V4
|
||||
# In Spanish, not many people could understand the convention
|
||||
# aaaammddhhmmss
|
||||
# I hope for clear information (sample) at UI level for all users.
|
||||
zettelkasten: aaaammddhhmmss
|
||||
simple: yyyy-mm-dd-hh-mm-ss
|
||||
dateOnly: yyyy-mm-dd
|
||||
kebabCase: Kebab Case
|
||||
HomeScreen:
|
||||
allNotes: Todas
|
||||
allFolders: Todas las Carpetas
|
||||
EditorDefaultView:
|
||||
edit: Editar
|
||||
view: View
|
||||
lastUsed: Last Used
|
||||
theme:
|
||||
light: Light Theme
|
||||
dark: Dark Theme
|
||||
default: System Default
|
||||
versionCopied: Copied version to clipboard
|
||||
ssh:
|
||||
syncFreq: Sync Frequency
|
||||
note:
|
||||
title: Note Settings
|
||||
defaultFolder: Default Folder for new notes
|
||||
newNoteFileName: New Note Filename
|
||||
storage:
|
||||
title: Storage
|
||||
fileName: filename
|
||||
external: Store Repo Externally
|
||||
icloud: Store in iCloud
|
||||
repoLocation: Repo Location
|
||||
notWritable: "{} is not writable"
|
||||
failedExternal: Unable to get External Storage Directory
|
||||
permissionFailed: External Storage Permission Failed
|
||||
drawer:
|
||||
title: Sidebar Settings
|
||||
bottomMenuBar:
|
||||
title: Bottom Menu Bar
|
||||
subtitle: Configure its appearance and behavior
|
||||
enable: Enable Bottom Menu Bar
|
||||
deleteRepo: Delete Repository
|
||||
fileFormat:
|
||||
markdown: Markdown
|
||||
txt: Txt
|
||||
orgMode: Org Mode
|
||||
fileTypes:
|
||||
title: Note File Types
|
||||
subtitle: Configure what files are considered Notes
|
||||
numFiles:
|
||||
one: "{} File"
|
||||
other: ""
|
||||
noExt: No Extension
|
||||
list:
|
||||
userInterface:
|
||||
title: User Interface
|
||||
subtitle: Theme, Language, Home, Bottom Bar, Rendering
|
||||
git:
|
||||
title: Git
|
||||
subtitle: Git Author, Remote, Sync Frequency
|
||||
editor:
|
||||
title: Editor
|
||||
subtitle: Default Editor, Default View
|
||||
storage:
|
||||
title: Storage & File Formats
|
||||
subtitle: Storage, Serialization, Metadata, File Formats
|
||||
analytics:
|
||||
title: Analytics
|
||||
subtitle: It's important that you feel comfortable
|
||||
debug:
|
||||
title: Debug
|
||||
subtitle: Peek inside the inner workings of GitJournal
|
||||
experiments:
|
||||
title: Experiments
|
||||
subtitle: Play around with experimental features
|
||||
project:
|
||||
header: Project
|
||||
docs: Documentation & Support
|
||||
contribute: Contribute
|
||||
about: About
|
||||
license:
|
||||
title: Licenses
|
||||
subtitle: GitJoural uses other great software
|
||||
sshKey:
|
||||
keyType: SSH Key Type
|
||||
rsa: RSA
|
||||
ed25519: Ed25519
|
||||
editors:
|
||||
checklist:
|
||||
add: Agregar
|
||||
common:
|
||||
defaultBodyHint: Escribir Aquí
|
||||
defaultTitleHint: Título
|
||||
discard: Descartar Cambios
|
||||
share: Compartir Nota
|
||||
takePhoto: Tomar Foto
|
||||
addImage: Añadir Imagen desde la Galería
|
||||
editFileName: Editar Nombre de Archivo
|
||||
tags: Editar Etiquetas
|
||||
zen:
|
||||
enable: Habilitar Modo Zen
|
||||
disable: Deshabilitar Modo Zen
|
||||
saveNoteFailed:
|
||||
title: Error al Guardar la Nota
|
||||
message: Lo sentimos, parece que la nota no pudo ser guardada. Ha sido copiada al portapapeles para evitar perder datos.
|
||||
defaultFileNameHint: File Name
|
||||
find: Find in note
|
||||
pro: Pro
|
||||
actions:
|
||||
newNote: Nueva Nota
|
||||
newJournal: Nueva Entrada de Diario
|
||||
newChecklist: Nueva Lista
|
||||
screens:
|
||||
folders:
|
||||
title: Carpetas
|
||||
selected: Carpeta Seleccionada
|
||||
dialog:
|
||||
title: Crear nueva carpeta
|
||||
create: Crear
|
||||
discard: Descartar
|
||||
errorDialog:
|
||||
title: Error
|
||||
deleteContent: No puede eliminarse una carpeta que contiene notas
|
||||
renameContent: No puede renombrarse la carpeta raíz
|
||||
ok: Aceptar
|
||||
actions:
|
||||
rename: Renombrar Carpeta
|
||||
subFolder: Crear subcarpeta
|
||||
delete: Eliminar Carpeta
|
||||
decoration: Nombre de Carpeta
|
||||
empty: Porfavor, ingrese un nombre
|
||||
tags:
|
||||
title: Etiquetas
|
||||
empty: Etiquetas no Encontradas
|
||||
filesystem:
|
||||
ignoredFile:
|
||||
title: Archivo Ignorado
|
||||
ok: Aceptar
|
||||
rename: Renombrar
|
||||
rename:
|
||||
decoration: Nombre de Archivo
|
||||
title: Renombrar
|
||||
folder_view:
|
||||
empty: ¿Agregamos algunas notas?
|
||||
home:
|
||||
allNotes: All Notes
|
||||
cacheLoading:
|
||||
text: Reading Git History ...
|
||||
error:
|
||||
title: Error
|
||||
message: The repo couldn't be opened. Please file a bug and recreate the repo.
|
||||
widgets:
|
||||
rename:
|
||||
'yes': Renombrar
|
||||
'no': Cancelar
|
||||
validator:
|
||||
empty: Por favor, ingrese un nombre
|
||||
exists: Ya Existe
|
||||
contains: No puede contener /
|
||||
noExt: "Warning: Extension missing. Will treat file as plain text"
|
||||
changeExt: "Warning: Changing file type from '{}' to '{}'"
|
||||
backlinks:
|
||||
title:
|
||||
one: "{} Nota vinculada a esta nota"
|
||||
other: "{} Notas vinculadas a esta nota"
|
||||
SortingOrderSelector:
|
||||
title: Criterios de Ordenación
|
||||
PurchaseButton:
|
||||
text: Comprar por {price}
|
||||
fail: Falla al Cargar
|
||||
failSend: Failed to send purchase request
|
||||
failPurchase: Failed to Purchase - {}
|
||||
FolderView:
|
||||
syncError: Error de Sincronización {}
|
||||
headerOptions:
|
||||
heading: Opciones de Encabezado
|
||||
auto: Autogenerar Título
|
||||
titleFileName: Título o Nombre de Archivo
|
||||
fileName: Nombre de Archivo
|
||||
summary: Mostrar Resumen
|
||||
customize: Personalizar Vista
|
||||
views:
|
||||
standard: Vista Estándar
|
||||
journal: Vista de Diario
|
||||
grid: Vista de Cuadrícula
|
||||
card: Vista de Tarjeta
|
||||
select: Seleccionar Vista
|
||||
calendar: Calendar View
|
||||
sortingOptions: Opciones de Ordenación
|
||||
viewOptions: Opciones de Vista
|
||||
noteDeleted: Note Deleted
|
||||
undo: Undo
|
||||
searchFailed: No Search Results Found
|
||||
actions:
|
||||
moveToFolder: Move To Folder
|
||||
pinned: Pinned
|
||||
others: Others
|
||||
imageRenderer:
|
||||
caption: "{first} - {second}"
|
||||
httpError: "Code: {status} for {url}"
|
||||
NoteDeleteDialog:
|
||||
title:
|
||||
one: Do you want to delete this note?
|
||||
other: ""
|
||||
'yes': true
|
||||
'no': false
|
||||
NoteEditor:
|
||||
renameFile: Rename File
|
||||
fileName: Filename
|
||||
addType: Adding '{}' to supported file types
|
||||
SyncButton:
|
||||
error: Sync Error {}
|
||||
PurchaseWidget:
|
||||
failed: Purchase Failed
|
||||
NoteViewer:
|
||||
linkNotFound: Link '{}' not found
|
||||
linkInvalid: Link '{}' is invalid.
|
||||
FolderSelectionDialog:
|
||||
title: Select a Folder
|
||||
FolderTreeView:
|
||||
notesCount: "{} Notes"
|
||||
rootFolder: Carpeta Principal
|
||||
ignoredFiles:
|
||||
dot: Inicia con un .
|
||||
ext: No finaliza con .md o .txt
|
||||
drawer:
|
||||
setup: Configurar Servidor Git
|
||||
pro: Desbloquear Version Pro
|
||||
all: Todas las Notas
|
||||
folders: Carpetas
|
||||
fs: Sistema de archivos
|
||||
tags: Etiquetas
|
||||
share: Compartir Aplicación
|
||||
rate: Califícanos
|
||||
feedback: Retroalimentación
|
||||
bug: Informe de Error
|
||||
graph: Graph View
|
||||
remote: No Git Host
|
||||
addRepo: Add Repository
|
||||
login: Login
|
||||
history: History
|
||||
setup:
|
||||
autoConfigure:
|
||||
title: ¿Cómo desea hacer esto?
|
||||
automatic: Configurar Automáticamente
|
||||
manual: Hacerlo manualmente
|
||||
autoconfigure:
|
||||
step1: 1. Mostrar repositorios existentes o crear uno nuevo
|
||||
step2: 2. Generar una llave SSH en este dispositivo
|
||||
step3: 3. Agregar llave como llave de despliegue con acceso de escritura al repositorio
|
||||
warning: Esto requerirá dar acceso a GitJournal a todos los repositorios privados y públicos. Si no está cómodo con esto, por favor regrese y elija la opción de configuración manual.
|
||||
authorize: Autorizar GitJournal
|
||||
waitPerm: Esperando por Permisos ...
|
||||
readUser: Leyendo Información del Usuario
|
||||
repoSelector:
|
||||
title: Seleccionar o Crear un Repositorio
|
||||
hint: Escriba para buscar o Crear un Repositorio
|
||||
create: Crear Repositorio {}
|
||||
loading: Loading
|
||||
cloneUrl:
|
||||
enter: Ingrese la URL Clon de Git
|
||||
validator:
|
||||
empty: Por favor, ingrese un texto
|
||||
invalid: Entrada no válido
|
||||
onlySsh: Solo URLs SSH son aceptadas actualmente
|
||||
manual:
|
||||
title: Por favor, cree un nuevo repositorio git -
|
||||
step1: 1. Ir al sitio web, crear un repositorio y copiar su URL clon de git
|
||||
step2: 2. Ingrese la URL clon de git
|
||||
button: Abir Crear Página de Nuevo Repositorio
|
||||
next: Siguiente
|
||||
fail: Falló
|
||||
keyEditors:
|
||||
public: Llave Pública no Válida - No inicia con ssh-rsa
|
||||
private: Llave Privada no Válida
|
||||
load: Load from File
|
||||
sshKey:
|
||||
generate: Generando Llave SSH
|
||||
title: Para acceder al repositorio, esta llave debe ser copiada como llave de despliegue
|
||||
step1: 1. Copiar la llave
|
||||
step2a: 2. Abrir el sitio, y pegar la llave a desplegar. Asegúrese de contar con acceso de Escritura.
|
||||
step2b: 2. Brinde acceso al repositorio git a esta llave SSH. (Debde verificarla por usted mismo)
|
||||
step3: 3. Intentando Clonar ...
|
||||
copy: Copiar Llave
|
||||
copied: Llave Pública copiada al Portapapeles
|
||||
regenerate: Regenerar Llave
|
||||
openDeploy: Abrir Sitio de Llave de Despliegue
|
||||
clone: Clonar Repositorio
|
||||
addDeploy: Agregando como Llave de Despliegue
|
||||
save: Save
|
||||
sshKeyChoice:
|
||||
title: Se necesitan llaves SSH para autenticar -
|
||||
generate: Genere nuevas llaves
|
||||
custom: Ingrese Llaves SSH Personalizadas
|
||||
sshKeyUserProvided:
|
||||
public: Llave Pública -
|
||||
private: Llave Privada -
|
||||
password: Private Key Password
|
||||
cloning: Clonando
|
||||
host:
|
||||
title: Seleccione un Provedor de Hosting de Git
|
||||
custom: Personalizado
|
||||
feature:
|
||||
darkMode: Modo Oscuro
|
||||
rawEditor: Editor Puro
|
||||
folderSupport: Soporte de Carpeta
|
||||
fileNameCustomize: Personalizar nombre de archivo de nota
|
||||
noteMetaDataCustomize:
|
||||
title: Personalizar Metadata de la Nota
|
||||
subtitle: Permitir a GitJournal ser usado con con generadores estaticos de sitios web
|
||||
autoMergeConflicts: Resolución Automática de Conflictos de Sincronización
|
||||
noteSorting: Ordenación de Notas Configurable
|
||||
gitPushFreq: Frecuencia de Sincronización Git Configurable
|
||||
checklistEditor: Editor de Lista
|
||||
journalEditor: Editor de Diario
|
||||
diffViews: Distintas Vistas de Carpeta - Diario, Cuadrícula, Estándar
|
||||
imageSupport: Soporte de Imagen
|
||||
tags: Etiquetas de Nota
|
||||
appShortcuts: Atajos de Aplicación
|
||||
createRepo: Crear Repositorios Personalizados desde la Aplicación
|
||||
backlinks: Soporte de Nota de Regreso
|
||||
txtFiles: Soporte a Archivos TXT
|
||||
wikiLinks: Soporte de Vínculos Estilo Wiki
|
||||
metaDataTitle: Personalizar Titulo de Metadatos
|
||||
journalEditorDefaultFolder: Personalizar Carpeta por Defecto de Editor de Diario
|
||||
yamlModifiedKey: Perzonalizar la clave modificada por YAML
|
||||
yamlCreatedKey: Personalizar la clave creada por YAML
|
||||
yamlTagsKey: Personalizar las claves de etiquetas YAML
|
||||
disableYamlHeader: Deshabilitar Encabezado de Metadatos de YAML
|
||||
customizeHomeScreen: Personalizar Ventana Principal
|
||||
zenMode: Modo de Escritura Zen
|
||||
emojiSupport:
|
||||
title: Soporte de Emojis
|
||||
# Códigos suelen mantenerse en inglés.
|
||||
subtitle: "Convertir :heart: a ❤️"
|
||||
allNotesView: Agregar ventana para mostrar "Todas las Notas"
|
||||
basicSearch: Búsqueda Básica
|
||||
customSSHKeys: Proveer llaves SSH propias
|
||||
customMetaData: Agregar Metadatos Personalizados a Nuevas Notas
|
||||
graphVisualization: Vista de Grafo
|
||||
mutliRepos: Múltiples Repositorios Git
|
||||
customThemes: Temas Personalizados
|
||||
gitLog: Ver y Buscar Historial de Git
|
||||
latex: Soporte de LaTex
|
||||
mermaid: Soporte Diagrama Mermaid
|
||||
encryptedHosting: Servidor Git Encriptado
|
||||
desktop: Aplicación de Escritorio
|
||||
markdownToolbar: Barra de Herramientas de Markdown
|
||||
localization:
|
||||
title: Localización
|
||||
subtitle: Permitir a GitJournal ser traducido
|
||||
inlineTags: Tags en línea
|
||||
singleJournalEntry: Single Journal Entry File per day
|
||||
configureBottomMenuBar: Configure the Bottom Menu Bar
|
||||
customFileNamePerEditor: Custom FileName per Editor
|
||||
branchSelection: Git Branch Selection
|
||||
inlineLatex: Inline Katex Support in Markdown
|
||||
feature_timeline:
|
||||
title: Característica Cronología
|
||||
progress: En Progreso
|
||||
plan: Planeado
|
||||
issues: GitJournal's development is tracked on Github. Please consider voting on the issues you consider important.
|
||||
purchase_screen:
|
||||
title: Versión Pro
|
||||
desc: 'GitJournal es software completamente gratuito/abierto y es el resultado de un significativo trabajo de desarrollo. No cuenta con inversión o alguna corporación respaldándolo y nunca lo hará. Tu apoyo directo mantiene el desarrollo. GitJournal opera bajo el modelo "paga por lo que necesites (con un mínimo)"'
|
||||
restore: Restaurar Compra
|
||||
oneTime:
|
||||
title: Única Compra
|
||||
desc: Habilita permanentemente todas las características Pro actuales de GitJournal y las nuevas de los próximos 12 meses.
|
||||
monthly:
|
||||
title: Suscripción Mensual
|
||||
desc: Habilita todas la características Pro. Luego de 12 meses o luego de pagar {minYearlyPurchase}, recibirá todos los beneficios de 'Única Compra'
|
||||
thanks:
|
||||
title: Thank You
|
||||
subtitle: You're awesome for supporting GitJournal
|
||||
expired: Subscription Expired on {}
|
||||
unknown: Unknown
|
||||
OnBoarding:
|
||||
Skip: Skip
|
||||
Next: Next
|
||||
getStarted: Get Started
|
||||
subtitle: "An Open Source Note Taking App built on top of Git"
|
||||
page2: "Your Notes are stored in a standard Markdown + YAML Header format"
|
||||
page3: "Sync your Local Git Repo with any provider"
|
||||
beta: BETA
|
||||
none: None
|
@ -1,593 +0,0 @@
|
||||
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
|
||||
#
|
||||
# SPDX-License-Identifier: CC-BY-4.0
|
||||
settings:
|
||||
ok: Ok
|
||||
cancel: Cancel
|
||||
title: Settings
|
||||
author:
|
||||
label: Author Name
|
||||
validator: Please enter a name
|
||||
email:
|
||||
label: Email Address
|
||||
validator:
|
||||
empty: Please enter an email
|
||||
invalid: Please enter a valid email
|
||||
display:
|
||||
title: Display Settings
|
||||
homeScreen: Home Screen
|
||||
theme: Theme
|
||||
images:
|
||||
title: Image Settings
|
||||
subtitle: Configure how images are displayed
|
||||
imageTextType:
|
||||
alt: Alt Text
|
||||
altAndTooltip: Alt Text and Tooltip
|
||||
tooltip: Tooltip
|
||||
none: None
|
||||
captions:
|
||||
title: Image Captions
|
||||
subtitle: Configure the image captions
|
||||
useAsCaption: Use as caption
|
||||
overlayCaption: Draw caption on top of large enough images
|
||||
transparentCaption: Overlay captions have a semitransparent background
|
||||
blurBehindCaption: Blur Image behind caption
|
||||
tooltipFirst:
|
||||
title: Show tooltip before alt text
|
||||
tooltip: Current order is “<tooltip> - <altText>”
|
||||
altText: Current order is “<altText> - <tooltip>”
|
||||
captionOverrides: Caption Overrides
|
||||
tagDescription: Put these tags in “” to override the behavior for it.
|
||||
doNotCaptionTags:
|
||||
hint: DoNotCaption-Tags
|
||||
label: Never use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoCaption-Tag”.
|
||||
doCaptionTags:
|
||||
hint: DoCaption-Tags
|
||||
label: Always use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotCaption-Tag”.
|
||||
detailsView:
|
||||
header: Detail View
|
||||
maxZoom: Maximal zoom level
|
||||
rotateGestures:
|
||||
title: Rotate Image with gestures
|
||||
subtitle: Rotate by moving two fingers in a circle
|
||||
theming:
|
||||
title: Image Theming
|
||||
subtitle: Configure how images are themed
|
||||
adjustColors:
|
||||
all: All
|
||||
blackAndWhite: Only black and white
|
||||
grays: Only grays
|
||||
doNotThemeTags:
|
||||
hint: DoNotTheme-Tags
|
||||
label: Never theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoTheme-Tag”.
|
||||
doThemeTags:
|
||||
hint: DoTheme-Tag
|
||||
label: Always theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotTheme-Tag”.
|
||||
matchCanvasColor:
|
||||
title: Match Background Color
|
||||
subtitle: Replaces white/black parts of vector graphics with the canvas color
|
||||
tagDescription: Put these tags in “” to override the behavior for the image.
|
||||
themeOverrides: Theme Overrides
|
||||
themeOverrideTagLocation: Theme Override Tag Location
|
||||
themeRasterGraphics: Theme Raster Graphics (.png/.jpg)
|
||||
themeSvgWithBackground: Theme SVGs With Background
|
||||
themeVectorGraphics:
|
||||
title: Theme Vector Graphics
|
||||
filter: Using Color Filter
|
||||
'off': false
|
||||
'on': true
|
||||
vectorGraphics: Vector Graphics (.svg)
|
||||
vectorGraphicsAdjustColors: Colors to Adjust
|
||||
lang: Language
|
||||
gitAuthor: Git Author Settings
|
||||
versionInfo: GitJournal Version
|
||||
analytics: Analytics
|
||||
crashReports: Collect Anonymous Crash Reports
|
||||
usageStats: Collect Anonymous Usage Statistics
|
||||
debug:
|
||||
title: Debug App
|
||||
subtitle: Look under the hood
|
||||
levels:
|
||||
title: Select Level
|
||||
error: Error
|
||||
warning: warning
|
||||
info: Info
|
||||
debug: Debug
|
||||
verbose: Verbose
|
||||
copy: Debug Logs Copied
|
||||
images:
|
||||
title: Image Settings
|
||||
subtitle: Configure how Images are stored
|
||||
imageLocation: Image Location
|
||||
currentFolder: Same Folder as Note
|
||||
customFolder: Custom Folder
|
||||
gitRemote:
|
||||
changeHost:
|
||||
title: Reconfigure Git Host
|
||||
subtitle: Notes which have not been synced will be lost
|
||||
ok: Ok
|
||||
cancel: Cancel
|
||||
title: Git Remote Settings
|
||||
subtitle: Configure where your notes are synced
|
||||
host: Git Host
|
||||
branch: Branch
|
||||
resetHard:
|
||||
title: Reset Git Host
|
||||
subtitle: This will HARD reset the current branch to its remote
|
||||
noteMetaData:
|
||||
title: Note Metadata Settings
|
||||
subtitle: Configure how the Note Metadata is saved
|
||||
text: Every note has some metadata which is stored in a YAML Header as follows -
|
||||
enableHeader: Enable YAML Header
|
||||
modified: Modified Field
|
||||
created: Created Field
|
||||
tags: Tags Field
|
||||
example:
|
||||
title: Example Title
|
||||
titleMetaData:
|
||||
title: Title
|
||||
fromH1: Text Header 1
|
||||
fromYaml: From YAML 'title'
|
||||
filename: FileName
|
||||
exampleTitle: Pigeons
|
||||
exampleBody: I think they might be evil. Even more evil than penguins.
|
||||
exampleTag1: Birds
|
||||
exampleTag2: Evil
|
||||
customMetaData:
|
||||
title: Custom MetaData
|
||||
invalid: Invalid YAML
|
||||
output: Output
|
||||
input: Input
|
||||
editorType: Editor Type Field
|
||||
privacy: Privacy Policy
|
||||
terms: Terms and Conditions
|
||||
experimental:
|
||||
title: Experimental Features
|
||||
subtitle: Try out features in Development
|
||||
markdownToolbar: Show Markdown Toolbar in Editor
|
||||
graphView: Graph View
|
||||
accounts: Platform Independent Accounts
|
||||
includeSubfolders: Include Subfolders
|
||||
experimentalGitOps: Dart-only Git implementation
|
||||
merge: Dart-only merge implementation
|
||||
autoCompleteTags: Tags Auto Completion
|
||||
history: History View
|
||||
editors:
|
||||
title: Editor Settings
|
||||
subtitle: Configure how different editors work
|
||||
defaultEditor: Default Editor
|
||||
defaultState: Default State
|
||||
markdownEditor: Markdown Editor
|
||||
journalEditor: Journal Editor
|
||||
defaultFolder: Default Folder
|
||||
checklistEditor: Checklist Editor
|
||||
rawEditor: Raw Editor
|
||||
choose: Choose Editor
|
||||
orgEditor: Org Editor
|
||||
defaultNoteFormat: Default Note Format
|
||||
journalDefaultFolderSelect: Creating a Note in '{}'
|
||||
sortingField:
|
||||
modified: Last Modified
|
||||
created: Created
|
||||
filename: File Name
|
||||
title: Title
|
||||
sortingOrder:
|
||||
asc: Ascending
|
||||
desc: Descending
|
||||
sortingMode:
|
||||
field: Field
|
||||
order: Order
|
||||
remoteSync:
|
||||
auto: Automatic
|
||||
manual: Manual
|
||||
tags:
|
||||
title: Tags Settings
|
||||
subtitle: Configure how inline tags are parsed
|
||||
enable: Parse Inline Tags
|
||||
prefixes: Inline Tags Prefixes
|
||||
misc:
|
||||
title: Misc Settings
|
||||
swipe: Swipe to Delete Note
|
||||
listView: List View
|
||||
confirmDelete: Show a Popup to Confirm Deletes
|
||||
hardWrap: Enable hardWrap
|
||||
emoji: Emojify text
|
||||
NoteFileNameFormat:
|
||||
iso8601WithTimeZone: ISO8601 With TimeZone
|
||||
iso8601: ISO8601
|
||||
iso8601WithoutColon: ISO8601 without Colons
|
||||
title: Title
|
||||
uuid: Uuid V4
|
||||
zettelkasten: yyyymmddhhmmss
|
||||
simple: yyyy-mm-dd-hh-mm-ss
|
||||
dateOnly: yyyy-mm-dd
|
||||
kebabCase: Kebab Case
|
||||
HomeScreen:
|
||||
allNotes: All Notes
|
||||
allFolders: All Folders
|
||||
EditorDefaultView:
|
||||
edit: Edit
|
||||
view: View
|
||||
lastUsed: Last Used
|
||||
theme:
|
||||
light: Light Theme
|
||||
dark: Dark Theme
|
||||
default: System Default
|
||||
versionCopied: Copied version to clipboard
|
||||
ssh:
|
||||
syncFreq: Sync Frequency
|
||||
note:
|
||||
title: Note Settings
|
||||
defaultFolder: Default Folder for new notes
|
||||
newNoteFileName: New Note Filename
|
||||
storage:
|
||||
title: Storage
|
||||
fileName: filename
|
||||
external: Store Repo Externally
|
||||
icloud: Store in iCloud
|
||||
repoLocation: Repo Location
|
||||
notWritable: "{} is not writable"
|
||||
failedExternal: Unable to get External Storage Directory
|
||||
permissionFailed: External Storage Permission Failed
|
||||
drawer:
|
||||
title: Sidebar Settings
|
||||
bottomMenuBar:
|
||||
title: Bottom Menu Bar
|
||||
subtitle: Configure its appearance and behavior
|
||||
enable: Enable Bottom Menu Bar
|
||||
deleteRepo: Delete Repository
|
||||
fileFormat:
|
||||
markdown: Markdown
|
||||
txt: Txt
|
||||
orgMode: Org Mode
|
||||
fileTypes:
|
||||
title: Note File Types
|
||||
subtitle: Configure what files are considered Notes
|
||||
numFiles:
|
||||
one: "{} File"
|
||||
other: ""
|
||||
noExt: No Extension
|
||||
list:
|
||||
userInterface:
|
||||
title: User Interface
|
||||
subtitle: Theme, Language, Home, Bottom Bar, Rendering
|
||||
git:
|
||||
title: Git
|
||||
subtitle: Git Author, Remote, Sync Frequency
|
||||
editor:
|
||||
title: Editor
|
||||
subtitle: Default Editor, Default View
|
||||
storage:
|
||||
title: Storage & File Formats
|
||||
subtitle: Storage, Serialization, Metadata, File Formats
|
||||
analytics:
|
||||
title: Analytics
|
||||
subtitle: It's important that you feel comfortable
|
||||
debug:
|
||||
title: Debug
|
||||
subtitle: Peek inside the inner workings of GitJournal
|
||||
experiments:
|
||||
title: Experiments
|
||||
subtitle: Play around with experimental features
|
||||
project:
|
||||
header: Project
|
||||
docs: Documentation & Support
|
||||
contribute: Contribute
|
||||
about: About
|
||||
license:
|
||||
title: Licenses
|
||||
subtitle: GitJoural uses other great software
|
||||
sshKey:
|
||||
keyType: SSH Key Type
|
||||
rsa: RSA
|
||||
ed25519: Ed25519
|
||||
editors:
|
||||
checklist:
|
||||
add: Add Item
|
||||
common:
|
||||
defaultBodyHint: Write here
|
||||
defaultTitleHint: Title
|
||||
discard: Discard Changes
|
||||
share: Share Note
|
||||
takePhoto: Take Photo
|
||||
addImage: Add Image from Gallery
|
||||
editFileName: Edit File Name
|
||||
tags: Edit Tags
|
||||
zen:
|
||||
enable: Enable Zen Mode
|
||||
disable: Disable Zen Mode
|
||||
saveNoteFailed:
|
||||
title: Failed to Save Note
|
||||
message: We're sorry, but we cannot seem to save the Note. It has been copied to the clipboard to avoid data loss.
|
||||
defaultFileNameHint: File Name
|
||||
find: Find in note
|
||||
pro: Pro
|
||||
actions:
|
||||
newNote: New Note
|
||||
newJournal: New Journal Entry
|
||||
newChecklist: New Checklist
|
||||
screens:
|
||||
folders:
|
||||
title: Folders
|
||||
selected: Folder Selected
|
||||
dialog:
|
||||
title: Create new Folder
|
||||
create: Create
|
||||
discard: Discard
|
||||
errorDialog:
|
||||
title: Error
|
||||
deleteContent: Cannot delete a Folder which contains notes
|
||||
renameContent: Cannot rename Root Folder
|
||||
ok: Ok
|
||||
actions:
|
||||
rename: Rename Folder
|
||||
subFolder: Create Sub-Folder
|
||||
delete: Delete Folder
|
||||
decoration: Folder Name
|
||||
empty: Please enter a name
|
||||
tags:
|
||||
title: Tags
|
||||
empty: No Tags Found
|
||||
filesystem:
|
||||
ignoredFile:
|
||||
title: File Ignored
|
||||
ok: Ok
|
||||
rename: Rename
|
||||
rename:
|
||||
decoration: File Name
|
||||
title: Rename
|
||||
folder_view:
|
||||
empty: Let's add some notes?
|
||||
home:
|
||||
allNotes: All Notes
|
||||
cacheLoading:
|
||||
text: Reading Git History ...
|
||||
error:
|
||||
title: Error
|
||||
message: The repo couldn't be opened. Please file a bug and recreate the repo.
|
||||
widgets:
|
||||
rename:
|
||||
'yes': Rename
|
||||
'no': Cancel
|
||||
validator:
|
||||
empty: Please enter a name
|
||||
exists: Already Exists
|
||||
contains: Cannot contain /
|
||||
noExt: "Warning: Extension missing. Will treat file as plain text"
|
||||
changeExt: "Warning: Changing file type from '{}' to '{}'"
|
||||
backlinks:
|
||||
title:
|
||||
one: "{} Note links to this Note"
|
||||
other: ""
|
||||
SortingOrderSelector:
|
||||
title: Sorting Criteria
|
||||
PurchaseButton:
|
||||
text: Purchase for {price}
|
||||
fail: Failed to Load
|
||||
failSend: Failed to send purchase request
|
||||
failPurchase: Failed to Purchase - {}
|
||||
FolderView:
|
||||
syncError: Sync Error {}
|
||||
headerOptions:
|
||||
heading: Header Options
|
||||
auto: Auto Generated Title
|
||||
titleFileName: Title or FileName
|
||||
fileName: FileName
|
||||
summary: Show Summary
|
||||
customize: Customize View
|
||||
views:
|
||||
standard: Standard View
|
||||
journal: Journal View
|
||||
grid: Grid View
|
||||
card: Card View
|
||||
select: Select View
|
||||
calendar: Calendar View
|
||||
sortingOptions: Sorting Options
|
||||
viewOptions: View Options
|
||||
noteDeleted: Note Deleted
|
||||
undo: Undo
|
||||
searchFailed: No Search Results Found
|
||||
actions:
|
||||
moveToFolder: Move To Folder
|
||||
pinned: Pinned
|
||||
others: Others
|
||||
imageRenderer:
|
||||
caption: "{first} - {second}"
|
||||
httpError: "Code: {status} for {url}"
|
||||
NoteDeleteDialog:
|
||||
title:
|
||||
one: Do you want to delete this note?
|
||||
other: ""
|
||||
'yes': true
|
||||
'no': false
|
||||
NoteEditor:
|
||||
renameFile: Rename File
|
||||
fileName: Filename
|
||||
addType: Adding '{}' to supported file types
|
||||
SyncButton:
|
||||
error: Sync Error {}
|
||||
PurchaseWidget:
|
||||
failed: Purchase Failed
|
||||
NoteViewer:
|
||||
linkNotFound: Link '{}' not found
|
||||
linkInvalid: Link '{}' is invalid.
|
||||
FolderSelectionDialog:
|
||||
title: Select a Folder
|
||||
FolderTreeView:
|
||||
notesCount: "{} Notes"
|
||||
rootFolder: Root Folder
|
||||
ignoredFiles:
|
||||
dot: Starts with a .
|
||||
ext: Doesn't end with one of the following -
|
||||
drawer:
|
||||
setup: Setup Git Host
|
||||
pro: Unlock Pro Version
|
||||
all: All Notes
|
||||
folders: Folders
|
||||
fs: File System
|
||||
tags: Tags
|
||||
share: Share App
|
||||
rate: Rate Us
|
||||
feedback: Feedback
|
||||
bug: Bug Report
|
||||
graph: Graph View
|
||||
remote: No Git Host
|
||||
addRepo: Add Repository
|
||||
login: Login
|
||||
history: History
|
||||
setup:
|
||||
autoConfigure:
|
||||
title: How do you want to do this?
|
||||
automatic: Setup Automatically
|
||||
manual: Let me do it manually
|
||||
autoconfigure:
|
||||
step1: 1. List your existing repos or create a new repo
|
||||
step2: 2. Generate an SSH Key on this device
|
||||
step3: 3. Add the key as a deploy key with write access to the repository
|
||||
warning: This will require granting GitJournal access to all private and public repos. If you're not comfortable with that please go back and chose the manual setup option.
|
||||
authorize: Authorize GitJournal
|
||||
waitPerm: Waiting for Permissions ...
|
||||
readUser: Reading User Info
|
||||
repoSelector:
|
||||
title: Select or Create a Repository
|
||||
hint: Type to Search or Create a Repo
|
||||
create: Create Private Repo {}
|
||||
loading: Loading
|
||||
cloneUrl:
|
||||
enter: Enter the Git Clone URL
|
||||
validator:
|
||||
empty: Please enter some text
|
||||
invalid: Invalid Input
|
||||
onlySsh: Only SSH urls are currently accepted
|
||||
manual:
|
||||
title: Please create a new git repository -
|
||||
step1: 1. Go to the website, create a repo and copy its git clone URL
|
||||
step2: 2. Enter the Git clone URL
|
||||
button: Open Create New Repo Webpage
|
||||
next: Next
|
||||
fail: Failed
|
||||
keyEditors:
|
||||
public: Invalid Public Key - Doesn't start with ssh-rsa or ssh-ed25519
|
||||
private: Invalid Private Key
|
||||
load: Load from File
|
||||
sshKey:
|
||||
generate: Generating SSH Key
|
||||
title: In order to access this repository, this public key must be copied as a deploy key
|
||||
step1: 1. Copy the key
|
||||
step2a: 2. Open webpage, and paste the deploy key. Make sure it is given Write Access.
|
||||
step2b: 2. Give this SSH Key access to the git repo. (You need to figure it out yourself)
|
||||
step3: 3. Try Cloning ..
|
||||
copy: Copy Key
|
||||
copied: Public Key copied to Clipboard
|
||||
regenerate: Regenerate Key
|
||||
openDeploy: Open Deploy Key Webpage
|
||||
clone: Clone Repo
|
||||
addDeploy: Adding as a Deploy Key
|
||||
save: Save
|
||||
sshKeyChoice:
|
||||
title: We need SSH keys to authenticate -
|
||||
generate: Generate new keys
|
||||
custom: Provide Custom SSH Keys
|
||||
sshKeyUserProvided:
|
||||
public: Public Key -
|
||||
private: Private Key -
|
||||
password: Private Key Password
|
||||
cloning: Cloning ...
|
||||
host:
|
||||
title: Select a Git Hosting Provider -
|
||||
custom: Custom
|
||||
feature:
|
||||
darkMode: Dark Mode
|
||||
rawEditor: Raw Editor
|
||||
folderSupport: Folder Support
|
||||
fileNameCustomize: Customize Note FileName
|
||||
noteMetaDataCustomize:
|
||||
title: Customize Note Metadata
|
||||
subtitle: Allows GitJournal to be used with static website generators
|
||||
autoMergeConflicts: Automation Merge Conflict Resolution
|
||||
noteSorting: Configurable Note Sorting
|
||||
gitPushFreq: Configurable Git Sync Frequency
|
||||
checklistEditor: Checklist Editor
|
||||
journalEditor: Journal Editor
|
||||
diffViews: Different Folder Views - Journal, Grid, Standard
|
||||
imageSupport: Image Support
|
||||
tags: Note Tags
|
||||
appShortcuts: App Shortcuts
|
||||
createRepo: Create Custom Repos from within App
|
||||
backlinks: Note Backlinks Support
|
||||
txtFiles: Txt File Support
|
||||
wikiLinks: Wiki Style Links Support
|
||||
metaDataTitle: Customize Title MetaData
|
||||
journalEditorDefaultFolder: Customize Default Folder for Journal Editor
|
||||
yamlModifiedKey: Customize the YAML modified key
|
||||
yamlCreatedKey: Customize the YAML created key
|
||||
yamlTagsKey: Customize the YAML tags key
|
||||
disableYamlHeader: Disable YAML Metadata Header
|
||||
customizeHomeScreen: Customize Home Screen
|
||||
zenMode: Zen Writing Mode
|
||||
emojiSupport:
|
||||
title: Emoji Support
|
||||
subtitle: "Convert :heart: to ❤️"
|
||||
allNotesView: Add a screen to show "All Notes"
|
||||
basicSearch: Basic Search
|
||||
customSSHKeys: Provide your own SSH Keys
|
||||
customMetaData: Add Custom Metadata to new Notes
|
||||
graphVisualization: Graph Visualization
|
||||
mutliRepos: Multiple Git Repos
|
||||
customThemes: Custom Themes
|
||||
gitLog: View and Search through Git History
|
||||
latex: Latex Support
|
||||
mermaid: Mermaid Diagram Support
|
||||
encryptedHosting: Encrypted Git Hosting
|
||||
desktop: Desktop App
|
||||
markdownToolbar: Markdown Toolbar
|
||||
localization:
|
||||
title: Localization
|
||||
subtitle: Allow GitJournal to be translated
|
||||
inlineTags: Inline Tags
|
||||
singleJournalEntry: Single Journal Entry File per day
|
||||
configureBottomMenuBar: Configure the Bottom Menu Bar
|
||||
customFileNamePerEditor: Custom FileName per Editor
|
||||
branchSelection: Git Branch Selection
|
||||
inlineLatex: Inline Katex Support in Markdown
|
||||
feature_timeline:
|
||||
title: Feature Timeline
|
||||
progress: In Progress
|
||||
plan: Planned
|
||||
issues: GitJournal's development is tracked on Github. Please consider voting on the issues you consider important.
|
||||
purchase_screen:
|
||||
title: Pro Version
|
||||
desc: 'GitJournal is completely open source and is the result of significant development work. It has no venture capital or corporation backing and it never will. Your support directly sustains development. GitJournal operates on a "pay what you want model (with a minimum)".'
|
||||
restore: Restore Purchase
|
||||
oneTime:
|
||||
title: One Time Purchase
|
||||
desc: Permanently enables all Pro features currently in GitJournal and new features added in the following 12 months.
|
||||
monthly:
|
||||
title: Monthly Installments
|
||||
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
|
||||
expired: Subscription Expired on {}
|
||||
unknown: Unknown
|
||||
OnBoarding:
|
||||
Skip: Skip
|
||||
Next: Next
|
||||
getStarted: Get Started
|
||||
subtitle: "An Open Source Note Taking App built on top of Git"
|
||||
page2: "Your Notes are stored in a standard Markdown + YAML Header format"
|
||||
page3: "Sync your Local Git Repo with any provider"
|
||||
beta: BETA
|
||||
none: None
|
@ -1,593 +0,0 @@
|
||||
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
|
||||
#
|
||||
# SPDX-License-Identifier: CC-BY-4.0
|
||||
settings:
|
||||
ok: Ok
|
||||
cancel: Annuler
|
||||
title: Paramètres
|
||||
author:
|
||||
label: Nom complet
|
||||
validator: Entrez un nom s’il vous plaît
|
||||
email:
|
||||
label: Email
|
||||
validator:
|
||||
empty: Entrez un email s’il vous plaît
|
||||
invalid: Veillez entrer un email valide
|
||||
display:
|
||||
title: Afficher les paramètres
|
||||
homeScreen: Écran d'accueil
|
||||
theme: Thème
|
||||
images:
|
||||
title: Paramètres d'image
|
||||
subtitle: Configurer l'affichage des images
|
||||
imageTextType:
|
||||
alt: Texte alternatif
|
||||
altAndTooltip: Texte alternatif et infobulle
|
||||
tooltip: Info-bulle
|
||||
none: Aucun
|
||||
captions:
|
||||
title: Légende des images
|
||||
subtitle: Configurer la légende des images
|
||||
useAsCaption: Utiliser comme légende
|
||||
overlayCaption: Afficher la légende au-dessus des images suffisamment grands
|
||||
transparentCaption: Légendes super-imposées ont un fond semi-transparent
|
||||
blurBehindCaption: Brouiller l'image derrière la légende
|
||||
tooltipFirst:
|
||||
title: Montrer info-bulle avant le texte alternatif
|
||||
tooltip: L'ordre présent est “<tooltip> - <altText>”
|
||||
altText: Ordre actuel est “<altText> - <tooltip>”
|
||||
captionOverrides: Dérogation des légendes
|
||||
tagDescription: Put these tags in “” to override the behavior for it.
|
||||
doNotCaptionTags:
|
||||
hint: DoNotCaption-Tags
|
||||
label: Ne jamais utiliser comme légende avec des étiquettes
|
||||
validator:
|
||||
empty: Les étiquettes ne peuvent pas être vides.
|
||||
same: Tag cannot be identical to a “DoCaption-Tag”.
|
||||
doCaptionTags:
|
||||
hint: DoCaption-Tags
|
||||
label: Toujours utiliser comme légende avec des étiquettes
|
||||
validator:
|
||||
empty: Les étiquettes ne peuvent pas être vides.
|
||||
same: Tag cannot be identical to a “DoNotCaption-Tag”.
|
||||
detailsView:
|
||||
header: Affichage détail
|
||||
maxZoom: Niveau de zoom maximal
|
||||
rotateGestures:
|
||||
title: Tourner l'image avec des gestes
|
||||
subtitle: Faire pivoter en déplaçant deux doigts en cercle
|
||||
theming:
|
||||
title: Thématisation des images
|
||||
subtitle: Configurer la thématisation des images
|
||||
adjustColors:
|
||||
all: Tout
|
||||
blackAndWhite: Noir et blanc seulement
|
||||
grays: Gris seulement
|
||||
doNotThemeTags:
|
||||
hint: DoNotTheme-Tags
|
||||
label: Never theme images with tags
|
||||
validator:
|
||||
empty: Les étiquettes ne peuvent pas être vides.
|
||||
same: Tag cannot be identical to a “DoTheme-Tag”.
|
||||
doThemeTags:
|
||||
hint: DoTheme-Tag
|
||||
label: Toujours thématiser des images avec des balises
|
||||
validator:
|
||||
empty: Les étiquettes ne peuvent pas être vides.
|
||||
same: Tag cannot be identical to a “DoNotTheme-Tag”.
|
||||
matchCanvasColor:
|
||||
title: Match Background Color
|
||||
subtitle: Remplacer noir/blanc dans graphiques vectoriels par le couleur de la toille
|
||||
tagDescription: Put these tags in “” to override the behavior for the image.
|
||||
themeOverrides: Theme Overrides
|
||||
themeOverrideTagLocation: Theme Override Tag Location
|
||||
themeRasterGraphics: Graphiques matriciels du thème (.png/.jpg)
|
||||
themeSvgWithBackground: Thématiser des SVGs avec le fond
|
||||
themeVectorGraphics:
|
||||
title: Graphique vectoriels de thème
|
||||
filter: Filtre de couleur activé
|
||||
'off': faux
|
||||
'on': vrai
|
||||
vectorGraphics: Graphiques vectoriels (.svg)
|
||||
vectorGraphicsAdjustColors: Couleurs à ajuster
|
||||
lang: Langue
|
||||
gitAuthor: Paramètres d’auteur Git
|
||||
versionInfo: Informations de version
|
||||
analytics: Analytics
|
||||
crashReports: Envoyer rapports d'erreur anonymes
|
||||
usageStats: Envoyer statistiques d'utilisation anonymes
|
||||
debug:
|
||||
title: Déboguer l'appli
|
||||
subtitle: Regarder sous le capot
|
||||
levels:
|
||||
title: Sélectionner le niveau
|
||||
error: Erreur
|
||||
warning: Avertissement
|
||||
info: Infos
|
||||
debug: Déboguer
|
||||
verbose: Verbeux
|
||||
copy: Journaux de débogage copiés
|
||||
images:
|
||||
title: Paramètres d’image
|
||||
subtitle: Configurer le stockage des images
|
||||
imageLocation: Emplacement des images
|
||||
currentFolder: Même dossier que la note
|
||||
customFolder: Dossier personnalisé
|
||||
gitRemote:
|
||||
changeHost:
|
||||
title: Reconfigurer l’hôte Git ?
|
||||
subtitle: Les notes non synchronisées seront perdues
|
||||
ok: Ok
|
||||
cancel: Annuler
|
||||
title: Paramètres Git distant
|
||||
subtitle: Configurer où sont synchronisés vos notes
|
||||
host: Hôte Git
|
||||
branch: Branche
|
||||
resetHard:
|
||||
title: Réinitialiser l'hôte Git
|
||||
subtitle: Ceci sera une réinitialisation HARD de la branche vers son distant
|
||||
noteMetaData:
|
||||
title: Paramètres de métadonnées des notes
|
||||
subtitle: Configurer le stockage des métadonnées
|
||||
text: 'Chaque note a des métadonnées qui sont stocké dans un en-tête YAML comme suit :'
|
||||
enableHeader: Utiliser l'en-tête YAML
|
||||
modified: Champ modifié
|
||||
created: Champ créé
|
||||
tags: Champ d’étiquette
|
||||
example:
|
||||
title: Titre d’exemple
|
||||
titleMetaData:
|
||||
title: Titre
|
||||
fromH1: En-tête 1 du texte
|
||||
fromYaml: À partir du 'title' de l'en-tête YAML
|
||||
filename: Nom du fichier
|
||||
exampleTitle: Pigeons
|
||||
exampleBody: Je pense qu'ils pourraient être mauvais. Encore plus diabolique que les pingouins.
|
||||
exampleTag1: Oiseaux
|
||||
exampleTag2: Mal
|
||||
customMetaData:
|
||||
title: Métadonnées personnalisées
|
||||
invalid: YAML invalide
|
||||
output: Sortie
|
||||
input: Entrée
|
||||
editorType: Champ de type d'éditeur
|
||||
privacy: Politique de confidentialité
|
||||
terms: Conditions générales d'utilisation
|
||||
experimental:
|
||||
title: Fonctionnalités expérimentales
|
||||
subtitle: Essayer des fonctionnalités en développement
|
||||
markdownToolbar: Afficher Markdown dans la barre d'outils
|
||||
graphView: Affichage graphique
|
||||
accounts: Comptes indépendants de la plateforme
|
||||
includeSubfolders: Inclure les sous-dossiers
|
||||
experimentalGitOps: Fonctionnalité Git en Dart
|
||||
merge: Fonctionnalité de fusion Git en Dart
|
||||
autoCompleteTags: Saisie automatique des étiquettes
|
||||
history: Affichage historique
|
||||
editors:
|
||||
title: Paramètres de l'éditeur
|
||||
subtitle: Configurer les éditeurs
|
||||
defaultEditor: Éditeur par défaut
|
||||
defaultState: État par défaut
|
||||
markdownEditor: Éditeur Markdown
|
||||
journalEditor: Éditeur du journal
|
||||
defaultFolder: Dossier par défaut
|
||||
checklistEditor: Éditeur de checklist
|
||||
rawEditor: Éditeur brut
|
||||
choose: Choisir l'éditeur
|
||||
orgEditor: Éditeur Org
|
||||
defaultNoteFormat: Format des notes par défaut
|
||||
journalDefaultFolderSelect: Créant une note dans '{}'
|
||||
sortingField:
|
||||
modified: Date de modification
|
||||
created: Date de création
|
||||
filename: Nom de fichier
|
||||
title: Titre
|
||||
sortingOrder:
|
||||
asc: Croissant
|
||||
desc: Décroissant
|
||||
sortingMode:
|
||||
field: Champ
|
||||
order: Ordre
|
||||
remoteSync:
|
||||
auto: Automatique
|
||||
manual: Manuel
|
||||
tags:
|
||||
title: Paramètres des étiquettes
|
||||
subtitle: Configurer le traitement des étiquettes intégrées
|
||||
enable: Lecture des étiquettes intégrées
|
||||
prefixes: Préfixes des étiquettes intégrées
|
||||
misc:
|
||||
title: Autres paramètres
|
||||
swipe: Glisser pour supprimer la note
|
||||
listView: Affichage en liste
|
||||
confirmDelete: Montrer un popup lors de la suppression d'une note
|
||||
hardWrap: Enable hardWrap
|
||||
emoji: Émojifier le texte
|
||||
NoteFileNameFormat:
|
||||
iso8601WithTimeZone: ISO8601 sans fuseau horaire
|
||||
iso8601: ISO8601
|
||||
iso8601WithoutColon: ISO8601 sans deux-points
|
||||
title: Titre
|
||||
uuid: Uuid v4
|
||||
zettelkasten: yyyymmddhhmmss
|
||||
simple: yyyy-mm-dd-hh-mm-ss
|
||||
dateOnly: yyyy-mm-dd
|
||||
kebabCase: Kebab Case
|
||||
HomeScreen:
|
||||
allNotes: Toutes les notes
|
||||
allFolders: Tous les dossiers
|
||||
EditorDefaultView:
|
||||
edit: Modifier
|
||||
view: Affichage
|
||||
lastUsed: Dernière utilisation
|
||||
theme:
|
||||
light: Thème clair
|
||||
dark: Thème sombre
|
||||
default: Paramètres par défaut
|
||||
versionCopied: La version a été copiée au presse-papiers
|
||||
ssh:
|
||||
syncFreq: Fréquence de synchronisation
|
||||
note:
|
||||
title: Paramètres des notes
|
||||
defaultFolder: Dossier par défaut pour les nouvelles notes
|
||||
newNoteFileName: Nom de fichier des nouvelles notes
|
||||
storage:
|
||||
title: Stockage
|
||||
fileName: nom de dossier
|
||||
external: Stocker un dépôt à l’extérieur
|
||||
icloud: Stocker dans iCloud
|
||||
repoLocation: Emplacement du dépôt
|
||||
notWritable: "Impossible d’écrire dans {}"
|
||||
failedExternal: Impossible d'accéder le dossier de stockage externe
|
||||
permissionFailed: Échec d'autorisation de stockage externe
|
||||
drawer:
|
||||
title: Paramètres de la barre latérale
|
||||
bottomMenuBar:
|
||||
title: Barre menu en bas
|
||||
subtitle: Personnaliser son apparence et comportement
|
||||
enable: Activer la barre menu en bas
|
||||
deleteRepo: Supprimer le dépôt
|
||||
fileFormat:
|
||||
markdown: Markdown
|
||||
txt: Txt
|
||||
orgMode: Mode Org
|
||||
fileTypes:
|
||||
title: Types de fichier des notes
|
||||
subtitle: Configurer quel fichier seront considéré des notes
|
||||
numFiles:
|
||||
one: "{} Fichier"
|
||||
other: "{} Fichiers"
|
||||
noExt: Pas d'extension
|
||||
list:
|
||||
userInterface:
|
||||
title: Interface utilisateur
|
||||
subtitle: Thème, Langue, Accueil, Barre au bas, Rendu
|
||||
git:
|
||||
title: Git
|
||||
subtitle: Auteur Git, Distant, Fréquence de synchronisation
|
||||
editor:
|
||||
title: Éditeur
|
||||
subtitle: Éditeur et affichage par défaut
|
||||
storage:
|
||||
title: Stockage et formats de fichier
|
||||
subtitle: Stockage, sérialisation, métadonnées, formats de fichier
|
||||
analytics:
|
||||
title: Analytics
|
||||
subtitle: Il est important que vous vous sentiez à l'aise
|
||||
debug:
|
||||
title: Déboguer
|
||||
subtitle: Découvrez le fonctionnement interne de GitJournal
|
||||
experiments:
|
||||
title: Expériences
|
||||
subtitle: Essayer des fonctionnalités expérimentales
|
||||
project:
|
||||
header: Projet
|
||||
docs: Documentation et support
|
||||
contribute: Contribuer
|
||||
about: À propos
|
||||
license:
|
||||
title: Licences
|
||||
subtitle: GitJournal utilise d'autres excellents logiciels
|
||||
sshKey:
|
||||
keyType: SSH Key Type
|
||||
rsa: RSA
|
||||
ed25519: Ed25519
|
||||
editors:
|
||||
checklist:
|
||||
add: Ajouter élément
|
||||
common:
|
||||
defaultBodyHint: Écrivez ici
|
||||
defaultTitleHint: Titre
|
||||
discard: Abandonner les modifications
|
||||
share: Partager note
|
||||
takePhoto: Prendre une photo
|
||||
addImage: Ajouter image de la galerie
|
||||
editFileName: Modifier le nom de fichier
|
||||
tags: Modifier les étiquettes
|
||||
zen:
|
||||
enable: Activer le mode Zen
|
||||
disable: Désactiver le mode Zen
|
||||
saveNoteFailed:
|
||||
title: Échec de sauvegarde de la note
|
||||
message: Désolé, mais la note n'a pas pu être sauvegardée. Elle a été copiée au presse-papier pour éviter la perte de données.
|
||||
defaultFileNameHint: Nom du fichier
|
||||
find: Chercher dans une note
|
||||
pro: Pro
|
||||
actions:
|
||||
newNote: Nouvelle note
|
||||
newJournal: Nouvelle entrée de journal
|
||||
newChecklist: Nouvelle checklist
|
||||
screens:
|
||||
folders:
|
||||
title: Dossiers
|
||||
selected: Dossier sélectionné
|
||||
dialog:
|
||||
title: Créer un nouveau dossier
|
||||
create: Créer
|
||||
discard: Abandonner
|
||||
errorDialog:
|
||||
title: Erreur
|
||||
deleteContent: Un dossier qui contient des notes ne peut pas être supprimé
|
||||
renameContent: Échec lors du rennomage du dossier principal
|
||||
ok: Ok
|
||||
actions:
|
||||
rename: Renommer le dossier
|
||||
subFolder: Créer un sous-dossier
|
||||
delete: Supprimer le dossier
|
||||
decoration: Nom du dossier
|
||||
empty: Veuillez entrer un nom
|
||||
tags:
|
||||
title: Étiquettes
|
||||
empty: Aucune étiquette trouvée
|
||||
filesystem:
|
||||
ignoredFile:
|
||||
title: Fichier ignoré
|
||||
ok: Ok
|
||||
rename: Renommer
|
||||
rename:
|
||||
decoration: Nom du fichier
|
||||
title: Renommer
|
||||
folder_view:
|
||||
empty: Ajoutons des notes?
|
||||
home:
|
||||
allNotes: Toutes les notes
|
||||
cacheLoading:
|
||||
text: Lecture de la historique Git ...
|
||||
error:
|
||||
title: Erreur
|
||||
message: Impossible d'ouvrir le dépôt. S'il vous plaît, veuillez signaler une bogue et récréer le dépôt.
|
||||
widgets:
|
||||
rename:
|
||||
'yes': Renommer
|
||||
'no': Annuler
|
||||
validator:
|
||||
empty: Veuillez entrer un nom
|
||||
exists: Déjà existant
|
||||
contains: Ne peut pas contenir /
|
||||
noExt: "Avertissement: extension introuvable. Le fichier sera considéré comme texte simple"
|
||||
changeExt: "Avertissement: changement de type de '{}' à '{}'"
|
||||
backlinks:
|
||||
title:
|
||||
one: "{} note est liée avec cette note"
|
||||
other: "{} notes sont liées avec cette note"
|
||||
SortingOrderSelector:
|
||||
title: Critères de tri
|
||||
PurchaseButton:
|
||||
text: Acheter pour {price}
|
||||
fail: Impossible de charger
|
||||
failSend: Échec d'envoi de la demande d'achat
|
||||
failPurchase: Impossible de faire l'achat - {}
|
||||
FolderView:
|
||||
syncError: Échec de synchronisation {}
|
||||
headerOptions:
|
||||
heading: Options des en-têtes
|
||||
auto: Titre généré automatiquement
|
||||
titleFileName: Titre ou nom de fichier
|
||||
fileName: Nom de fichier
|
||||
summary: Afficher le résume
|
||||
customize: Personnaliser l'affichage
|
||||
views:
|
||||
standard: Affichage standard
|
||||
journal: Affichage de journal
|
||||
grid: Affichage en grille
|
||||
card: Affichage en fiches
|
||||
select: Affichage sélection
|
||||
calendar: Affichage calendrier
|
||||
sortingOptions: Options de tri
|
||||
viewOptions: Options d'affichage
|
||||
noteDeleted: Note suprimée
|
||||
undo: Annuler
|
||||
searchFailed: Aucun résultat de recherche
|
||||
actions:
|
||||
moveToFolder: Déplacer au dossier
|
||||
pinned: Épinglé
|
||||
others: Autres
|
||||
imageRenderer:
|
||||
caption: "{first} - {second}"
|
||||
httpError: "Code: {status} pour {url}"
|
||||
NoteDeleteDialog:
|
||||
title:
|
||||
one: Voulez-vous supprimer cette note ?
|
||||
other: Voulez-vous supprimer ces {} notes ?
|
||||
'yes': vrai
|
||||
'no': faux
|
||||
NoteEditor:
|
||||
renameFile: Renommer le fichier
|
||||
fileName: Nom de fichier
|
||||
addType: Ajoutant '{}' aux types de fichiers reconnus
|
||||
SyncButton:
|
||||
error: Erreur de synchronisation {}
|
||||
PurchaseWidget:
|
||||
failed: Impossible de faire l'achat
|
||||
NoteViewer:
|
||||
linkNotFound: Le lien '{}' est introuvable
|
||||
linkInvalid: Le lien '{}' est invalide
|
||||
FolderSelectionDialog:
|
||||
title: Sélectionner un dossier
|
||||
FolderTreeView:
|
||||
notesCount: "{} Notes"
|
||||
rootFolder: Dossier principal
|
||||
ignoredFiles:
|
||||
dot: Commence par un .
|
||||
ext: Ne se termine pas par un des suivants -
|
||||
drawer:
|
||||
setup: Configurer le hôte Git
|
||||
pro: Déverrouiller la version pro
|
||||
all: Toutes les notes
|
||||
folders: Dossiers
|
||||
fs: Système de fichiers
|
||||
tags: Étiquettes
|
||||
share: Partager l'appi
|
||||
rate: Laisser une évaluation
|
||||
feedback: Feedback
|
||||
bug: Rapport de bogue
|
||||
graph: Affichage graphique
|
||||
remote: Pas d'hôte Git
|
||||
addRepo: Ajouter dépôt
|
||||
login: Connexion
|
||||
history: Historique
|
||||
setup:
|
||||
autoConfigure:
|
||||
title: Comment voulez-vous procéder ?
|
||||
automatic: Configurer automatiquement
|
||||
manual: Laissez-moi le faire manuellement
|
||||
autoconfigure:
|
||||
step1: 1. Afficher vos dépôts existants ou créer un nouveau dépôt
|
||||
step2: 2. Générer une clef SSH sur cet appareil
|
||||
step3: 3. Ajouter la clef comme clef de déploiment avec des droits d'écriture à ce dépôt
|
||||
warning: Cela nécessitera d'accorder à GitJournal l'accès à tous les dépôts privés et publics. Si vous n'êtes pas à l'aise avec cela, veuillez revenir en arrière et choisir l'option de configuration manuelle.
|
||||
authorize: Autorizer GitJournal
|
||||
waitPerm: En attente de l'autorisation ...
|
||||
readUser: Lecture des infos de l'utilisateur
|
||||
repoSelector:
|
||||
title: Sélectionner ou créer un dépôt
|
||||
hint: Taper pour chercher ou créer un dépôt
|
||||
create: Créer dépôt privé {}
|
||||
loading: Chargement
|
||||
cloneUrl:
|
||||
enter: Entrez l’URL de clonage Git
|
||||
validator:
|
||||
empty: Veuillez entrer du texte
|
||||
invalid: Entrée invalide
|
||||
onlySsh: Seulement les URLs SSH sont acceptés pour l'instant
|
||||
manual:
|
||||
title: Veuillez créer un nouveau dépôt Git -
|
||||
step1: 1. Aller au site web, créer un dépôt et copier son URL de clonage Git
|
||||
step2: 2. Entrez l'URL de clonage Git
|
||||
button: Ouvrir le page web de création de nouveau dépôt
|
||||
next: Suivant
|
||||
fail: Échec
|
||||
keyEditors:
|
||||
public: Clef publique invalide - Ne commence pas par ssh-rsa ou ssh-ed25519
|
||||
private: Clef privée invalide
|
||||
load: Charger d'un fichier
|
||||
sshKey:
|
||||
generate: Génération de la clef SSH
|
||||
title: Pour accéder au dépôt, la clef publique doit être copiée comme clef de déploiment
|
||||
step1: 1. Copier la clef
|
||||
step2a: 2. Ouvrir le page web et coller la clef de déploiment. Veuillez assurer qu'elle ait le droit d'écriture.
|
||||
step2b: 2. Donner l'accès au dépôt Git à la clef SSH. (Vous devez vous débrouiller vous-même)
|
||||
step3: 3. Essayer de cloner ..
|
||||
copy: Copier clef
|
||||
copied: Clef publique copiée au presse-papier
|
||||
regenerate: Régénérer la clef
|
||||
openDeploy: Ouvrir le page web de déploiment
|
||||
clone: Cloner le dépôt
|
||||
addDeploy: Ajoutant comme clef de déploiment
|
||||
save: Sauvegarder
|
||||
sshKeyChoice:
|
||||
title: Des clefs SSH sont nécessaires pour l'authentification
|
||||
generate: Générer des nouvelles clefs
|
||||
custom: Fournir des clefs SSH personalisées
|
||||
sshKeyUserProvided:
|
||||
public: Clef publique -
|
||||
private: Clef privée -
|
||||
password: Mot de passe de la clef privée
|
||||
cloning: Clonage en cours ...
|
||||
host:
|
||||
title: Configurer un fournisseur Git -
|
||||
custom: Personnalisé
|
||||
feature:
|
||||
darkMode: Mode sombre
|
||||
rawEditor: Éditeur brut
|
||||
folderSupport: Prise en charge de dossiers
|
||||
fileNameCustomize: Personnaliser le nom de fichier de la note
|
||||
noteMetaDataCustomize:
|
||||
title: Personnalisation de métadonnées des notes
|
||||
subtitle: Permet l'utilisation de GitJournal avec des générateurs de site statique
|
||||
autoMergeConflicts: Résolution automatisée de conflit de fusion
|
||||
noteSorting: Tri personnalisé des notes
|
||||
gitPushFreq: Fréquence de synchronisation Git personnalisée
|
||||
checklistEditor: Éditeur de checklist
|
||||
journalEditor: Éditeur de journal
|
||||
diffViews: Plusieurs modes d'affichage de dossier - Journal, Grille, Standard
|
||||
imageSupport: Prise en charge d'images
|
||||
tags: Étiquettes des notes
|
||||
appShortcuts: Raccourcis de l'appli
|
||||
createRepo: Créer dépôts personnalisés dans l'appli
|
||||
backlinks: Note Backlinks Support
|
||||
txtFiles: Prise en charge des fichiers texte
|
||||
wikiLinks: Prise en charge des lien style Wiki
|
||||
metaDataTitle: Personnaliser le métadonnée Titre
|
||||
journalEditorDefaultFolder: Configurer le dossier par défaut de l'éditeur journal
|
||||
yamlModifiedKey: Personnaliser la balise YAML modified
|
||||
yamlCreatedKey: Personnaliser la balise YAML created
|
||||
yamlTagsKey: Personnaliser la balise YAML tags
|
||||
disableYamlHeader: Désactive l'en-tête de métadonnées YAML
|
||||
customizeHomeScreen: Personnaliser l'écran d'accueil
|
||||
zenMode: Mode d'écriture Zen
|
||||
emojiSupport:
|
||||
title: Prise en charge des émoji
|
||||
subtitle: "Convertir :heart: en ❤️"
|
||||
allNotesView: Ajouter une écran pour "Toutes les notes"
|
||||
basicSearch: Recherche de base
|
||||
customSSHKeys: Fournir vos propres clefs SSH
|
||||
customMetaData: Ajout de métadonnées personnalisées aux notes
|
||||
graphVisualization: Visualisation graphique
|
||||
mutliRepos: Multiples dépôts Git
|
||||
customThemes: Thèmes personnalisés
|
||||
gitLog: Afficher et chercher l'historique Git
|
||||
latex: Prise en charge de Latex
|
||||
mermaid: Prise en charge de diagramme Mermaid
|
||||
encryptedHosting: Hébergement crypté Git
|
||||
desktop: Application de bureau
|
||||
markdownToolbar: Barre outils Markdown
|
||||
localization:
|
||||
title: Localisation
|
||||
subtitle: Permettre que GitJournal soit traduit
|
||||
inlineTags: Étiquettes en ligne
|
||||
singleJournalEntry: Single Journal Entry File per day
|
||||
configureBottomMenuBar: Configurer la barre en bas
|
||||
customFileNamePerEditor: Nom de fichier personnalisé par éditeur
|
||||
branchSelection: Sélection de la branche Git
|
||||
inlineLatex: Prise en charge de Katex dans Markdown
|
||||
feature_timeline:
|
||||
title: Échéancier des fonctionnalités
|
||||
progress: En cours
|
||||
plan: Prévu
|
||||
issues: Le développement de GitJournal est suivi sur Github. Veuillez envisager de voter sur les questions que vous jugez importantes.
|
||||
purchase_screen:
|
||||
title: Version pro
|
||||
desc: 'GitJournal est entièrement open source et le résultat d''un important travail de développement. Il n''a aucun capital-risque ou soutien de société et il n''en aura jamais. Votre soutien appuie directement le développement. GitJournal fonctionne sur un modèle "payez ce que vous voulez (avec un minimum)".'
|
||||
restore: Restaurer l'achat
|
||||
oneTime:
|
||||
title: Achat unique
|
||||
desc: Activer toutes les fonctionnalisées pros actuelles dans GitJournal, ainsi que toute nouvelle fonctionnalité ajoutée au cours des prochains 12 mois.
|
||||
monthly:
|
||||
title: Versements mensuels
|
||||
desc: Activer toutes les fonctionnalités pro. Après 12 moi, ou après le paiement de {minYearlyPurchase}, vous recevrez tous les avantage de l'achat unique
|
||||
thanks:
|
||||
title: Merci
|
||||
subtitle: Nous vous remercions de soutenir GitJournal
|
||||
expired: Abonnement expiré le {}
|
||||
unknown: Inconnu
|
||||
OnBoarding:
|
||||
Skip: Sauter
|
||||
Next: Suivant
|
||||
getStarted: Se lancer
|
||||
subtitle: "Une application de prise de notes open source basée sur Git"
|
||||
page2: "Vos notes sont stockées dans un format standard de Markdown avec un en-tête YAML"
|
||||
page3: "Synchroniser votre dépôt Git local avec n'importe quel fournisseur"
|
||||
beta: BETA
|
||||
none: Aucun
|
@ -1,593 +0,0 @@
|
||||
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
|
||||
#
|
||||
# SPDX-License-Identifier: CC-BY-4.0
|
||||
settings:
|
||||
ok: Ok
|
||||
cancel: Mégse
|
||||
title: Beállítások
|
||||
author:
|
||||
label: Név
|
||||
validator: Please enter a name
|
||||
email:
|
||||
label: Email
|
||||
validator:
|
||||
empty: Please enter an email
|
||||
invalid: Please enter a valid email
|
||||
display:
|
||||
title: Display Settings
|
||||
homeScreen: Home Screen
|
||||
theme: Theme
|
||||
images:
|
||||
title: Image Settings
|
||||
subtitle: Configure how images are displayed
|
||||
imageTextType:
|
||||
alt: Alt Text
|
||||
altAndTooltip: Alt Text and Tooltip
|
||||
tooltip: Tooltip
|
||||
none: None
|
||||
captions:
|
||||
title: Image Captions
|
||||
subtitle: Configure the image captions
|
||||
useAsCaption: Use as caption
|
||||
overlayCaption: Draw caption on top of large enough images
|
||||
transparentCaption: Overlay captions have a semitransparent background
|
||||
blurBehindCaption: Blur Image behind caption
|
||||
tooltipFirst:
|
||||
title: Show tooltip before alt text
|
||||
tooltip: Current order is “<tooltip> - <altText>”
|
||||
altText: Current order is “<altText> - <tooltip>”
|
||||
captionOverrides: Caption Overrides
|
||||
tagDescription: Put these tags in “” to override the behavior for it.
|
||||
doNotCaptionTags:
|
||||
hint: DoNotCaption-Tags
|
||||
label: Never use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoCaption-Tag”.
|
||||
doCaptionTags:
|
||||
hint: DoCaption-Tags
|
||||
label: Always use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotCaption-Tag”.
|
||||
detailsView:
|
||||
header: Detail View
|
||||
maxZoom: Maximal zoom level
|
||||
rotateGestures:
|
||||
title: Rotate Image with gestures
|
||||
subtitle: Rotate by moving two fingers in a circle
|
||||
theming:
|
||||
title: Image Theming
|
||||
subtitle: Configure how images are themed
|
||||
adjustColors:
|
||||
all: All
|
||||
blackAndWhite: Only black and white
|
||||
grays: Only grays
|
||||
doNotThemeTags:
|
||||
hint: DoNotTheme-Tags
|
||||
label: Never theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoTheme-Tag”.
|
||||
doThemeTags:
|
||||
hint: DoTheme-Tag
|
||||
label: Always theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotTheme-Tag”.
|
||||
matchCanvasColor:
|
||||
title: Match Background Color
|
||||
subtitle: Replaces white/black parts of vector graphics with the canvas color
|
||||
tagDescription: Put these tags in “” to override the behavior for the image.
|
||||
themeOverrides: Theme Overrides
|
||||
themeOverrideTagLocation: Theme Override Tag Location
|
||||
themeRasterGraphics: Theme Raster Graphics (.png/.jpg)
|
||||
themeSvgWithBackground: Theme SVGs With Background
|
||||
themeVectorGraphics:
|
||||
title: Theme Vector Graphics
|
||||
filter: Using Color Filter
|
||||
'off': false
|
||||
'on': true
|
||||
vectorGraphics: Vector Graphics (.svg)
|
||||
vectorGraphicsAdjustColors: Colors to Adjust
|
||||
lang: Language
|
||||
gitAuthor: Git Author Settings
|
||||
versionInfo: GitJournal Version
|
||||
analytics: Analytics
|
||||
crashReports: Collect Anonymous Crash Reports
|
||||
usageStats: Collect Anonymous Usage Statistics
|
||||
debug:
|
||||
title: Debug App
|
||||
subtitle: Look under the hood
|
||||
levels:
|
||||
title: Select Level
|
||||
error: Error
|
||||
warning: warning
|
||||
info: Info
|
||||
debug: Debug
|
||||
verbose: Verbose
|
||||
copy: Debug Logs Copied
|
||||
images:
|
||||
title: Image Settings
|
||||
subtitle: Configure how Images are stored
|
||||
imageLocation: Image Location
|
||||
currentFolder: Same Folder as Note
|
||||
customFolder: Személyes mappa
|
||||
gitRemote:
|
||||
changeHost:
|
||||
title: Reconfigure Git Host
|
||||
subtitle: Notes which have not been synced will be lost
|
||||
ok: Ok
|
||||
cancel: Cancel
|
||||
title: Git Remote Settings
|
||||
subtitle: Configure where your notes are synced
|
||||
host: Git Host
|
||||
branch: Branch
|
||||
resetHard:
|
||||
title: Reset Git Host
|
||||
subtitle: This will HARD reset the current branch to its remote
|
||||
noteMetaData:
|
||||
title: Note Metadata Settings
|
||||
subtitle: Configure how the Note Metadata is saved
|
||||
text: Every note has some metadata which is stored in a YAML Header as follows -
|
||||
enableHeader: Enable YAML Header
|
||||
modified: Modified Field
|
||||
created: Created Field
|
||||
tags: Tags Field
|
||||
example:
|
||||
title: Example Title
|
||||
titleMetaData:
|
||||
title: Title
|
||||
fromH1: Text Header 1
|
||||
fromYaml: From YAML 'title'
|
||||
filename: FileName
|
||||
exampleTitle: Pigeons
|
||||
exampleBody: I think they might be evil. Even more evil than penguins.
|
||||
exampleTag1: Birds
|
||||
exampleTag2: Evil
|
||||
customMetaData:
|
||||
title: Custom MetaData
|
||||
invalid: Invalid YAML
|
||||
output: Output
|
||||
input: Input
|
||||
editorType: Editor Type Field
|
||||
privacy: Privacy Policy
|
||||
terms: Terms and Conditions
|
||||
experimental:
|
||||
title: Experimental Features
|
||||
subtitle: Try out features in Development
|
||||
markdownToolbar: Show Markdown Toolbar in Editor
|
||||
graphView: Graph View
|
||||
accounts: Platform Independent Accounts
|
||||
includeSubfolders: Include Subfolders
|
||||
experimentalGitOps: Dart-only Git implementation
|
||||
merge: Dart-only merge implementation
|
||||
autoCompleteTags: Tags Auto Completion
|
||||
history: History View
|
||||
editors:
|
||||
title: Editor Settings
|
||||
subtitle: Configure how different editors work
|
||||
defaultEditor: Alapértelmezett szerkesztő
|
||||
defaultState: Default State
|
||||
markdownEditor: Markdown szerkesztő
|
||||
journalEditor: Journal szerkesztő
|
||||
defaultFolder: Alapértelmezett mappa
|
||||
checklistEditor: Ellenőrzőlista szerkesztő
|
||||
rawEditor: Raw szerkesztő
|
||||
choose: Válassz szerkesztőt
|
||||
orgEditor: Org Editor
|
||||
defaultNoteFormat: Default Note Format
|
||||
journalDefaultFolderSelect: Creating a Note in '{}'
|
||||
sortingField:
|
||||
modified: Last Modified
|
||||
created: Created
|
||||
filename: Fájlnév
|
||||
title: Cím
|
||||
sortingOrder:
|
||||
asc: Növekvő
|
||||
desc: Csökkenő
|
||||
sortingMode:
|
||||
field: Mező
|
||||
order: Sorrend
|
||||
remoteSync:
|
||||
auto: Automatikus
|
||||
manual: Kézi
|
||||
tags:
|
||||
title: Címkék beállítása
|
||||
subtitle: Configure how inline tags are parsed
|
||||
enable: Parse Inline Tags
|
||||
prefixes: Inline Tags Prefixes
|
||||
misc:
|
||||
title: Egyéb beállítások
|
||||
swipe: Jegyzet törlése csúsztatással
|
||||
listView: Lista nézet
|
||||
confirmDelete: Show a Popup to Confirm Deletes
|
||||
hardWrap: Enable hardWrap
|
||||
emoji: Emojify text
|
||||
NoteFileNameFormat:
|
||||
iso8601WithTimeZone: ISO86001 időzónával
|
||||
iso8601: ISO8601
|
||||
iso8601WithoutColon: ISO8601 kettőspont nélkül
|
||||
title: Cím
|
||||
uuid: Uuid V4
|
||||
zettelkasten: yyyymmddhhmmss
|
||||
simple: yyyy-mm-dd-hh-mm-ss
|
||||
dateOnly: yyyy-mm-dd
|
||||
kebabCase: Kebab Case
|
||||
HomeScreen:
|
||||
allNotes: Minden jegyzet
|
||||
allFolders: Minden mappa
|
||||
EditorDefaultView:
|
||||
edit: Módosít
|
||||
view: View
|
||||
lastUsed: Last Used
|
||||
theme:
|
||||
light: Light Theme
|
||||
dark: Dark Theme
|
||||
default: System Default
|
||||
versionCopied: Copied version to clipboard
|
||||
ssh:
|
||||
syncFreq: Sync Frequency
|
||||
note:
|
||||
title: Note Settings
|
||||
defaultFolder: Default Folder for new notes
|
||||
newNoteFileName: New Note Filename
|
||||
storage:
|
||||
title: Storage
|
||||
fileName: filename
|
||||
external: Store Repo Externally
|
||||
icloud: Store in iCloud
|
||||
repoLocation: Repo Location
|
||||
notWritable: "{} is not writable"
|
||||
failedExternal: Unable to get External Storage Directory
|
||||
permissionFailed: External Storage Permission Failed
|
||||
drawer:
|
||||
title: Sidebar Settings
|
||||
bottomMenuBar:
|
||||
title: Bottom Menu Bar
|
||||
subtitle: Configure its appearance and behavior
|
||||
enable: Enable Bottom Menu Bar
|
||||
deleteRepo: Delete Repository
|
||||
fileFormat:
|
||||
markdown: Markdown
|
||||
txt: Txt
|
||||
orgMode: Org Mode
|
||||
fileTypes:
|
||||
title: Note File Types
|
||||
subtitle: Configure what files are considered Notes
|
||||
numFiles:
|
||||
one: "{} File"
|
||||
other: ""
|
||||
noExt: No Extension
|
||||
list:
|
||||
userInterface:
|
||||
title: User Interface
|
||||
subtitle: Theme, Language, Home, Bottom Bar, Rendering
|
||||
git:
|
||||
title: Git
|
||||
subtitle: Git Author, Remote, Sync Frequency
|
||||
editor:
|
||||
title: Editor
|
||||
subtitle: Default Editor, Default View
|
||||
storage:
|
||||
title: Storage & File Formats
|
||||
subtitle: Storage, Serialization, Metadata, File Formats
|
||||
analytics:
|
||||
title: Analytics
|
||||
subtitle: It's important that you feel comfortable
|
||||
debug:
|
||||
title: Debug
|
||||
subtitle: Peek inside the inner workings of GitJournal
|
||||
experiments:
|
||||
title: Experiments
|
||||
subtitle: Play around with experimental features
|
||||
project:
|
||||
header: Project
|
||||
docs: Documentation & Support
|
||||
contribute: Contribute
|
||||
about: About
|
||||
license:
|
||||
title: Licenses
|
||||
subtitle: GitJoural uses other great software
|
||||
sshKey:
|
||||
keyType: SSH Key Type
|
||||
rsa: RSA
|
||||
ed25519: Ed25519
|
||||
editors:
|
||||
checklist:
|
||||
add: Elem hozzáadása
|
||||
common:
|
||||
defaultBodyHint: Ide írj
|
||||
defaultTitleHint: Cím
|
||||
discard: Változások elvetése
|
||||
share: Jegyzet megosztása
|
||||
takePhoto: Take Photo
|
||||
addImage: Add Image from Gallery
|
||||
editFileName: Fájlnév
|
||||
tags: Edit Tags
|
||||
zen:
|
||||
enable: Enable Zen Mode
|
||||
disable: Disable Zen Mode
|
||||
saveNoteFailed:
|
||||
title: Failed to Save Note
|
||||
message: We're sorry, but we cannot seem to save the Note. It has been copied to the clipboard to avoid data loss.
|
||||
defaultFileNameHint: File Name
|
||||
find: Find in note
|
||||
pro: Pro
|
||||
actions:
|
||||
newNote: Új jegyzet
|
||||
newJournal: Új napló bejegyzés
|
||||
newChecklist: Új ellenőrző lista
|
||||
screens:
|
||||
folders:
|
||||
title: Mappák
|
||||
selected: Kiválasztott mappa
|
||||
dialog:
|
||||
title: Új mappa
|
||||
create: Új
|
||||
discard: Elvet
|
||||
errorDialog:
|
||||
title: Hiba
|
||||
deleteContent: Jegyzetet tartalmazó mappa nem törölhető.
|
||||
renameContent: A gyökér könyvtár nem átnevezhető
|
||||
ok: Ok
|
||||
actions:
|
||||
rename: Mappa átnevezése
|
||||
subFolder: Új almappa
|
||||
delete: Mappa törlése
|
||||
decoration: Mappa neve
|
||||
empty: Kérlek adj meg egy nevet
|
||||
tags:
|
||||
title: Címkék
|
||||
empty: No Tags Found
|
||||
filesystem:
|
||||
ignoredFile:
|
||||
title: Fájl elvetve
|
||||
ok: Ok
|
||||
rename: Átnevezés
|
||||
rename:
|
||||
decoration: Fájlnév
|
||||
title: Átnevezés
|
||||
folder_view:
|
||||
empty: Let's add some notes?
|
||||
home:
|
||||
allNotes: All Notes
|
||||
cacheLoading:
|
||||
text: Reading Git History ...
|
||||
error:
|
||||
title: Error
|
||||
message: The repo couldn't be opened. Please file a bug and recreate the repo.
|
||||
widgets:
|
||||
rename:
|
||||
'yes': Átnevezés
|
||||
'no': Mégse
|
||||
validator:
|
||||
empty: Kérlek adj meg egy nevet
|
||||
exists: Már létezik
|
||||
contains: Nem tartalmazhat / jelet
|
||||
noExt: "Warning: Extension missing. Will treat file as plain text"
|
||||
changeExt: "Warning: Changing file type from '{}' to '{}'"
|
||||
backlinks:
|
||||
title:
|
||||
one: "{} Jegyzet kapcsolódik ehhez a Jegyzethez"
|
||||
other: "{} Jegyzetek kapcsolódnak ehhez a Jegyzethez"
|
||||
SortingOrderSelector:
|
||||
title: Rendezési szabály
|
||||
PurchaseButton:
|
||||
text: Purchase for {price}
|
||||
fail: Failed to Load
|
||||
failSend: Failed to send purchase request
|
||||
failPurchase: Failed to Purchase - {}
|
||||
FolderView:
|
||||
syncError: Sync Error {}
|
||||
headerOptions:
|
||||
heading: Header Options
|
||||
auto: Auto Generated Title
|
||||
titleFileName: Title or FileName
|
||||
fileName: FileName
|
||||
summary: Show Summary
|
||||
customize: Customize View
|
||||
views:
|
||||
standard: Standard View
|
||||
journal: Journal View
|
||||
grid: Grid View
|
||||
card: Card View
|
||||
select: Select View
|
||||
calendar: Calendar View
|
||||
sortingOptions: Sorting Options
|
||||
viewOptions: View Options
|
||||
noteDeleted: Note Deleted
|
||||
undo: Undo
|
||||
searchFailed: No Search Results Found
|
||||
actions:
|
||||
moveToFolder: Move To Folder
|
||||
pinned: Pinned
|
||||
others: Others
|
||||
imageRenderer:
|
||||
caption: "{first} - {second}"
|
||||
httpError: "Code: {status} for {url}"
|
||||
NoteDeleteDialog:
|
||||
title:
|
||||
one: Do you want to delete this note?
|
||||
other: ""
|
||||
'yes': true
|
||||
'no': false
|
||||
NoteEditor:
|
||||
renameFile: Rename File
|
||||
fileName: Filename
|
||||
addType: Adding '{}' to supported file types
|
||||
SyncButton:
|
||||
error: Sync Error {}
|
||||
PurchaseWidget:
|
||||
failed: Purchase Failed
|
||||
NoteViewer:
|
||||
linkNotFound: Link '{}' not found
|
||||
linkInvalid: Link '{}' is invalid.
|
||||
FolderSelectionDialog:
|
||||
title: Select a Folder
|
||||
FolderTreeView:
|
||||
notesCount: "{} Notes"
|
||||
rootFolder: Gyökér mappa
|
||||
ignoredFiles:
|
||||
dot: Starts with a .
|
||||
ext: Doesn't end with one of the following -
|
||||
drawer:
|
||||
setup: Git Host beállítása
|
||||
pro: Pro verzió feloldása
|
||||
all: Minden jegyzet
|
||||
folders: Mappák
|
||||
fs: Fájl rendszer
|
||||
tags: Címkék
|
||||
share: App megosztása
|
||||
rate: Értékelés
|
||||
feedback: Visszajelzés
|
||||
bug: Hiba jelzés
|
||||
graph: Graph View
|
||||
remote: No Git Host
|
||||
addRepo: Add Repository
|
||||
login: Login
|
||||
history: History
|
||||
setup:
|
||||
autoConfigure:
|
||||
title: How do you want to do this?
|
||||
automatic: Automatikus beállítás
|
||||
manual: Hadd csináljam manuálisan
|
||||
autoconfigure:
|
||||
step1: 1. List your existing repos or create a new repo
|
||||
step2: 2. Generate an SSH Key on this device
|
||||
step3: 3. Add the key as a deploy key with write access to the repository
|
||||
warning: This will require granting GitJournal access to all private and public repos. If you're not comfortable with that please go back and chose the manual setup option.
|
||||
authorize: Authorize GitJournal
|
||||
waitPerm: Waiting for Permissions ...
|
||||
readUser: Reading User Info
|
||||
repoSelector:
|
||||
title: Select or Create a Repository
|
||||
hint: Type to Search or Create a Repo
|
||||
create: Create Private Repo {}
|
||||
loading: Loading
|
||||
cloneUrl:
|
||||
enter: Enter the Git Clone URL
|
||||
validator:
|
||||
empty: Please enter some text
|
||||
invalid: Invalid Input
|
||||
onlySsh: Only SSH urls are currently accepted
|
||||
manual:
|
||||
title: Please create a new git repository -
|
||||
step1: 1. Go to the website, create a repo and copy its git clone URL
|
||||
step2: 2. Enter the Git clone URL
|
||||
button: Open Create New Repo Webpage
|
||||
next: Next
|
||||
fail: Failed
|
||||
keyEditors:
|
||||
public: Invalid Public Key - Doesn't start with ssh-rsa or ssh-ed25519
|
||||
private: Invalid Private Key
|
||||
load: Load from File
|
||||
sshKey:
|
||||
generate: Generating SSH Key
|
||||
title: In order to access this repository, this public key must be copied as a deploy key
|
||||
step1: 1. Copy the key
|
||||
step2a: 2. Open webpage, and paste the deploy key. Make sure it is given Write Access.
|
||||
step2b: 2. Give this SSH Key access to the git repo. (You need to figure it out yourself)
|
||||
step3: 3. Try Cloning ..
|
||||
copy: Copy Key
|
||||
copied: Public Key copied to Clipboard
|
||||
regenerate: Regenerate Key
|
||||
openDeploy: Open Deploy Key Webpage
|
||||
clone: Clone Repo
|
||||
addDeploy: Hozzáadás Deploy Key-ként
|
||||
save: Save
|
||||
sshKeyChoice:
|
||||
title: SSH kulcsokra van szükség a hitelesítéshez -
|
||||
generate: Új kulcsok készítése
|
||||
custom: Adj meg egyedi SSH kulcsokat
|
||||
sshKeyUserProvided:
|
||||
public: Publikus kulcs -
|
||||
private: Privát kulcs -
|
||||
password: Private Key Password
|
||||
cloning: Klónozás ...
|
||||
host:
|
||||
title: Válassz Git-szolgáltatót -
|
||||
custom: Egyedi
|
||||
feature:
|
||||
darkMode: Dark Mode
|
||||
rawEditor: Raw Editor
|
||||
folderSupport: Folder Support
|
||||
fileNameCustomize: Customize Note FileName
|
||||
noteMetaDataCustomize:
|
||||
title: Customize Note Metadata
|
||||
subtitle: Allows GitJournal to be used with static website generators
|
||||
autoMergeConflicts: Automation Merge Conflict Resolution
|
||||
noteSorting: Configurable Note Sorting
|
||||
gitPushFreq: Configurable Git Sync Frequency
|
||||
checklistEditor: Checklist Editor
|
||||
journalEditor: Journal Editor
|
||||
diffViews: Different Folder Views - Journal, Grid, Standard
|
||||
imageSupport: Image Support
|
||||
tags: Note Tags
|
||||
appShortcuts: App Shortcuts
|
||||
createRepo: Create Custom Repos from within App
|
||||
backlinks: Note Backlinks Support
|
||||
txtFiles: Txt File Support
|
||||
wikiLinks: Wiki Style Links Support
|
||||
metaDataTitle: Customize Title MetaData
|
||||
journalEditorDefaultFolder: Customize Default Folder for Journal Editor
|
||||
yamlModifiedKey: Customize the YAML modified key
|
||||
yamlCreatedKey: Customize the YAML created key
|
||||
yamlTagsKey: Customize the YAML tags key
|
||||
disableYamlHeader: Disable YAML Metadata Header
|
||||
customizeHomeScreen: Customize Home Screen
|
||||
zenMode: Zen Writing Mode
|
||||
emojiSupport:
|
||||
title: Emoji Support
|
||||
subtitle: "Convert :heart: to ❤️"
|
||||
allNotesView: Add a screen to show "All Notes"
|
||||
basicSearch: Basic Search
|
||||
customSSHKeys: Provide your own SSH Keys
|
||||
customMetaData: Add Custom Metadata to new Notes
|
||||
graphVisualization: Graph Visualization
|
||||
mutliRepos: Multiple Git Repos
|
||||
customThemes: Custom Themes
|
||||
gitLog: View and Search through Git History
|
||||
latex: Latex Support
|
||||
mermaid: Mermaid Diagram Support
|
||||
encryptedHosting: Encrypted Git Hosting
|
||||
desktop: Desktop App
|
||||
markdownToolbar: Markdown Toolbar
|
||||
localization:
|
||||
title: Lokalizálás
|
||||
subtitle: Allow GitJournal to be translated
|
||||
inlineTags: Beágyazott címkék
|
||||
singleJournalEntry: Single Journal Entry File per day
|
||||
configureBottomMenuBar: Configure the Bottom Menu Bar
|
||||
customFileNamePerEditor: Custom FileName per Editor
|
||||
branchSelection: Git Branch Selection
|
||||
inlineLatex: Inline Katex Support in Markdown
|
||||
feature_timeline:
|
||||
title: Feature Timeline
|
||||
progress: In Progress
|
||||
plan: Planned
|
||||
issues: GitJournal's development is tracked on Github. Please consider voting on the issues you consider important.
|
||||
purchase_screen:
|
||||
title: Pro Version
|
||||
desc: 'GitJournal is completely open source and is the result of significant development work. It has no venture capital or corporation backing and it never will. Your support directly sustains development. GitJournal operates on a "pay what you want model (with a minimum)".'
|
||||
restore: Restore Purchase
|
||||
oneTime:
|
||||
title: Egyszeri vásárlás
|
||||
desc: "Véglegesen engedélyezi a GitJournal összes jelenleg elérhető Pro funkcióját és a következő 12 hónapban hozzáadott új funkciókat. "
|
||||
monthly:
|
||||
title: Havi előfizetés
|
||||
desc: Engedélyezi az összes Pro funkciót. 12 hónap elteltével vagy a {minYearlyPurchase} befizetése után megkapod az "egyszeri vásárlás" összes előnyét
|
||||
thanks:
|
||||
title: Thank You
|
||||
subtitle: You're awesome for supporting GitJournal
|
||||
expired: Subscription Expired on {}
|
||||
unknown: Unknown
|
||||
OnBoarding:
|
||||
Skip: Skip
|
||||
Next: Next
|
||||
getStarted: Get Started
|
||||
subtitle: "An Open Source Note Taking App built on top of Git"
|
||||
page2: "Your Notes are stored in a standard Markdown + YAML Header format"
|
||||
page3: "Sync your Local Git Repo with any provider"
|
||||
beta: BETA
|
||||
none: None
|
@ -1,590 +0,0 @@
|
||||
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
|
||||
#
|
||||
# SPDX-License-Identifier: CC-BY-4.0
|
||||
settings:
|
||||
ok: Ok
|
||||
cancel: Batal
|
||||
title: Setelan
|
||||
author:
|
||||
label: Nama Lengkap
|
||||
validator: Masukan nama
|
||||
email:
|
||||
label: Email
|
||||
validator:
|
||||
empty: Masukan email
|
||||
invalid: Masukan email yang valid
|
||||
display:
|
||||
title: Setelan Tampilan
|
||||
homeScreen: Layar Utama
|
||||
theme: Tema
|
||||
images:
|
||||
title: Setelan Gambar
|
||||
subtitle: Atur bagaimana gambar ditampilkan
|
||||
imageTextType:
|
||||
alt: Text Alt
|
||||
altAndTooltip: Teks Alt dan Keterangan Alat
|
||||
tooltip: Keterangan alat
|
||||
none: Tidak ada
|
||||
captions:
|
||||
title: Takarir Gambar
|
||||
subtitle: Atur takarir gambar
|
||||
useAsCaption: Gunakan sebagai takarir
|
||||
overlayCaption: Buat keterangan di atas gambar yang cukup besar
|
||||
transparentCaption: Teks overlay memiliki latar belakang semi transparan
|
||||
blurBehindCaption: Buramkan Gambar di belakang keterangan
|
||||
tooltipFirst:
|
||||
title: Tampilkan tooltip sebelum teks alternatif
|
||||
tooltip: Urutan saat ini adalah “<tooltip> - <altText>”
|
||||
altText: Urutan saat ini adalah “<altText> - <tooltip>”
|
||||
captionOverrides: Timpa Keterangan
|
||||
tagDescription: Letakkan tag ini di “” untuk mengganti perilakunya.
|
||||
doNotCaptionTags:
|
||||
hint: DoNotCaption-Tags
|
||||
label: Jangan pernah gunakan sebagai keterangan dengan tag
|
||||
validator:
|
||||
empty: Tag tidak boleh kosong.
|
||||
same: Tag cannot be identical to a “DoCaption-Tag”.
|
||||
doCaptionTags:
|
||||
hint: DoCaption-Tags
|
||||
label: Selalu gunakan sebagai keterangan dengan tag
|
||||
validator:
|
||||
empty: Tag tidak boleh kosong.
|
||||
same: Tag tidak boleh identik dengan "DoNotCaption-Tag".
|
||||
detailsView:
|
||||
header: Tampilan Detail
|
||||
maxZoom: Tingkat zoom maksimal
|
||||
rotateGestures:
|
||||
title: Putar Gambar dengan gerakan
|
||||
subtitle: Putar dengan menggerakkan dua jari dalam lingkaran
|
||||
theming:
|
||||
title: Tema Gambar
|
||||
subtitle: Konfigurasikan bagaimana gambar bertema
|
||||
adjustColors:
|
||||
all: Semua
|
||||
blackAndWhite: Hanya hitam dan putih
|
||||
grays: Hanya Abu Abu
|
||||
doNotThemeTags:
|
||||
hint: DoNotTheme-Tags
|
||||
label: Jangan pernah tema gambar dengan tag
|
||||
validator:
|
||||
empty: Tag tidak boleh kosong.
|
||||
same: Tag tidak boleh identik dengan "DoTheme-Tag".
|
||||
doThemeTags:
|
||||
hint: "\nDoTheme-Tag"
|
||||
label: Selalu gambar tema dengan tag
|
||||
validator:
|
||||
empty: Tag tidak boleh kosong.
|
||||
same: Tag cannot be identical to a “DoNotTheme-Tag”.
|
||||
matchCanvasColor:
|
||||
title: Cocokkan Warna Latar Belakang
|
||||
subtitle: Mengganti bagian putih/hitam dari grafik vektor dengan warna kanvas
|
||||
tagDescription: Letakkan tag ini di “” untuk mengganti perilaku gambar.
|
||||
themeOverrides: Timpa Tema
|
||||
themeOverrideTagLocation: Lokasi Tag Pengganti Tema
|
||||
themeRasterGraphics: Grafik Raster Tema (.png/.jpg)
|
||||
themeSvgWithBackground: Tema SVG Dengan Latar Belakang
|
||||
themeVectorGraphics:
|
||||
title: Tema Grafis Vektor
|
||||
filter: Menggunakan Filter Warna
|
||||
'off': salah
|
||||
'on': benar
|
||||
vectorGraphics: Grafis Vector (.svg)
|
||||
vectorGraphicsAdjustColors: Warna untuk Menyesuaikan
|
||||
lang: Language
|
||||
gitAuthor: Setelan Penulis Git
|
||||
versionInfo: Info Versi
|
||||
analytics: Analitik
|
||||
crashReports: Kumpulkan Laporan Crash Anonim
|
||||
usageStats: Kumpulkan Statistik Penggunaan Anonim
|
||||
debug:
|
||||
title: Debug Apl
|
||||
subtitle: Lihat dibalik tudung
|
||||
levels:
|
||||
title: Pilih Tingkat
|
||||
error: Kesalahan
|
||||
warning: peringatan
|
||||
info: Info
|
||||
debug: Debug
|
||||
verbose: Berlebih
|
||||
copy: Debug Logs Copied
|
||||
images:
|
||||
title: Setelan Gambar
|
||||
subtitle: Atur bagaimana gambar disimpan
|
||||
imageLocation: Lokasi Gambar
|
||||
currentFolder: Sefolder dengan Catatan
|
||||
customFolder: Folder Kustom
|
||||
gitRemote:
|
||||
changeHost:
|
||||
title: Setel-ulang Host Git?
|
||||
subtitle: Catatan yang tidak tersinkron akan hilang
|
||||
ok: Ok
|
||||
cancel: Batal
|
||||
title: Setelan Remote Git
|
||||
subtitle: Setel di mana catatan Anda disinkronkan
|
||||
host: Git Host
|
||||
branch: Branch
|
||||
resetHard:
|
||||
title: Reset Git Host
|
||||
subtitle: This will HARD reset the current branch to its remote
|
||||
noteMetaData:
|
||||
title: Setelan Metadata Catatan
|
||||
subtitle: Setel bagaimana Metadata Catatan disimpan
|
||||
text: Setiap catatan punya metadata yang tersimpan di judul YAML sebagaimana berikut -
|
||||
enableHeader: Aktifkan Judul YAML
|
||||
modified: Bidang Diubah
|
||||
created: Bidang Dibuat
|
||||
tags: Bidang Tag
|
||||
example:
|
||||
title: Contoh Judul
|
||||
titleMetaData:
|
||||
title: Judul
|
||||
fromH1: Judul Teks 1
|
||||
fromYaml: Dari 'judul' YAML
|
||||
filename: Nama file
|
||||
exampleTitle: Merpati
|
||||
exampleBody: Saya pikir mereka dapat menjadi jahat. Bahkan lebih Jahat daripada pinguin.
|
||||
exampleTag1: Burung
|
||||
exampleTag2: Jahat
|
||||
customMetaData:
|
||||
title: MetaData Kustom
|
||||
invalid: YAML Tidak Valid
|
||||
output: Output
|
||||
input: Input
|
||||
editorType: Editor Type Field
|
||||
privacy: Kebijakan Privasi
|
||||
terms: Syarat dan Kententuan
|
||||
experimental:
|
||||
title: Fitur Eksperimental
|
||||
subtitle: Coba fitur dalam Pengembangan
|
||||
markdownToolbar: Tampilkan Toolbar Markdown di Editor
|
||||
graphView: "Tampilan Grafik\n"
|
||||
accounts: Akun Platform Independen
|
||||
includeSubfolders: Sertakan Subfolder
|
||||
experimentalGitOps: Implementasi Git khusus Dart
|
||||
merge: Implementasi penggabungan hanya Dart
|
||||
autoCompleteTags: Tags Auto Completion
|
||||
history: History View
|
||||
editors:
|
||||
title: Setelan Editor
|
||||
subtitle: Setel bagaimana editor bekerja
|
||||
defaultEditor: Editor Default
|
||||
defaultState: Kondisi Default
|
||||
markdownEditor: Editor Markdown
|
||||
journalEditor: Editor Jurnal
|
||||
defaultFolder: Folder Default
|
||||
checklistEditor: Editor Daftar Periksa
|
||||
rawEditor: Editor Raw
|
||||
choose: Pilih Editor
|
||||
orgEditor: Editor Org
|
||||
defaultNoteFormat: Default Note Format
|
||||
journalDefaultFolderSelect: Creating a Note in '{}'
|
||||
sortingField:
|
||||
modified: Terakhir Diubah
|
||||
created: Dibuat
|
||||
filename: Nama File
|
||||
title: Judul
|
||||
sortingOrder:
|
||||
asc: Urut Naik
|
||||
desc: Urut Turun
|
||||
sortingMode:
|
||||
field: Bidang
|
||||
order: Urutan
|
||||
remoteSync:
|
||||
auto: Otomatis
|
||||
manual: Manual
|
||||
tags:
|
||||
title: Setelan Tag
|
||||
subtitle: Setel bagaimana tag yang sebaris diuraikan
|
||||
enable: Uraikan Tag Sebaris
|
||||
prefixes: Prefiks Tag Sebaris
|
||||
misc:
|
||||
title: Setelan Lain-lain
|
||||
swipe: Geser untuk Hapus Catatan
|
||||
listView: Tampilan Daftar
|
||||
confirmDelete: Tampilkan Popup untuk Konfirmasi Penghapusan
|
||||
hardWrap: Aktifkan hardWrap
|
||||
emoji: Emojify text
|
||||
NoteFileNameFormat:
|
||||
iso8601WithTimeZone: ISO8601 Dengan ZonaWaktu
|
||||
iso8601: ISO8601
|
||||
iso8601WithoutColon: ISO8601 tanpa Titik Dua
|
||||
title: Judul
|
||||
uuid: Uuid V4
|
||||
zettelkasten: yyyymmddhhmmss
|
||||
simple: tttt-bb-hh-jj-mm-dd
|
||||
dateOnly: tttt-bb-hh
|
||||
kebabCase: Kebab Case
|
||||
HomeScreen:
|
||||
allNotes: Semua Catatan
|
||||
allFolders: Semua Folder
|
||||
EditorDefaultView:
|
||||
edit: Edit
|
||||
view: Tampilan
|
||||
lastUsed: Terakhir digunakan
|
||||
theme:
|
||||
light: Terang
|
||||
dark: Gelap
|
||||
default: Bawaan Sistem
|
||||
versionCopied: Nomor Versi Disalin
|
||||
ssh:
|
||||
syncFreq: "Frekuensi Sinkronisasi\n"
|
||||
note:
|
||||
title: Pengaturan Catatan
|
||||
defaultFolder: Folder Default untuk catatan baru
|
||||
newNoteFileName: Nama File Catatan Baru
|
||||
storage:
|
||||
title: Penyimpanan
|
||||
fileName: nama file
|
||||
external: Simpan Repo Secara Eksternal
|
||||
icloud: Simpan di iCloud
|
||||
repoLocation: Lokasi Repo
|
||||
notWritable: "{} is not writable"
|
||||
failedExternal: Unable to get External Storage Directory
|
||||
permissionFailed: External Storage Permission Failed
|
||||
drawer:
|
||||
title: Pengaturan Bilah Sisi
|
||||
bottomMenuBar:
|
||||
title: Bilah Menu Bawah
|
||||
subtitle: Konfigurasikan penampilan dan perilaku
|
||||
enable: Aktifkan Bilah Menu Bawah
|
||||
deleteRepo: Hapus Repositori
|
||||
fileFormat:
|
||||
markdown: Markdown
|
||||
txt: Txt
|
||||
orgMode: Org Mode
|
||||
fileTypes:
|
||||
title: Note File Types
|
||||
subtitle: Configure what files are considered Notes
|
||||
numFiles:
|
||||
other: "{} File"
|
||||
noExt: No Extension
|
||||
list:
|
||||
userInterface:
|
||||
title: User Interface
|
||||
subtitle: Theme, Language, Home, Bottom Bar, Rendering
|
||||
git:
|
||||
title: Git
|
||||
subtitle: Git Author, Remote, Sync Frequency
|
||||
editor:
|
||||
title: Editor
|
||||
subtitle: Default Editor, Default View
|
||||
storage:
|
||||
title: Storage & File Formats
|
||||
subtitle: Storage, Serialization, Metadata, File Formats
|
||||
analytics:
|
||||
title: Analytics
|
||||
subtitle: It's important that you feel comfortable
|
||||
debug:
|
||||
title: Debug
|
||||
subtitle: Peek inside the inner workings of GitJournal
|
||||
experiments:
|
||||
title: Experiments
|
||||
subtitle: Play around with experimental features
|
||||
project:
|
||||
header: Project
|
||||
docs: Documentation & Support
|
||||
contribute: Contribute
|
||||
about: About
|
||||
license:
|
||||
title: Licenses
|
||||
subtitle: GitJoural uses other great software
|
||||
sshKey:
|
||||
keyType: SSH Key Type
|
||||
rsa: RSA
|
||||
ed25519: Ed25519
|
||||
editors:
|
||||
checklist:
|
||||
add: Tambahkan Item
|
||||
common:
|
||||
defaultBodyHint: Tulis di Sini
|
||||
defaultTitleHint: Judul
|
||||
discard: Buang Perubahan
|
||||
share: Bagikan Catatan
|
||||
takePhoto: Ambil Foto
|
||||
addImage: Tambahkan Gambar dari Galeri
|
||||
editFileName: Edit Nama File
|
||||
tags: Edit Tag
|
||||
zen:
|
||||
enable: Aktifkan Mode Zen
|
||||
disable: Nonaktifkan Zen Mode
|
||||
saveNoteFailed:
|
||||
title: Gagal Menyimpan Catatan
|
||||
message: Kami minta maaf, sepertinya kami tidak bisa menyimpan Catatan. Catatan telah disalin ke clipboard untuk menghindari kehilangan data.
|
||||
defaultFileNameHint: File Name
|
||||
find: Find in note
|
||||
pro: Pro
|
||||
actions:
|
||||
newNote: Catatan Baru
|
||||
newJournal: Entri Jurnal Baru
|
||||
newChecklist: Daftar Periksa Baru
|
||||
screens:
|
||||
folders:
|
||||
title: Folder
|
||||
selected: Folder Dipilih
|
||||
dialog:
|
||||
title: Buat Folder Baru
|
||||
create: Buat
|
||||
discard: Buang
|
||||
errorDialog:
|
||||
title: Kesalahan
|
||||
deleteContent: Tidak dapat hapus Folder yang berisi catatan
|
||||
renameContent: Tidak dapat namai ulang Foldr Akar
|
||||
ok: Ok
|
||||
actions:
|
||||
rename: Namai Ulang Folder
|
||||
subFolder: Buat Sub-Folder
|
||||
delete: Hapus Folder
|
||||
decoration: Nama Folder
|
||||
empty: Masukan nama
|
||||
tags:
|
||||
title: Tag
|
||||
empty: Tag Tidak Ditemukan
|
||||
filesystem:
|
||||
ignoredFile:
|
||||
title: File Diabaikan
|
||||
ok: Ok
|
||||
rename: Namai Ulang
|
||||
rename:
|
||||
decoration: Nama File
|
||||
title: Namai Ulang
|
||||
folder_view:
|
||||
empty: Mari tambahkan catatan?
|
||||
home:
|
||||
allNotes: Semua Catatan
|
||||
cacheLoading:
|
||||
text: Reading Git History ...
|
||||
error:
|
||||
title: Error
|
||||
message: The repo couldn't be opened. Please file a bug and recreate the repo.
|
||||
widgets:
|
||||
rename:
|
||||
'yes': Namai Ulang
|
||||
'no': Batal
|
||||
validator:
|
||||
empty: Masukan Nama
|
||||
exists: Sudah Ada
|
||||
contains: Tidak dapat berisi /
|
||||
noExt: "Warning: Extension missing. Will treat file as plain text"
|
||||
changeExt: "Warning: Changing file type from '{}' to '{}'"
|
||||
backlinks:
|
||||
title:
|
||||
other: "{} Catatan menghubung ke cacatan ini"
|
||||
SortingOrderSelector:
|
||||
title: Kriteria Urutan
|
||||
PurchaseButton:
|
||||
text: Bayar seharga {price}
|
||||
fail: Gagal Memuat
|
||||
failSend: Gagal mengirim permintaan pembelian
|
||||
failPurchase: Gagal Membeli - {}
|
||||
FolderView:
|
||||
syncError: Sinkronisasi Error {}
|
||||
headerOptions:
|
||||
heading: Opsi Judul
|
||||
auto: Buat Judul Otomatis
|
||||
titleFileName: Judul atau NamaFile
|
||||
fileName: NamaFile
|
||||
summary: Tampilkan Ringkasan
|
||||
customize: Kustomisasi Tampilan
|
||||
views:
|
||||
standard: Tampilan Standar
|
||||
journal: Tampilan Jurnal
|
||||
grid: Tampilan Kisi
|
||||
card: Tampilan Kartu
|
||||
select: Pilih Tampilan
|
||||
calendar: Calendar View
|
||||
sortingOptions: Opsi Pengurutan
|
||||
viewOptions: Opsi Tampilan
|
||||
noteDeleted: Catatan Dihapus
|
||||
undo: Undo
|
||||
searchFailed: Tidak Ada Hasil Pencarian Ditemukan
|
||||
actions:
|
||||
moveToFolder: Move To Folder
|
||||
pinned: Pinned
|
||||
others: Others
|
||||
imageRenderer:
|
||||
caption: "{pertama} - {kedua}"
|
||||
httpError: "Kode: {status} untuk {url}"
|
||||
NoteDeleteDialog:
|
||||
title:
|
||||
other: Apakah Anda ingin menghapus catatan ini?
|
||||
'yes': Iya
|
||||
'no': Tidak
|
||||
NoteEditor:
|
||||
renameFile: Ganti Nama File
|
||||
fileName: Nama file
|
||||
addType: Adding '{}' to supported file types
|
||||
SyncButton:
|
||||
error: Kesalahan Sinkronisasi {}
|
||||
PurchaseWidget:
|
||||
failed: Pembelian gagal
|
||||
NoteViewer:
|
||||
linkNotFound: Tautan '{}' tidak ditemukan
|
||||
linkInvalid: Tautan '{}' tidak valid.
|
||||
FolderSelectionDialog:
|
||||
title: Pilih Folder
|
||||
FolderTreeView:
|
||||
notesCount: "{} Notes"
|
||||
rootFolder: Folder Akar
|
||||
ignoredFiles:
|
||||
dot: Mulai dengan a
|
||||
ext: Tidak berakhiran .md atau .txt
|
||||
drawer:
|
||||
setup: Penyetelan Host Git
|
||||
pro: Buka Versi Pro
|
||||
all: Semua Catatan
|
||||
folders: Folder
|
||||
fs: Sistem File
|
||||
tags: Tag
|
||||
share: Bagikan Apl
|
||||
rate: Nilai Kami
|
||||
feedback: Tanggapan
|
||||
bug: Laporan Serangga
|
||||
graph: "Tampilan Grafik\n"
|
||||
remote: Tanpa Git Host
|
||||
addRepo: "Add Repository\nINDONESIAN\nTambahkan Repositori"
|
||||
login: Login
|
||||
history: History
|
||||
setup:
|
||||
autoConfigure:
|
||||
title: Bagaimana Anda ingin melakukan ini?
|
||||
automatic: Setel Otomatis
|
||||
manual: Izinkan saya melakukan secara manual
|
||||
autoconfigure:
|
||||
step1: 1. Daftarkan repo Anda yang ada atau buat baru
|
||||
step2: 2. Buat Kunci SSH pada perangkat ini
|
||||
step3: 3. Tambahkan kunci sebagai sebar kunci dengan izin tulis ke repositori
|
||||
warning: Ini akan membutuhkan GitJournal untuk mengakses semua repo privat dan publik. Jika Anda tidak nyaman dengan itu, kembali dan pilih setelan manual.
|
||||
authorize: Beri Izin GitJournal
|
||||
waitPerm: Menunggu izin ...
|
||||
readUser: Info Membaca Pengguna
|
||||
repoSelector:
|
||||
title: Pilih atau Buat Repositori
|
||||
hint: "Ketik untuk Cari atau Buat Repo "
|
||||
create: Buat Repo {}
|
||||
loading: Memuat
|
||||
cloneUrl:
|
||||
enter: Masukan URL Klon Git
|
||||
validator:
|
||||
empty: Ketik beberapa teks
|
||||
invalid: Input Tidak Valid
|
||||
onlySsh: Hanya url SSH yang saat ini diterima
|
||||
manual:
|
||||
title: Buat repositori git baru -
|
||||
step1: 1. Pergi ke situs web, buat repo dan salin URL klon git
|
||||
step2: 2. Masukan URL klon Git
|
||||
button: Buka Laman Web Buat Repo Baru
|
||||
next: Selanjutnya
|
||||
fail: Gagal
|
||||
keyEditors:
|
||||
public: Kunci Publik Tidak Valid - Tidak berawalan dengan ssh-rsa
|
||||
private: Kunci Privat Tidak Valid
|
||||
load: Muat dari File
|
||||
sshKey:
|
||||
generate: Membuat Kunci SSH
|
||||
title: Untuk mengakses repositori ini, kunci publik ini harus disalin sebagai sebar kunci
|
||||
step1: 1. Salin kunci
|
||||
step2a: 2. Buka sistus web, dan tempelkan sebar kunci. Pastikan itu memberikan Akses Tulis.
|
||||
step2b: 2. Beri Kunci SSH ini ke repo git. (Anda perlu memikirkannya sendiri)
|
||||
step3: 3. Coba kloning ..
|
||||
copy: Salin Kunci
|
||||
copied: Kunci Publik tersalin ke Clipboard
|
||||
regenerate: Buat Ulang Kunci
|
||||
openDeploy: Buka Situs Web Sebar Kunci
|
||||
clone: Klon Repo
|
||||
addDeploy: Tambahkan sebagai Sebar Kunci
|
||||
save: Menyimpan
|
||||
sshKeyChoice:
|
||||
title: Kami butuh kunci SSH untuk mengautentikasi -
|
||||
generate: Buat kunci baru
|
||||
custom: Sediakan Kunci SSH Kustom
|
||||
sshKeyUserProvided:
|
||||
public: Kunci Publik -
|
||||
private: Kunci Privat -
|
||||
password: Kata sandi
|
||||
cloning: Mengkloning ...
|
||||
host:
|
||||
title: Pilih Provider Hosting Git -
|
||||
custom: Kustom
|
||||
feature:
|
||||
darkMode: Mode Gelap
|
||||
rawEditor: Editor Raw
|
||||
folderSupport: Dukung Folder
|
||||
fileNameCustomize: Kustomisasi NamaFile Catatan
|
||||
noteMetaDataCustomize:
|
||||
title: Kustomisasi Metadata Catatan
|
||||
subtitle: Izinkan GitJournal menggunakan generator situs web statis
|
||||
autoMergeConflicts: Automatisasi Resolusi Konflik Penggabungan
|
||||
noteSorting: Penyotiran Catatan yang Dapat Disetel
|
||||
gitPushFreq: Frekuensi Sinkronisasi Git yang Dapat Disetel
|
||||
checklistEditor: Editor Daftar Periksa
|
||||
journalEditor: Editor Jurnal
|
||||
diffViews: Tampilan Folder berbeda - Jurnal, Kisi, Standar
|
||||
imageSupport: Dukung Gambar
|
||||
tags: Tag Catatan
|
||||
appShortcuts: Pintasan Apl
|
||||
createRepo: Buat Repo Kustom dari dalam Apl
|
||||
backlinks: Dukung Backlink Catatan
|
||||
txtFiles: Dukung File Txt
|
||||
wikiLinks: Dukung Link Bergaya Wiki
|
||||
metaDataTitle: Kustomisasi Judul MetaData
|
||||
journalEditorDefaultFolder: Kustomisasi Folder Default untuk Editor Jurnal
|
||||
yamlModifiedKey: Kustomisasi kunci yang diubah YAM
|
||||
yamlCreatedKey: Kustomisasi kunci dibuat YAML
|
||||
yamlTagsKey: Kustomisasi kunci tag YAML
|
||||
disableYamlHeader: "Nonaktifkan Judul Metadata YAML "
|
||||
customizeHomeScreen: Kustomisasi Layar Utama
|
||||
zenMode: Mode Menulis Zen
|
||||
emojiSupport:
|
||||
title: Dukung Emoji
|
||||
subtitle: "Ubah :heart: ke ❤️"
|
||||
allNotesView: Tambahkan layar untuk tampilkan "Semua Catatan"
|
||||
basicSearch: Pecarian Dasar
|
||||
customSSHKeys: Sediakan Kunci SSH Anda Sendiri
|
||||
customMetaData: Tambahkan Metadata Kustom ke Catatan baru
|
||||
graphVisualization: Visualisasi Grafik
|
||||
mutliRepos: Multi Repo Git
|
||||
customThemes: Tema Kustom
|
||||
gitLog: Tampilkan dan Cari melalui Riwayat Git
|
||||
latex: Dukung Latex
|
||||
mermaid: Dukung Diagram Mermaid
|
||||
encryptedHosting: Hosting Git Terenkripsi
|
||||
desktop: Apl Desktop
|
||||
markdownToolbar: Toolbar Markdown
|
||||
localization:
|
||||
title: Lokalisasi
|
||||
subtitle: Izinkan GitJournal diterjemahkan
|
||||
inlineTags: Tag Sebaris
|
||||
singleJournalEntry: File Entri Jurnal Tunggal per hari
|
||||
configureBottomMenuBar: Konfigurasikan Bilah Menu Bawah
|
||||
customFileNamePerEditor: Nama File Kustom per Editor
|
||||
branchSelection: Seleksi Branch Git
|
||||
inlineLatex: Inline Katex Support in Markdown
|
||||
feature_timeline:
|
||||
title: Garis Waktu Fitur
|
||||
progress: Dalam Proses
|
||||
plan: Direncanakan
|
||||
issues: Pengembangan GitJournal dilacak di Github. Harap pertimbangkan untuk memberikan suara pada masalah yang Anda anggap penting.
|
||||
purchase_screen:
|
||||
title: Versi Pro
|
||||
desc: 'GitJournal sepenuhnya open source dan hasil dari pengembangan kerja yang dignifikan. GitJournal tidak memiliki modal usaha atau korporasi yang menyokong dan itu tidak akan pernah. Dukungan Anda secara langsung menopang pengembangan. GitJournal beroperasi dari "model pembayaran apa yang Anda inginkan (dengan batas minimal)"'
|
||||
restore: Pulihkan Pembayaran
|
||||
oneTime:
|
||||
title: Sekali Bayar
|
||||
desc: Secara permanan mengaktifkan semua fitur Pro saat ini di GitJournal dan fitur baru yang ditambahkan sedari 12 bulan ini
|
||||
monthly:
|
||||
title: Langganan Bulanan
|
||||
desc: Aktifkan semua fitur Pro. Setelah 12 bulan atau membayar {minYearlyPurchase}, Anda akan mendapat semua keuntungan dari 'Sekali Bayar'
|
||||
thanks:
|
||||
title: Terima kasih
|
||||
subtitle: Anda luar biasa karena mendukung GitJournal
|
||||
expired: Subscription Expired on {}
|
||||
unknown: Unknown
|
||||
OnBoarding:
|
||||
Skip: Lewati
|
||||
Next: Berikutnya
|
||||
getStarted: Memulai
|
||||
subtitle: "Aplikasi Pencatat Sumber Terbuka yang dibangun di atas Git"
|
||||
page2: "Catatan Anda disimpan dalam format Markdown + YAML Header standar"
|
||||
page3: "Sinkronkan Repo Git Lokal Anda dengan penyedia mana pun"
|
||||
beta: BETA
|
||||
none: None
|
@ -1,593 +0,0 @@
|
||||
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
|
||||
#
|
||||
# SPDX-License-Identifier: CC-BY-4.0
|
||||
settings:
|
||||
ok: Ok
|
||||
cancel: Annulla
|
||||
title: Impostazioni
|
||||
author:
|
||||
label: Nome Completo
|
||||
validator: Inserisci un nome
|
||||
email:
|
||||
label: Email
|
||||
validator:
|
||||
empty: Inserisci un email
|
||||
invalid: Inserisci un email valida
|
||||
display:
|
||||
title: Impostazioni Schermo
|
||||
homeScreen: Home Screen
|
||||
theme: Theme
|
||||
images:
|
||||
title: Image Settings
|
||||
subtitle: Configure how images are displayed
|
||||
imageTextType:
|
||||
alt: Alt Text
|
||||
altAndTooltip: Alt Text and Tooltip
|
||||
tooltip: Tooltip
|
||||
none: None
|
||||
captions:
|
||||
title: Image Captions
|
||||
subtitle: Configure the image captions
|
||||
useAsCaption: Use as caption
|
||||
overlayCaption: Draw caption on top of large enough images
|
||||
transparentCaption: Overlay captions have a semitransparent background
|
||||
blurBehindCaption: Blur Image behind caption
|
||||
tooltipFirst:
|
||||
title: Show tooltip before alt text
|
||||
tooltip: Current order is “<tooltip> - <altText>”
|
||||
altText: Current order is “<altText> - <tooltip>”
|
||||
captionOverrides: Caption Overrides
|
||||
tagDescription: Put these tags in “” to override the behavior for it.
|
||||
doNotCaptionTags:
|
||||
hint: DoNotCaption-Tags
|
||||
label: Never use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoCaption-Tag”.
|
||||
doCaptionTags:
|
||||
hint: DoCaption-Tags
|
||||
label: Always use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotCaption-Tag”.
|
||||
detailsView:
|
||||
header: Detail View
|
||||
maxZoom: Maximal zoom level
|
||||
rotateGestures:
|
||||
title: Rotate Image with gestures
|
||||
subtitle: Rotate by moving two fingers in a circle
|
||||
theming:
|
||||
title: Image Theming
|
||||
subtitle: Configure how images are themed
|
||||
adjustColors:
|
||||
all: All
|
||||
blackAndWhite: Only black and white
|
||||
grays: Only grays
|
||||
doNotThemeTags:
|
||||
hint: DoNotTheme-Tags
|
||||
label: Never theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoTheme-Tag”.
|
||||
doThemeTags:
|
||||
hint: DoTheme-Tag
|
||||
label: Always theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotTheme-Tag”.
|
||||
matchCanvasColor:
|
||||
title: Match Background Color
|
||||
subtitle: Replaces white/black parts of vector graphics with the canvas color
|
||||
tagDescription: Put these tags in “” to override the behavior for the image.
|
||||
themeOverrides: Theme Overrides
|
||||
themeOverrideTagLocation: Theme Override Tag Location
|
||||
themeRasterGraphics: Theme Raster Graphics (.png/.jpg)
|
||||
themeSvgWithBackground: Theme SVGs With Background
|
||||
themeVectorGraphics:
|
||||
title: Theme Vector Graphics
|
||||
filter: Using Color Filter
|
||||
'off': false
|
||||
'on': true
|
||||
vectorGraphics: Vector Graphics (.svg)
|
||||
vectorGraphicsAdjustColors: Colors to Adjust
|
||||
lang: Language
|
||||
gitAuthor: Git Author Settings
|
||||
versionInfo: GitJournal Version
|
||||
analytics: Analytics
|
||||
crashReports: Collect Anonymous Crash Reports
|
||||
usageStats: Collect Anonymous Usage Statistics
|
||||
debug:
|
||||
title: Debug App
|
||||
subtitle: Look under the hood
|
||||
levels:
|
||||
title: Select Level
|
||||
error: Error
|
||||
warning: warning
|
||||
info: Info
|
||||
debug: Debug
|
||||
verbose: Verbose
|
||||
copy: Debug Logs Copied
|
||||
images:
|
||||
title: Image Settings
|
||||
subtitle: Configure how Images are stored
|
||||
imageLocation: Image Location
|
||||
currentFolder: Same Folder as Note
|
||||
customFolder: Custom Folder
|
||||
gitRemote:
|
||||
changeHost:
|
||||
title: Reconfigure Git Host
|
||||
subtitle: Notes which have not been synced will be lost
|
||||
ok: Ok
|
||||
cancel: Cancel
|
||||
title: Git Remote Settings
|
||||
subtitle: Configure where your notes are synced
|
||||
host: Git Host
|
||||
branch: Branch
|
||||
resetHard:
|
||||
title: Reset Git Host
|
||||
subtitle: This will HARD reset the current branch to its remote
|
||||
noteMetaData:
|
||||
title: Note Metadata Settings
|
||||
subtitle: Configure how the Note Metadata is saved
|
||||
text: Every note has some metadata which is stored in a YAML Header as follows -
|
||||
enableHeader: Enable YAML Header
|
||||
modified: Modified Field
|
||||
created: Created Field
|
||||
tags: Tags Field
|
||||
example:
|
||||
title: Example Title
|
||||
titleMetaData:
|
||||
title: Title
|
||||
fromH1: Text Header 1
|
||||
fromYaml: From YAML 'title'
|
||||
filename: FileName
|
||||
exampleTitle: Pigeons
|
||||
exampleBody: I think they might be evil. Even more evil than penguins.
|
||||
exampleTag1: Birds
|
||||
exampleTag2: Evil
|
||||
customMetaData:
|
||||
title: Custom MetaData
|
||||
invalid: Invalid YAML
|
||||
output: Output
|
||||
input: Input
|
||||
editorType: Editor Type Field
|
||||
privacy: Privacy Policy
|
||||
terms: Terms and Conditions
|
||||
experimental:
|
||||
title: Experimental Features
|
||||
subtitle: Try out features in Development
|
||||
markdownToolbar: Show Markdown Toolbar in Editor
|
||||
graphView: Graph View
|
||||
accounts: Platform Independent Accounts
|
||||
includeSubfolders: Include Subfolders
|
||||
experimentalGitOps: Dart-only Git implementation
|
||||
merge: Dart-only merge implementation
|
||||
autoCompleteTags: Tags Auto Completion
|
||||
history: History View
|
||||
editors:
|
||||
title: Editor Settings
|
||||
subtitle: Configure how different editors work
|
||||
defaultEditor: Default Editor
|
||||
defaultState: Default State
|
||||
markdownEditor: Markdown Editor
|
||||
journalEditor: Journal Editor
|
||||
defaultFolder: Default Folder
|
||||
checklistEditor: Checklist Editor
|
||||
rawEditor: Raw Editor
|
||||
choose: Choose Editor
|
||||
orgEditor: Org Editor
|
||||
defaultNoteFormat: Default Note Format
|
||||
journalDefaultFolderSelect: Creating a Note in '{}'
|
||||
sortingField:
|
||||
modified: Last Modified
|
||||
created: Created
|
||||
filename: File Name
|
||||
title: Title
|
||||
sortingOrder:
|
||||
asc: Ascending
|
||||
desc: Descending
|
||||
sortingMode:
|
||||
field: Field
|
||||
order: Order
|
||||
remoteSync:
|
||||
auto: Automatic
|
||||
manual: Manual
|
||||
tags:
|
||||
title: Tags Settings
|
||||
subtitle: Configure how inline tags are parsed
|
||||
enable: Parse Inline Tags
|
||||
prefixes: Inline Tags Prefixes
|
||||
misc:
|
||||
title: Misc Settings
|
||||
swipe: Swipe to Delete Note
|
||||
listView: List View
|
||||
confirmDelete: Show a Popup to Confirm Deletes
|
||||
hardWrap: Enable hardWrap
|
||||
emoji: Emojify text
|
||||
NoteFileNameFormat:
|
||||
iso8601WithTimeZone: ISO8601 With TimeZone
|
||||
iso8601: ISO8601
|
||||
iso8601WithoutColon: ISO8601 without Colons
|
||||
title: Title
|
||||
uuid: Uuid V4
|
||||
zettelkasten: yyyymmddhhmmss
|
||||
simple: yyyy-mm-dd-hh-mm-ss
|
||||
dateOnly: yyyy-mm-dd
|
||||
kebabCase: Kebab Case
|
||||
HomeScreen:
|
||||
allNotes: All Notes
|
||||
allFolders: All Folders
|
||||
EditorDefaultView:
|
||||
edit: Edit
|
||||
view: View
|
||||
lastUsed: Last Used
|
||||
theme:
|
||||
light: Light Theme
|
||||
dark: Dark Theme
|
||||
default: System Default
|
||||
versionCopied: Copied version to clipboard
|
||||
ssh:
|
||||
syncFreq: Sync Frequency
|
||||
note:
|
||||
title: Note Settings
|
||||
defaultFolder: Default Folder for new notes
|
||||
newNoteFileName: New Note Filename
|
||||
storage:
|
||||
title: Storage
|
||||
fileName: filename
|
||||
external: Store Repo Externally
|
||||
icloud: Store in iCloud
|
||||
repoLocation: Repo Location
|
||||
notWritable: "{} is not writable"
|
||||
failedExternal: Unable to get External Storage Directory
|
||||
permissionFailed: External Storage Permission Failed
|
||||
drawer:
|
||||
title: Sidebar Settings
|
||||
bottomMenuBar:
|
||||
title: Bottom Menu Bar
|
||||
subtitle: Configure its appearance and behavior
|
||||
enable: Enable Bottom Menu Bar
|
||||
deleteRepo: Delete Repository
|
||||
fileFormat:
|
||||
markdown: Markdown
|
||||
txt: Txt
|
||||
orgMode: Org Mode
|
||||
fileTypes:
|
||||
title: Note File Types
|
||||
subtitle: Configure what files are considered Notes
|
||||
numFiles:
|
||||
one: "{} File"
|
||||
other: ""
|
||||
noExt: No Extension
|
||||
list:
|
||||
userInterface:
|
||||
title: User Interface
|
||||
subtitle: Theme, Language, Home, Bottom Bar, Rendering
|
||||
git:
|
||||
title: Git
|
||||
subtitle: Git Author, Remote, Sync Frequency
|
||||
editor:
|
||||
title: Editor
|
||||
subtitle: Default Editor, Default View
|
||||
storage:
|
||||
title: Storage & File Formats
|
||||
subtitle: Storage, Serialization, Metadata, File Formats
|
||||
analytics:
|
||||
title: Analytics
|
||||
subtitle: It's important that you feel comfortable
|
||||
debug:
|
||||
title: Debug
|
||||
subtitle: Peek inside the inner workings of GitJournal
|
||||
experiments:
|
||||
title: Experiments
|
||||
subtitle: Play around with experimental features
|
||||
project:
|
||||
header: Project
|
||||
docs: Documentation & Support
|
||||
contribute: Contribute
|
||||
about: About
|
||||
license:
|
||||
title: Licenses
|
||||
subtitle: GitJoural uses other great software
|
||||
sshKey:
|
||||
keyType: SSH Key Type
|
||||
rsa: RSA
|
||||
ed25519: Ed25519
|
||||
editors:
|
||||
checklist:
|
||||
add: Add Item
|
||||
common:
|
||||
defaultBodyHint: Write here
|
||||
defaultTitleHint: Title
|
||||
discard: Discard Changes
|
||||
share: Share Note
|
||||
takePhoto: Take Photo
|
||||
addImage: Add Image from Gallery
|
||||
editFileName: Edit File Name
|
||||
tags: Edit Tags
|
||||
zen:
|
||||
enable: Enable Zen Mode
|
||||
disable: Disable Zen Mode
|
||||
saveNoteFailed:
|
||||
title: Failed to Save Note
|
||||
message: We're sorry, but we cannot seem to save the Note. It has been copied to the clipboard to avoid data loss.
|
||||
defaultFileNameHint: File Name
|
||||
find: Find in note
|
||||
pro: Pro
|
||||
actions:
|
||||
newNote: New Note
|
||||
newJournal: New Journal Entry
|
||||
newChecklist: New Checklist
|
||||
screens:
|
||||
folders:
|
||||
title: Folders
|
||||
selected: Folder Selected
|
||||
dialog:
|
||||
title: Create new Folder
|
||||
create: Create
|
||||
discard: Discard
|
||||
errorDialog:
|
||||
title: Error
|
||||
deleteContent: Cannot delete a Folder which contains notes
|
||||
renameContent: Cannot rename Root Folder
|
||||
ok: Ok
|
||||
actions:
|
||||
rename: Rename Folder
|
||||
subFolder: Create Sub-Folder
|
||||
delete: Delete Folder
|
||||
decoration: Folder Name
|
||||
empty: Please enter a name
|
||||
tags:
|
||||
title: Tags
|
||||
empty: No Tags Found
|
||||
filesystem:
|
||||
ignoredFile:
|
||||
title: File Ignored
|
||||
ok: Ok
|
||||
rename: Rename
|
||||
rename:
|
||||
decoration: File Name
|
||||
title: Rename
|
||||
folder_view:
|
||||
empty: Let's add some notes?
|
||||
home:
|
||||
allNotes: All Notes
|
||||
cacheLoading:
|
||||
text: Reading Git History ...
|
||||
error:
|
||||
title: Error
|
||||
message: The repo couldn't be opened. Please file a bug and recreate the repo.
|
||||
widgets:
|
||||
rename:
|
||||
'yes': Rename
|
||||
'no': Cancel
|
||||
validator:
|
||||
empty: Please enter a name
|
||||
exists: Already Exists
|
||||
contains: Cannot contain /
|
||||
noExt: "Warning: Extension missing. Will treat file as plain text"
|
||||
changeExt: "Warning: Changing file type from '{}' to '{}'"
|
||||
backlinks:
|
||||
title:
|
||||
one: "{} Note links to this Note"
|
||||
other: ""
|
||||
SortingOrderSelector:
|
||||
title: Sorting Criteria
|
||||
PurchaseButton:
|
||||
text: Purchase for {price}
|
||||
fail: Failed to Load
|
||||
failSend: Failed to send purchase request
|
||||
failPurchase: Failed to Purchase - {}
|
||||
FolderView:
|
||||
syncError: Sync Error {}
|
||||
headerOptions:
|
||||
heading: Header Options
|
||||
auto: Auto Generated Title
|
||||
titleFileName: Title or FileName
|
||||
fileName: FileName
|
||||
summary: Show Summary
|
||||
customize: Customize View
|
||||
views:
|
||||
standard: Standard View
|
||||
journal: Journal View
|
||||
grid: Grid View
|
||||
card: Card View
|
||||
select: Select View
|
||||
calendar: Calendar View
|
||||
sortingOptions: Sorting Options
|
||||
viewOptions: View Options
|
||||
noteDeleted: Note Deleted
|
||||
undo: Undo
|
||||
searchFailed: No Search Results Found
|
||||
actions:
|
||||
moveToFolder: Move To Folder
|
||||
pinned: Pinned
|
||||
others: Others
|
||||
imageRenderer:
|
||||
caption: "{first} - {second}"
|
||||
httpError: "Code: {status} for {url}"
|
||||
NoteDeleteDialog:
|
||||
title:
|
||||
one: Do you want to delete this note?
|
||||
other: ""
|
||||
'yes': true
|
||||
'no': false
|
||||
NoteEditor:
|
||||
renameFile: Rename File
|
||||
fileName: Filename
|
||||
addType: Adding '{}' to supported file types
|
||||
SyncButton:
|
||||
error: Sync Error {}
|
||||
PurchaseWidget:
|
||||
failed: Purchase Failed
|
||||
NoteViewer:
|
||||
linkNotFound: Link '{}' not found
|
||||
linkInvalid: Link '{}' is invalid.
|
||||
FolderSelectionDialog:
|
||||
title: Select a Folder
|
||||
FolderTreeView:
|
||||
notesCount: "{} Notes"
|
||||
rootFolder: Root Folder
|
||||
ignoredFiles:
|
||||
dot: Starts with a .
|
||||
ext: Doesn't end with one of the following -
|
||||
drawer:
|
||||
setup: Setup Git Host
|
||||
pro: Unlock Pro Version
|
||||
all: All Notes
|
||||
folders: Folders
|
||||
fs: File System
|
||||
tags: Tags
|
||||
share: Share App
|
||||
rate: Rate Us
|
||||
feedback: Feedback
|
||||
bug: Bug Report
|
||||
graph: Graph View
|
||||
remote: No Git Host
|
||||
addRepo: Add Repository
|
||||
login: Login
|
||||
history: History
|
||||
setup:
|
||||
autoConfigure:
|
||||
title: How do you want to do this?
|
||||
automatic: Setup Automatically
|
||||
manual: Let me do it manually
|
||||
autoconfigure:
|
||||
step1: 1. List your existing repos or create a new repo
|
||||
step2: 2. Generate an SSH Key on this device
|
||||
step3: 3. Add the key as a deploy key with write access to the repository
|
||||
warning: This will require granting GitJournal access to all private and public repos. If you're not comfortable with that please go back and chose the manual setup option.
|
||||
authorize: Authorize GitJournal
|
||||
waitPerm: Waiting for Permissions ...
|
||||
readUser: Reading User Info
|
||||
repoSelector:
|
||||
title: Select or Create a Repository
|
||||
hint: Type to Search or Create a Repo
|
||||
create: Create Private Repo {}
|
||||
loading: Loading
|
||||
cloneUrl:
|
||||
enter: Enter the Git Clone URL
|
||||
validator:
|
||||
empty: Please enter some text
|
||||
invalid: Invalid Input
|
||||
onlySsh: Only SSH urls are currently accepted
|
||||
manual:
|
||||
title: Please create a new git repository -
|
||||
step1: 1. Go to the website, create a repo and copy its git clone URL
|
||||
step2: 2. Enter the Git clone URL
|
||||
button: Open Create New Repo Webpage
|
||||
next: Next
|
||||
fail: Failed
|
||||
keyEditors:
|
||||
public: Invalid Public Key - Doesn't start with ssh-rsa or ssh-ed25519
|
||||
private: Invalid Private Key
|
||||
load: Load from File
|
||||
sshKey:
|
||||
generate: Generating SSH Key
|
||||
title: In order to access this repository, this public key must be copied as a deploy key
|
||||
step1: 1. Copy the key
|
||||
step2a: 2. Open webpage, and paste the deploy key. Make sure it is given Write Access.
|
||||
step2b: 2. Give this SSH Key access to the git repo. (You need to figure it out yourself)
|
||||
step3: 3. Try Cloning ..
|
||||
copy: Copy Key
|
||||
copied: Public Key copied to Clipboard
|
||||
regenerate: Regenerate Key
|
||||
openDeploy: Open Deploy Key Webpage
|
||||
clone: Clone Repo
|
||||
addDeploy: Adding as a Deploy Key
|
||||
save: Save
|
||||
sshKeyChoice:
|
||||
title: We need SSH keys to authenticate -
|
||||
generate: Generate new keys
|
||||
custom: Provide Custom SSH Keys
|
||||
sshKeyUserProvided:
|
||||
public: Public Key -
|
||||
private: Private Key -
|
||||
password: Private Key Password
|
||||
cloning: Cloning ...
|
||||
host:
|
||||
title: Select a Git Hosting Provider -
|
||||
custom: Custom
|
||||
feature:
|
||||
darkMode: Dark Mode
|
||||
rawEditor: Raw Editor
|
||||
folderSupport: Folder Support
|
||||
fileNameCustomize: Customize Note FileName
|
||||
noteMetaDataCustomize:
|
||||
title: Customize Note Metadata
|
||||
subtitle: Allows GitJournal to be used with static website generators
|
||||
autoMergeConflicts: Automation Merge Conflict Resolution
|
||||
noteSorting: Configurable Note Sorting
|
||||
gitPushFreq: Configurable Git Sync Frequency
|
||||
checklistEditor: Checklist Editor
|
||||
journalEditor: Journal Editor
|
||||
diffViews: Different Folder Views - Journal, Grid, Standard
|
||||
imageSupport: Image Support
|
||||
tags: Note Tags
|
||||
appShortcuts: App Shortcuts
|
||||
createRepo: Create Custom Repos from within App
|
||||
backlinks: Note Backlinks Support
|
||||
txtFiles: Txt File Support
|
||||
wikiLinks: Wiki Style Links Support
|
||||
metaDataTitle: Customize Title MetaData
|
||||
journalEditorDefaultFolder: Customize Default Folder for Journal Editor
|
||||
yamlModifiedKey: Customize the YAML modified key
|
||||
yamlCreatedKey: Customize the YAML created key
|
||||
yamlTagsKey: Customize the YAML tags key
|
||||
disableYamlHeader: Disable YAML Metadata Header
|
||||
customizeHomeScreen: Customize Home Screen
|
||||
zenMode: Zen Writing Mode
|
||||
emojiSupport:
|
||||
title: Emoji Support
|
||||
subtitle: "Convert :heart: to ❤️"
|
||||
allNotesView: Add a screen to show "All Notes"
|
||||
basicSearch: Basic Search
|
||||
customSSHKeys: Provide your own SSH Keys
|
||||
customMetaData: Add Custom Metadata to new Notes
|
||||
graphVisualization: Graph Visualization
|
||||
mutliRepos: Multiple Git Repos
|
||||
customThemes: Custom Themes
|
||||
gitLog: View and Search through Git History
|
||||
latex: Latex Support
|
||||
mermaid: Mermaid Diagram Support
|
||||
encryptedHosting: Encrypted Git Hosting
|
||||
desktop: Desktop App
|
||||
markdownToolbar: Markdown Toolbar
|
||||
localization:
|
||||
title: Localization
|
||||
subtitle: Allow GitJournal to be translated
|
||||
inlineTags: Inline Tags
|
||||
singleJournalEntry: Single Journal Entry File per day
|
||||
configureBottomMenuBar: Configure the Bottom Menu Bar
|
||||
customFileNamePerEditor: Custom FileName per Editor
|
||||
branchSelection: Git Branch Selection
|
||||
inlineLatex: Inline Katex Support in Markdown
|
||||
feature_timeline:
|
||||
title: Feature Timeline
|
||||
progress: In Progress
|
||||
plan: Planned
|
||||
issues: GitJournal's development is tracked on Github. Please consider voting on the issues you consider important.
|
||||
purchase_screen:
|
||||
title: Pro Version
|
||||
desc: 'GitJournal is completely open source and is the result of significant development work. It has no venture capital or corporation backing and it never will. Your support directly sustains development. GitJournal operates on a "pay what you want model (with a minimum)".'
|
||||
restore: Restore Purchase
|
||||
oneTime:
|
||||
title: One Time Purchase
|
||||
desc: Permanently enables all Pro features currently in GitJournal and new features added in the following 12 months.
|
||||
monthly:
|
||||
title: Monthly Installments
|
||||
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
|
||||
expired: Subscription Expired on {}
|
||||
unknown: Unknown
|
||||
OnBoarding:
|
||||
Skip: Skip
|
||||
Next: Next
|
||||
getStarted: Get Started
|
||||
subtitle: "An Open Source Note Taking App built on top of Git"
|
||||
page2: "Your Notes are stored in a standard Markdown + YAML Header format"
|
||||
page3: "Sync your Local Git Repo with any provider"
|
||||
beta: BETA
|
||||
none: None
|
@ -1,590 +0,0 @@
|
||||
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
|
||||
#
|
||||
# SPDX-License-Identifier: CC-BY-4.0
|
||||
settings:
|
||||
ok: Ok
|
||||
cancel: キャンセル
|
||||
title: 設定
|
||||
author:
|
||||
label: フルネーム
|
||||
validator: 名前を入力してください
|
||||
email:
|
||||
label: メールアドレス
|
||||
validator:
|
||||
empty: メールアドレスを入力してください
|
||||
invalid: 不正なメールアドレスです
|
||||
display:
|
||||
title: 表示設定
|
||||
homeScreen: ホーム画面
|
||||
theme: テーマ
|
||||
images:
|
||||
title: 画像設定
|
||||
subtitle: 画像の表示形式を設定する
|
||||
imageTextType:
|
||||
alt: 代替テキスト
|
||||
altAndTooltip: 代替テキストとツールチップ
|
||||
tooltip: ツールチップ
|
||||
none: なし
|
||||
captions:
|
||||
title: 画像のキャプション
|
||||
subtitle: 画像のキャプションを設定する
|
||||
useAsCaption: キャプションとして使用する
|
||||
overlayCaption: 大きな画像の上に表示
|
||||
transparentCaption: 半透明の背景にオーバーレイして表示
|
||||
blurBehindCaption: 背景部分をぼかして表示
|
||||
tooltipFirst:
|
||||
title: 代替テキストの前にツールチップを表示
|
||||
tooltip: 今の設定:“<tooltip> - <altText>”
|
||||
altText: 今の設定:“<altText> - <tooltip>”
|
||||
captionOverrides: キャプションのオーバーライド
|
||||
tagDescription: タグを“”の中に書くと挙動を変更できます
|
||||
doNotCaptionTags:
|
||||
hint: DoNotCaption-Tags
|
||||
label: タグつきのキャプションとして使用しない
|
||||
validator:
|
||||
empty: タグは空にできません
|
||||
same: タグは“DoCaption-Tag”と同一にはできません
|
||||
doCaptionTags:
|
||||
hint: DoCaption-Tags
|
||||
label: 常にタグ付きのキャプションとして使用する
|
||||
validator:
|
||||
empty: タグは空にできません
|
||||
same: タグは“DoNotCaption-Tag”と同一にはできません
|
||||
detailsView:
|
||||
header: 詳細表示
|
||||
maxZoom: 最大拡大率
|
||||
rotateGestures:
|
||||
title: ジェスチャーで画像を回転
|
||||
subtitle: 二本指で画像を回転できます
|
||||
theming:
|
||||
title: 画像のテーマ
|
||||
subtitle: 画像のテーマを設定する
|
||||
adjustColors:
|
||||
all: 全て
|
||||
blackAndWhite: 白と黒のみ
|
||||
grays: 無彩色のみ
|
||||
doNotThemeTags:
|
||||
hint: DoNotTheme-Tags
|
||||
label: このタグのついた画像にテーマを適用しない
|
||||
validator:
|
||||
empty: タグは空にできません
|
||||
same: タグは“DoTheme-Tag”と同一にはできません
|
||||
doThemeTags:
|
||||
hint: DoTheme-Tag
|
||||
label: このタグのついた画像に常にテーマを適用する
|
||||
validator:
|
||||
empty: タグは空にできません
|
||||
same: タグは“DoNotTheme-Tag”と同一にはできません
|
||||
matchCanvasColor:
|
||||
title: 背景色を合わせる
|
||||
subtitle: ベクター画像の白い部分/黒い部分を背景色に合わせます
|
||||
tagDescription: タグを“”の中に書くと挙動を変更できます
|
||||
themeOverrides: テーマのオーバーライド
|
||||
themeOverrideTagLocation: テーマをオーバーライドするタグの位置
|
||||
themeRasterGraphics: ラスター画像にテーマを適用する (.png/.jpg)
|
||||
themeSvgWithBackground: SVG画像と背景にテーマを適用する
|
||||
themeVectorGraphics:
|
||||
title: ベクター画像にテーマを適用する
|
||||
filter: カラーフィルターを使用する
|
||||
'off': しない
|
||||
'on': する
|
||||
vectorGraphics: ベクター画像 (.svg)
|
||||
vectorGraphicsAdjustColors: 調整対象の色
|
||||
lang: Language
|
||||
gitAuthor: GitのAuthor設定
|
||||
versionInfo: バージョン情報
|
||||
analytics: アナリティクス
|
||||
crashReports: 匿名でクラッシュレポートを収集する
|
||||
usageStats: 匿名で使用状況の統計を収集する
|
||||
debug:
|
||||
title: アプリのデバッグ
|
||||
subtitle: ボンネットを開けて確認する
|
||||
levels:
|
||||
title: レベル選択
|
||||
error: エラー
|
||||
warning: 警告
|
||||
info: 情報
|
||||
debug: デバッグ
|
||||
verbose: 詳細
|
||||
copy: Debug Logs Copied
|
||||
images:
|
||||
title: 画像設定
|
||||
subtitle: 画像の保存方法を設定する
|
||||
imageLocation: 画像の保存場所
|
||||
currentFolder: ノートと同じフォルダ
|
||||
customFolder: フォルダを指定する
|
||||
gitRemote:
|
||||
changeHost:
|
||||
title: もう一度Remoteを設定しますか?
|
||||
subtitle: 同期されていないノートが失われます
|
||||
ok: Ok
|
||||
cancel: キャンセル
|
||||
title: GitのRemoteの設定
|
||||
subtitle: ノートの同期先を設定する
|
||||
host: Gitのホスト
|
||||
branch: ブランチ
|
||||
resetHard:
|
||||
title: Reset Git Host
|
||||
subtitle: This will HARD reset the current branch to its remote
|
||||
noteMetaData:
|
||||
title: メタデータ設定
|
||||
subtitle: ノートのメタデータの保存方法を設定する
|
||||
text: 次のように、全てのノートのYAMLヘッダー内にメタデータが保存されます
|
||||
enableHeader: YAMLヘッダーを有効にする
|
||||
modified: 「更新日」のフィールド
|
||||
created: 「作成日」のフィールド
|
||||
tags: 「タグ」のフィールド
|
||||
example:
|
||||
title: Example Title
|
||||
titleMetaData:
|
||||
title: タイトル
|
||||
fromH1: テキストヘッダー1から取得
|
||||
fromYaml: YAMLの'title'から取得
|
||||
filename: ファイル名から取得
|
||||
exampleTitle: ハト
|
||||
exampleBody: ヤツらは邪悪に違いない。ペンギンよりももっと邪悪な存在だ。
|
||||
exampleTag1: 鳥
|
||||
exampleTag2: 邪悪
|
||||
customMetaData:
|
||||
title: カスタムメタデータ
|
||||
invalid: 不正なYAMLです
|
||||
output: Output
|
||||
input: Input
|
||||
editorType: Editor Type Field
|
||||
privacy: プライバシーポリシー
|
||||
terms: 利用規約
|
||||
experimental:
|
||||
title: 実験的な機能
|
||||
subtitle: 開発中の機能を試す
|
||||
markdownToolbar: Markdownツールバーをエディタで表示する
|
||||
graphView: グラフビュー
|
||||
accounts: プラットフォームに依存しないアカウント
|
||||
includeSubfolders: サブフォルダを含む
|
||||
experimentalGitOps: Dart実装のGitを使用する
|
||||
merge: Dart実装のマージを使用する
|
||||
autoCompleteTags: Tags Auto Completion
|
||||
history: History View
|
||||
editors:
|
||||
title: エディタ設定
|
||||
subtitle: エディタの動作を設定する
|
||||
defaultEditor: デフォルトにするエディタ
|
||||
defaultState: デフォルトの状態
|
||||
markdownEditor: Markdownエディタ
|
||||
journalEditor: Journalエディタ
|
||||
defaultFolder: デフォルトフォルダー
|
||||
checklistEditor: チェックリストエディタ
|
||||
rawEditor: Rawエディタ
|
||||
choose: エディタの選択
|
||||
orgEditor: Orgエディタ
|
||||
defaultNoteFormat: Default Note Format
|
||||
journalDefaultFolderSelect: Creating a Note in '{}'
|
||||
sortingField:
|
||||
modified: 更新日
|
||||
created: 作成日
|
||||
filename: ファイル名
|
||||
title: タイトル
|
||||
sortingOrder:
|
||||
asc: 昇順
|
||||
desc: 降順
|
||||
sortingMode:
|
||||
field: フィールド
|
||||
order: 並び順
|
||||
remoteSync:
|
||||
auto: 自動
|
||||
manual: 手動
|
||||
tags:
|
||||
title: タグの設定
|
||||
subtitle: インラインタグ解釈を設定する
|
||||
enable: インラインタグを解釈する
|
||||
prefixes: インラインタグの接頭語
|
||||
misc:
|
||||
title: その他の設定
|
||||
swipe: スワイプでノートを削除する
|
||||
listView: リストビュー
|
||||
confirmDelete: 削除時に確認をポップアップする
|
||||
hardWrap: hardWrapを有効にする
|
||||
emoji: Emojify text
|
||||
NoteFileNameFormat:
|
||||
iso8601WithTimeZone: タイムゾーン付きISO8601形式
|
||||
iso8601: ISO8601形式
|
||||
iso8601WithoutColon: コロン無しのISO8601形式
|
||||
title: タイトル
|
||||
uuid: Uuid V4
|
||||
zettelkasten: yyyymmddhhmmss
|
||||
simple: yyyy-mm-dd-hh-mm-ss
|
||||
dateOnly: yyyy-mm-dd
|
||||
kebabCase: Kebab Case
|
||||
HomeScreen:
|
||||
allNotes: 全てのノート
|
||||
allFolders: 全てのフォルダ
|
||||
EditorDefaultView:
|
||||
edit: 編集
|
||||
view: 閲覧
|
||||
lastUsed: 最後に使用した形式
|
||||
theme:
|
||||
light: Light
|
||||
dark: Dark
|
||||
default: システム設定に合わせる
|
||||
versionCopied: バージョン情報がコピーされました
|
||||
ssh:
|
||||
syncFreq: 同期の周期
|
||||
note:
|
||||
title: ノート設定
|
||||
defaultFolder: 新規ノートの保存フォルダ
|
||||
newNoteFileName: 新規ノートのファイル名
|
||||
storage:
|
||||
title: ストレージ
|
||||
fileName: ファイル名
|
||||
external: リポジトリを外部に保存する
|
||||
icloud: iCloudに保存する
|
||||
repoLocation: リポジトリの場所
|
||||
notWritable: "{} is not writable"
|
||||
failedExternal: Unable to get External Storage Directory
|
||||
permissionFailed: External Storage Permission Failed
|
||||
drawer:
|
||||
title: サイドバーの設定
|
||||
bottomMenuBar:
|
||||
title: メニューバー
|
||||
subtitle: メニューバーの表示と挙動を設定する
|
||||
enable: メニューバーを表示する
|
||||
deleteRepo: リポジトリを削除する
|
||||
fileFormat:
|
||||
markdown: Markdown
|
||||
txt: Txt
|
||||
orgMode: Org Mode
|
||||
fileTypes:
|
||||
title: Note File Types
|
||||
subtitle: Configure what files are considered Notes
|
||||
numFiles:
|
||||
other: "{} File"
|
||||
noExt: No Extension
|
||||
list:
|
||||
userInterface:
|
||||
title: User Interface
|
||||
subtitle: Theme, Language, Home, Bottom Bar, Rendering
|
||||
git:
|
||||
title: Git
|
||||
subtitle: Git Author, Remote, Sync Frequency
|
||||
editor:
|
||||
title: Editor
|
||||
subtitle: Default Editor, Default View
|
||||
storage:
|
||||
title: Storage & File Formats
|
||||
subtitle: Storage, Serialization, Metadata, File Formats
|
||||
analytics:
|
||||
title: Analytics
|
||||
subtitle: It's important that you feel comfortable
|
||||
debug:
|
||||
title: Debug
|
||||
subtitle: Peek inside the inner workings of GitJournal
|
||||
experiments:
|
||||
title: Experiments
|
||||
subtitle: Play around with experimental features
|
||||
project:
|
||||
header: Project
|
||||
docs: Documentation & Support
|
||||
contribute: Contribute
|
||||
about: About
|
||||
license:
|
||||
title: Licenses
|
||||
subtitle: GitJoural uses other great software
|
||||
sshKey:
|
||||
keyType: SSH Key Type
|
||||
rsa: RSA
|
||||
ed25519: Ed25519
|
||||
editors:
|
||||
checklist:
|
||||
add: アイテム追加
|
||||
common:
|
||||
defaultBodyHint: Write here
|
||||
defaultTitleHint: タイトル
|
||||
discard: 変更を破棄する
|
||||
share: ノートを共有する
|
||||
takePhoto: 写真を撮る
|
||||
addImage: ギャラリーから画像を追加する
|
||||
editFileName: ファイル名を変更する
|
||||
tags: タグを編集する
|
||||
zen:
|
||||
enable: Zen Modeを有効にする
|
||||
disable: Zen Modeを無効にする
|
||||
saveNoteFailed:
|
||||
title: ノートの保存に失敗しました。
|
||||
message: 申し訳ありません。ノートを保存できなかったようです。データを失わないように、クリップボードにコピーしました。
|
||||
defaultFileNameHint: File Name
|
||||
find: Find in note
|
||||
pro: Pro
|
||||
actions:
|
||||
newNote: 新規ノート
|
||||
newJournal: 新規Journal Entry
|
||||
newChecklist: 新規チェックリスト
|
||||
screens:
|
||||
folders:
|
||||
title: フォルダー
|
||||
selected: フォルダーが選択されました
|
||||
dialog:
|
||||
title: 新規フォルダーの作成
|
||||
create: 作成
|
||||
discard: 破棄
|
||||
errorDialog:
|
||||
title: エラー
|
||||
deleteContent: ノートが入っているフォルダは削除できません
|
||||
renameContent: ルートフォルダはリネームできません
|
||||
ok: Ok
|
||||
actions:
|
||||
rename: フォルダのリネーム
|
||||
subFolder: サブフォルダの作成
|
||||
delete: フォルダの削除
|
||||
decoration: フォルダ名
|
||||
empty: 名称を入力してください
|
||||
tags:
|
||||
title: タグ
|
||||
empty: タグがありません
|
||||
filesystem:
|
||||
ignoredFile:
|
||||
title: ファイルが無視されました
|
||||
ok: Ok
|
||||
rename: リネームする
|
||||
rename:
|
||||
decoration: ファイル名
|
||||
title: リネームする
|
||||
folder_view:
|
||||
empty: ノートを追加してみません?
|
||||
home:
|
||||
allNotes: 全てのノート
|
||||
cacheLoading:
|
||||
text: Reading Git History ...
|
||||
error:
|
||||
title: Error
|
||||
message: The repo couldn't be opened. Please file a bug and recreate the repo.
|
||||
widgets:
|
||||
rename:
|
||||
'yes': リネームする
|
||||
'no': キャンセル
|
||||
validator:
|
||||
empty: 名称を入力してください
|
||||
exists: 既に存在します
|
||||
contains: /を含むことはできません
|
||||
noExt: "Warning: Extension missing. Will treat file as plain text"
|
||||
changeExt: "Warning: Changing file type from '{}' to '{}'"
|
||||
backlinks:
|
||||
title:
|
||||
other: "{} 件のノートがこのノートを参照しています"
|
||||
SortingOrderSelector:
|
||||
title: ソート条件
|
||||
PurchaseButton:
|
||||
text: "{price}で購入する"
|
||||
fail: 読み込めませんでした
|
||||
failSend: 購入リクエストの送信に失敗しました
|
||||
failPurchase: 購入に失敗しました - {}
|
||||
FolderView:
|
||||
syncError: 同期エラー {}
|
||||
headerOptions:
|
||||
heading: ヘッダーオプション
|
||||
auto: 自動生成されたタイトル
|
||||
titleFileName: タイトルまたはファイル名
|
||||
fileName: ファイル名
|
||||
summary: サマリーの表示
|
||||
customize: 表示オプション
|
||||
views:
|
||||
standard: 標準ビュー
|
||||
journal: Journalビュー
|
||||
grid: Gridビュー
|
||||
card: Carビュー
|
||||
select: ビューを選択してください
|
||||
calendar: Calendar View
|
||||
sortingOptions: ソートオプション
|
||||
viewOptions: 表示オプション
|
||||
noteDeleted: ノートが削除されました
|
||||
undo: Undo
|
||||
searchFailed: 検索結果が見つかりませんでした
|
||||
actions:
|
||||
moveToFolder: Move To Folder
|
||||
pinned: Pinned
|
||||
others: Others
|
||||
imageRenderer:
|
||||
caption: "{first} - {second}"
|
||||
httpError: "Code: {status} for {url}"
|
||||
NoteDeleteDialog:
|
||||
title:
|
||||
other: 削除してもよろしいですか?
|
||||
'yes': はい
|
||||
'no': いいえ
|
||||
NoteEditor:
|
||||
renameFile: ファイルをリネームする
|
||||
fileName: ファイル名
|
||||
addType: Adding '{}' to supported file types
|
||||
SyncButton:
|
||||
error: 同期エラー {}
|
||||
PurchaseWidget:
|
||||
failed: 購入に失敗しました
|
||||
NoteViewer:
|
||||
linkNotFound: リンク '{}' が見つかりません
|
||||
linkInvalid: リンク '{}' が無効です
|
||||
FolderSelectionDialog:
|
||||
title: フォルダを選択してください
|
||||
FolderTreeView:
|
||||
notesCount: "{} Notes"
|
||||
rootFolder: ルートフォルダ
|
||||
ignoredFiles:
|
||||
dot: .から始まるファイル
|
||||
ext: 次の文字列で終わらないファイル
|
||||
drawer:
|
||||
setup: Gitのホストを設定
|
||||
pro: Proのアンロック
|
||||
all: 全てのノート
|
||||
folders: フォルダー
|
||||
fs: ファイルシステム
|
||||
tags: タグ
|
||||
share: アプリを共有
|
||||
rate: アプリを評価
|
||||
feedback: フィードバック送信
|
||||
bug: バグレポート送信
|
||||
graph: グラフビュー
|
||||
remote: Gitホスト未設定
|
||||
addRepo: リポジトリを追加
|
||||
login: Login
|
||||
history: History
|
||||
setup:
|
||||
autoConfigure:
|
||||
title: どのように設定しますか?
|
||||
automatic: 自動セットアップする
|
||||
manual: 手動セットアップする
|
||||
autoconfigure:
|
||||
step1: 1. 既存のリポジトリを表示・新規リポジトリの作成
|
||||
step2: 2. このデバイスでの、SSHキーの生成
|
||||
step3: 3. 生成したキーをデプロイし、リポジトリへの書き込み権限を取得
|
||||
warning: これはつまり、プライベートリポジトリを含む、全てのリポジトリのアクセス権をGitJournalに与えるということです。もしこれに抵抗があるようであれば、前の画面に戻って手動セットアップを選択してください。
|
||||
authorize: GitJournalを認証する
|
||||
waitPerm: 権限を待機中...
|
||||
readUser: ユーザー情報の読み込み中
|
||||
repoSelector:
|
||||
title: リポジトリを選択するか作成してください
|
||||
hint: リポジトリ名を入力してください
|
||||
create: プライベートリポジトリ {} を作成
|
||||
loading: 読み込み中
|
||||
cloneUrl:
|
||||
enter: GitをCloneするURLを入力してください
|
||||
validator:
|
||||
empty: 何か入力してください
|
||||
invalid: 不正な入力です
|
||||
onlySsh: SSH URLのみ現在使用できます
|
||||
manual:
|
||||
title: 新規Gitリポジトリを作成してください
|
||||
step1: 1. Webサイトに行き、リポジトリを作成して、git cloneのURLをコピーしてください
|
||||
step2: 2. コピーしたURLをペーストするか入力してください
|
||||
button: 新規リポジトリ作成画面をWebで開く
|
||||
next: 次へ
|
||||
fail: 失敗しました
|
||||
keyEditors:
|
||||
public: 不正な公開鍵です。ssh-rsaから始まっていません。
|
||||
private: 不正な秘密鍵です
|
||||
load: ファイルから読み込む
|
||||
sshKey:
|
||||
generate: SSHキーを作成します
|
||||
title: このリポジトリにアクセスするためには、この公開鍵をデプロイキーとしてコピーする必要があります
|
||||
step1: 1. キーをコピーします
|
||||
step2a: 2. Webページを開き、デプロイキーに貼り付けます。この際、書き込み権限を与えたことを確認してください。
|
||||
step2b: 2. このSSHキーに、Gitリポジトリへのアクセス権を与えます。(これがどういうことか理解しているべきです)
|
||||
step3: 3. Cloneしてみてください
|
||||
copy: キーをコピー
|
||||
copied: 公開鍵がクリップボードにコピーされました
|
||||
regenerate: キーを再生成
|
||||
openDeploy: デプロイキーのWebページを開く
|
||||
clone: リポジトリをCloneする
|
||||
addDeploy: デプロイキーとして追加する
|
||||
save: 保存する
|
||||
sshKeyChoice:
|
||||
title: 認証にはSSHキーが必要です
|
||||
generate: 新しいキーを生成する
|
||||
custom: キーを設定する
|
||||
sshKeyUserProvided:
|
||||
public: 公開鍵 -
|
||||
private: 秘密鍵 -
|
||||
password: パスフレーズ
|
||||
cloning: Cloneしています ...
|
||||
host:
|
||||
title: Gitをホストしているサービスを選択してください
|
||||
custom: カスタム
|
||||
feature:
|
||||
darkMode: Darkモード
|
||||
rawEditor: Rawエディタ
|
||||
folderSupport: フォルダのサポート
|
||||
fileNameCustomize: ノートのファイル名のカスタマイズ
|
||||
noteMetaDataCustomize:
|
||||
title: メタデータのカスタマイズ
|
||||
subtitle: GitJournalを静的サイトジェネレータに使えるように
|
||||
autoMergeConflicts: コンフリクト解決の自動マージ
|
||||
noteSorting: ノートのソーティング設定
|
||||
gitPushFreq: Git同期の頻度設定
|
||||
checklistEditor: チェックリストエディタ
|
||||
journalEditor: Journalエディタ
|
||||
diffViews: フォルダビューの追加 - Journal, Grid, Standard
|
||||
imageSupport: 画像のサポート
|
||||
tags: ノートのタグ
|
||||
appShortcuts: アプリのショートカット
|
||||
createRepo: アプリ内でのカスタムリポジトリの作成
|
||||
backlinks: ノートの被参照のサポート
|
||||
txtFiles: テキストファイルのサポート
|
||||
wikiLinks: Wikiスタイルのリンクのサポート
|
||||
metaDataTitle: Titleのメタデータのカスタマイズ
|
||||
journalEditorDefaultFolder: Journalエディターのデフォルトフォルダ設定
|
||||
yamlModifiedKey: YAMLの「更新日」キーのカスタマイズ
|
||||
yamlCreatedKey: YAMLの「作成日」キーのカスタマイズ
|
||||
yamlTagsKey: YAMLの「タグ」キーのカスタマイズ
|
||||
disableYamlHeader: YAMLのメタデータの無効化機能
|
||||
customizeHomeScreen: ホーム画面のカスタマイズ
|
||||
zenMode: Zen Writing Mode
|
||||
emojiSupport:
|
||||
title: 絵文字のサポート
|
||||
subtitle: ":heart: を ❤️ に変換"
|
||||
allNotesView: 「全てのノート」の表示画面追加
|
||||
basicSearch: 基本的な検索機能
|
||||
customSSHKeys: SSHキーの提供
|
||||
customMetaData: 新規ノートへのカスタムメタデータの追加
|
||||
graphVisualization: グラフ可視化
|
||||
mutliRepos: 複数のGitリポジトリのサポート
|
||||
customThemes: カスタムテーマ
|
||||
gitLog: Git Historyの閲覧と検索
|
||||
latex: Latexサポート
|
||||
mermaid: Mermaid記法のサポート
|
||||
encryptedHosting: 暗号化されたGitホスティング
|
||||
desktop: デスクトップアプリ
|
||||
markdownToolbar: Markdownツールバー
|
||||
localization:
|
||||
title: ローカライゼーション
|
||||
subtitle: GitJournalを翻訳可能に
|
||||
inlineTags: インラインタグのサポート
|
||||
singleJournalEntry: 1日1Journalファイル
|
||||
configureBottomMenuBar: メニューバーの設定
|
||||
customFileNamePerEditor: エディタごとのファイル名の設定
|
||||
branchSelection: GitのBranch選択機能
|
||||
inlineLatex: Inline Katex Support in Markdown
|
||||
feature_timeline:
|
||||
title: 機能追加のタイムライン
|
||||
progress: 進行中
|
||||
plan: 計画済
|
||||
issues: GitJournalの開発はGitHubで行われています。重要だと思うIssueには是非投票してください。
|
||||
purchase_screen:
|
||||
title: Pro Version
|
||||
desc: 'GitJournalは完全にオープンソースであり、その重要な開発行為の成果物です。ベンチャーキャピタルや企業の支援を受けたことはありませんし、これからもありえません。あなたのご支援が直接、開発を支えます。 GitJournalは "(最低限)必要な分だけ支払う"モデルで運営されています。'
|
||||
restore: 購入を復元する
|
||||
oneTime:
|
||||
title: 一括購入
|
||||
desc: 現時点で実装されている全てのProの機能と、12箇月間に追加される全ての機能が永久に有効になります。
|
||||
monthly:
|
||||
title: 月々の分割払い
|
||||
desc: 全てのProの機能を有効にします。12箇月後または {minYearlyPurchase} の支払い後、一括購入と同じ特典が有効になります。
|
||||
thanks:
|
||||
title: ありがとうございます!
|
||||
subtitle: GitJournalのご支援ありがとうございます。
|
||||
expired: Subscription Expired on {}
|
||||
unknown: Unknown
|
||||
OnBoarding:
|
||||
Skip: スキップ
|
||||
Next: 次へ
|
||||
getStarted: さあ始めましょう!
|
||||
subtitle: "Gitで構築されたオープンソースのノートアプリ"
|
||||
page2: "ノートはYAMLヘッダー付きの標準的なMarkdownとして保存されます"
|
||||
page3: "ローカルのGitリポジトリをお好みのリモートと同期できます"
|
||||
beta: BETA
|
||||
none: None
|
@ -1,590 +0,0 @@
|
||||
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
|
||||
#
|
||||
# SPDX-License-Identifier: CC-BY-4.0
|
||||
settings:
|
||||
ok: 확인
|
||||
cancel: 취소
|
||||
title: 설정
|
||||
author:
|
||||
label: 성명
|
||||
validator: 이름을 입력하세요
|
||||
email:
|
||||
label: 이메일
|
||||
validator:
|
||||
empty: 이메일을 입력하세요
|
||||
invalid: 유효한 이메일을 입력하세요
|
||||
display:
|
||||
title: 화면 설정
|
||||
homeScreen: 홈 화면
|
||||
theme: Theme
|
||||
images:
|
||||
title: Image Settings
|
||||
subtitle: Configure how images are displayed
|
||||
imageTextType:
|
||||
alt: Alt Text
|
||||
altAndTooltip: Alt Text and Tooltip
|
||||
tooltip: Tooltip
|
||||
none: None
|
||||
captions:
|
||||
title: Image Captions
|
||||
subtitle: Configure the image captions
|
||||
useAsCaption: Use as caption
|
||||
overlayCaption: Draw caption on top of large enough images
|
||||
transparentCaption: Overlay captions have a semitransparent background
|
||||
blurBehindCaption: Blur Image behind caption
|
||||
tooltipFirst:
|
||||
title: Show tooltip before alt text
|
||||
tooltip: Current order is “<tooltip> - <altText>”
|
||||
altText: Current order is “<altText> - <tooltip>”
|
||||
captionOverrides: Caption Overrides
|
||||
tagDescription: Put these tags in “” to override the behavior for it.
|
||||
doNotCaptionTags:
|
||||
hint: DoNotCaption-Tags
|
||||
label: Never use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoCaption-Tag”.
|
||||
doCaptionTags:
|
||||
hint: DoCaption-Tags
|
||||
label: Always use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotCaption-Tag”.
|
||||
detailsView:
|
||||
header: Detail View
|
||||
maxZoom: Maximal zoom level
|
||||
rotateGestures:
|
||||
title: Rotate Image with gestures
|
||||
subtitle: Rotate by moving two fingers in a circle
|
||||
theming:
|
||||
title: Image Theming
|
||||
subtitle: Configure how images are themed
|
||||
adjustColors:
|
||||
all: All
|
||||
blackAndWhite: Only black and white
|
||||
grays: Only grays
|
||||
doNotThemeTags:
|
||||
hint: DoNotTheme-Tags
|
||||
label: Never theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoTheme-Tag”.
|
||||
doThemeTags:
|
||||
hint: DoTheme-Tag
|
||||
label: Always theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotTheme-Tag”.
|
||||
matchCanvasColor:
|
||||
title: Match Background Color
|
||||
subtitle: Replaces white/black parts of vector graphics with the canvas color
|
||||
tagDescription: Put these tags in “” to override the behavior for the image.
|
||||
themeOverrides: Theme Overrides
|
||||
themeOverrideTagLocation: Theme Override Tag Location
|
||||
themeRasterGraphics: Theme Raster Graphics (.png/.jpg)
|
||||
themeSvgWithBackground: Theme SVGs With Background
|
||||
themeVectorGraphics:
|
||||
title: Theme Vector Graphics
|
||||
filter: Using Color Filter
|
||||
'off': false
|
||||
'on': true
|
||||
vectorGraphics: Vector Graphics (.svg)
|
||||
vectorGraphicsAdjustColors: Colors to Adjust
|
||||
lang: Language
|
||||
gitAuthor: Git 작성자 설정
|
||||
versionInfo: 버전 정보
|
||||
analytics: 해석학
|
||||
crashReports: 익명으로 오류 보고 수집
|
||||
usageStats: 익명 사용 통계 수집
|
||||
debug:
|
||||
title: 디버그 앱
|
||||
subtitle: 소스 확인하기
|
||||
levels:
|
||||
title: 레벨 선택
|
||||
error: 오류
|
||||
warning: 경고
|
||||
info: 정보
|
||||
debug: 디버그
|
||||
verbose: Verbose
|
||||
copy: Debug Logs Copied
|
||||
images:
|
||||
title: 이미지 설정
|
||||
subtitle: 이미지 저장 방법 구성
|
||||
imageLocation: 이미지 위치
|
||||
currentFolder: 노트와 동일한 폴더
|
||||
customFolder: 맞춤 폴더
|
||||
gitRemote:
|
||||
changeHost:
|
||||
title: Git 호스트를 재구성 하시겠습니까?
|
||||
subtitle: 동기화되지 않은 노트는 손실됩니다.
|
||||
ok: 확인
|
||||
cancel: 취소
|
||||
title: Git 원격 설정
|
||||
subtitle: 노트 동기화 장소 설정
|
||||
host: Git Host
|
||||
branch: Branch
|
||||
resetHard:
|
||||
title: Reset Git Host
|
||||
subtitle: This will HARD reset the current branch to its remote
|
||||
noteMetaData:
|
||||
title: 노트 메타 데이터 설정
|
||||
subtitle: 노트 메타 데이터 저장 방법 구성
|
||||
text: 모든 노트에는 다음과 같이 YAML 헤더에 저장되는 일부 메타 데이터가 있습니다.
|
||||
enableHeader: YAML 헤더 활성화
|
||||
modified: 수정 된 필드
|
||||
created: 생성 된 필드
|
||||
tags: 태그 필드
|
||||
example:
|
||||
title: 예시 제목
|
||||
titleMetaData:
|
||||
title: 표제
|
||||
fromH1: 텍스트 헤더 1
|
||||
fromYaml: YAML '제목'에서
|
||||
filename: FileName
|
||||
exampleTitle: 비둘기
|
||||
exampleBody: 나는 그들이 악할 것이라고 생각합니다. 펭귄보다 훨씬 더 사악합니다.
|
||||
exampleTag1: 조류
|
||||
exampleTag2: 악
|
||||
customMetaData:
|
||||
title: 맞춤 메타 데이터
|
||||
invalid: 잘못된 YAML
|
||||
output: Output
|
||||
input: Input
|
||||
editorType: Editor Type Field
|
||||
privacy: 개인 정보 정책
|
||||
terms: 이용 약관
|
||||
experimental:
|
||||
title: 실험적 기능
|
||||
subtitle: 개발 기능 사용해보기
|
||||
markdownToolbar: 에디터에 마크 다운 툴바 표시
|
||||
graphView: Graph View
|
||||
accounts: Platform Independent Accounts
|
||||
includeSubfolders: Include Subfolders
|
||||
experimentalGitOps: Dart-only Git implementation
|
||||
merge: Dart-only merge implementation
|
||||
autoCompleteTags: Tags Auto Completion
|
||||
history: History View
|
||||
editors:
|
||||
title: 편집기 설정
|
||||
subtitle: 다른 편집기 설정
|
||||
defaultEditor: 기본 편집기
|
||||
defaultState: 기본 상태
|
||||
markdownEditor: 마크 다운 편집기
|
||||
journalEditor: 저널 편집기
|
||||
defaultFolder: 기본 폴더
|
||||
checklistEditor: 체크리스트 편집기
|
||||
rawEditor: 원시 편집기
|
||||
choose: 편집자 선택
|
||||
orgEditor: Org Editor
|
||||
defaultNoteFormat: Default Note Format
|
||||
journalDefaultFolderSelect: Creating a Note in '{}'
|
||||
sortingField:
|
||||
modified: 마지막 수정
|
||||
created: 생성됨
|
||||
filename: 파일 이름
|
||||
title: 제목
|
||||
sortingOrder:
|
||||
asc: 오름차순
|
||||
desc: 내림차순
|
||||
sortingMode:
|
||||
field: 들
|
||||
order: 주문
|
||||
remoteSync:
|
||||
auto: 자동적 인
|
||||
manual: 설명서
|
||||
tags:
|
||||
title: 태그 설정
|
||||
subtitle: 인라인 태그 파싱방식 성정
|
||||
enable: 인라인 태그 파싱
|
||||
prefixes: 인라인 태그 접두사
|
||||
misc:
|
||||
title: 기타 설정
|
||||
swipe: 밀어서 메모 삭제
|
||||
listView: 목록보기
|
||||
confirmDelete: Show a Popup to Confirm Deletes
|
||||
hardWrap: Enable hardWrap
|
||||
emoji: Emojify text
|
||||
NoteFileNameFormat:
|
||||
iso8601WithTimeZone: TimeZone이있는 ISO8601
|
||||
iso8601: ISO8601
|
||||
iso8601WithoutColon: 콜론없는 ISO8601
|
||||
title: 표제
|
||||
uuid: Uuid V4
|
||||
zettelkasten: yyyymmddhhmmss
|
||||
simple: yyyy-mm-dd-hh-mm-ss
|
||||
dateOnly: yyyy-mm-dd
|
||||
kebabCase: Kebab Case
|
||||
HomeScreen:
|
||||
allNotes: 모든 노트
|
||||
allFolders: 모든 폴더
|
||||
EditorDefaultView:
|
||||
edit: 편집하다
|
||||
view: View
|
||||
lastUsed: Last Used
|
||||
theme:
|
||||
light: Light Theme
|
||||
dark: Dark Theme
|
||||
default: System Default
|
||||
versionCopied: Copied version to clipboard
|
||||
ssh:
|
||||
syncFreq: Sync Frequency
|
||||
note:
|
||||
title: Note Settings
|
||||
defaultFolder: Default Folder for new notes
|
||||
newNoteFileName: New Note Filename
|
||||
storage:
|
||||
title: Storage
|
||||
fileName: filename
|
||||
external: Store Repo Externally
|
||||
icloud: Store in iCloud
|
||||
repoLocation: Repo Location
|
||||
notWritable: "{} is not writable"
|
||||
failedExternal: Unable to get External Storage Directory
|
||||
permissionFailed: External Storage Permission Failed
|
||||
drawer:
|
||||
title: Sidebar Settings
|
||||
bottomMenuBar:
|
||||
title: Bottom Menu Bar
|
||||
subtitle: Configure its appearance and behavior
|
||||
enable: Enable Bottom Menu Bar
|
||||
deleteRepo: Delete Repository
|
||||
fileFormat:
|
||||
markdown: Markdown
|
||||
txt: Txt
|
||||
orgMode: Org Mode
|
||||
fileTypes:
|
||||
title: Note File Types
|
||||
subtitle: Configure what files are considered Notes
|
||||
numFiles:
|
||||
other: "{} File"
|
||||
noExt: No Extension
|
||||
list:
|
||||
userInterface:
|
||||
title: User Interface
|
||||
subtitle: Theme, Language, Home, Bottom Bar, Rendering
|
||||
git:
|
||||
title: Git
|
||||
subtitle: Git Author, Remote, Sync Frequency
|
||||
editor:
|
||||
title: Editor
|
||||
subtitle: Default Editor, Default View
|
||||
storage:
|
||||
title: Storage & File Formats
|
||||
subtitle: Storage, Serialization, Metadata, File Formats
|
||||
analytics:
|
||||
title: Analytics
|
||||
subtitle: It's important that you feel comfortable
|
||||
debug:
|
||||
title: Debug
|
||||
subtitle: Peek inside the inner workings of GitJournal
|
||||
experiments:
|
||||
title: Experiments
|
||||
subtitle: Play around with experimental features
|
||||
project:
|
||||
header: Project
|
||||
docs: Documentation & Support
|
||||
contribute: Contribute
|
||||
about: About
|
||||
license:
|
||||
title: Licenses
|
||||
subtitle: GitJoural uses other great software
|
||||
sshKey:
|
||||
keyType: SSH Key Type
|
||||
rsa: RSA
|
||||
ed25519: Ed25519
|
||||
editors:
|
||||
checklist:
|
||||
add: 아이템 추가
|
||||
common:
|
||||
defaultBodyHint: 여기에 쓰세요
|
||||
defaultTitleHint: 제목
|
||||
discard: 변경 사항 삭제
|
||||
share: 노트 공유
|
||||
takePhoto: 카메라
|
||||
addImage: 갤러리에서 이미지 추가
|
||||
editFileName: 파일 이름 편집
|
||||
tags: 태그 편집
|
||||
zen:
|
||||
enable: 젠 모드 활성화
|
||||
disable: 젠 모드 비활성화
|
||||
saveNoteFailed:
|
||||
title: 노트를 저장하지 못했습니다.
|
||||
message: 죄송합니다. 노트를 저장할 수 없습니다. 데이터 손실을 방지하기 위해 클립 보드에 복사되었습니다.
|
||||
defaultFileNameHint: File Name
|
||||
find: Find in note
|
||||
pro: 프로
|
||||
actions:
|
||||
newNote: 새로운 노트
|
||||
newJournal: 새 저널 항목
|
||||
newChecklist: 새로운 체크리스트
|
||||
screens:
|
||||
folders:
|
||||
title: 폴더
|
||||
selected: 선택한 폴더
|
||||
dialog:
|
||||
title: 새 폴더 생성
|
||||
create: 창조하다
|
||||
discard: 포기
|
||||
errorDialog:
|
||||
title: 오류
|
||||
deleteContent: 노트가 포함 된 폴더를 삭제할 수 없습니다.
|
||||
renameContent: 루트 폴더의 이름을 바꿀 수 없습니다.
|
||||
ok: 확인
|
||||
actions:
|
||||
rename: 폴더 이름 변경
|
||||
subFolder: 하위 폴더 만들기
|
||||
delete: 폴더 삭제
|
||||
decoration: 폴더 이름
|
||||
empty: 이름을 입력하세요
|
||||
tags:
|
||||
title: 태그
|
||||
empty: 태그가 없습니다.
|
||||
filesystem:
|
||||
ignoredFile:
|
||||
title: 무시 된 파일
|
||||
ok: 확인
|
||||
rename: 이름 바꾸기
|
||||
rename:
|
||||
decoration: 파일 이름
|
||||
title: 이름 바꾸기
|
||||
folder_view:
|
||||
empty: 노트를 추가해 볼까요?
|
||||
home:
|
||||
allNotes: All Notes
|
||||
cacheLoading:
|
||||
text: Reading Git History ...
|
||||
error:
|
||||
title: Error
|
||||
message: The repo couldn't be opened. Please file a bug and recreate the repo.
|
||||
widgets:
|
||||
rename:
|
||||
'yes': 이름 바꾸기
|
||||
'no': 취소
|
||||
validator:
|
||||
empty: 이름을 입력하세요
|
||||
exists: 이미 존재 함
|
||||
contains: /를 포함 할 수 없습니다.
|
||||
noExt: "Warning: Extension missing. Will treat file as plain text"
|
||||
changeExt: "Warning: Changing file type from '{}' to '{}'"
|
||||
backlinks:
|
||||
title:
|
||||
other: "{}이 노트에 대한 노트 링크"
|
||||
SortingOrderSelector:
|
||||
title: 분류 기준
|
||||
PurchaseButton:
|
||||
text: "{price}에 구매"
|
||||
fail: 불러 오지 못했습니다
|
||||
failSend: Failed to send purchase request
|
||||
failPurchase: Failed to Purchase - {}
|
||||
FolderView:
|
||||
syncError: 동기화 오류 {}
|
||||
headerOptions:
|
||||
heading: 헤더 옵션
|
||||
auto: 자동 생성 제목
|
||||
titleFileName: 제목 또는 파일 이름
|
||||
fileName: 파일 이름
|
||||
summary: 요약보기
|
||||
customize: 보기 사용자 지정
|
||||
views:
|
||||
standard: 스탠다드 뷰
|
||||
journal: 저널보기
|
||||
grid: 그리드보기
|
||||
card: 카드보기
|
||||
select: 보기 선택
|
||||
calendar: Calendar View
|
||||
sortingOptions: 정렬 옵션
|
||||
viewOptions: 보기 옵션
|
||||
noteDeleted: Note Deleted
|
||||
undo: Undo
|
||||
searchFailed: No Search Results Found
|
||||
actions:
|
||||
moveToFolder: Move To Folder
|
||||
pinned: Pinned
|
||||
others: Others
|
||||
imageRenderer:
|
||||
caption: "{first} - {second}"
|
||||
httpError: "Code: {status} for {url}"
|
||||
NoteDeleteDialog:
|
||||
title:
|
||||
other: Do you want to delete this note?
|
||||
'yes': true
|
||||
'no': false
|
||||
NoteEditor:
|
||||
renameFile: Rename File
|
||||
fileName: Filename
|
||||
addType: Adding '{}' to supported file types
|
||||
SyncButton:
|
||||
error: Sync Error {}
|
||||
PurchaseWidget:
|
||||
failed: Purchase Failed
|
||||
NoteViewer:
|
||||
linkNotFound: Link '{}' not found
|
||||
linkInvalid: Link '{}' is invalid.
|
||||
FolderSelectionDialog:
|
||||
title: Select a Folder
|
||||
FolderTreeView:
|
||||
notesCount: "{} Notes"
|
||||
rootFolder: 루트 폴더
|
||||
ignoredFiles:
|
||||
dot: 로 시작합니다.
|
||||
ext: .md 또는 .txt로 끝나지 않음
|
||||
drawer:
|
||||
setup: Git 호스트 설정
|
||||
pro: 프로 버전 잠금 해제
|
||||
all: 모든 노트
|
||||
folders: 폴더
|
||||
fs: 파일 시스템
|
||||
tags: 태그
|
||||
share: 앱 공유
|
||||
rate: 평가
|
||||
feedback: 피드백
|
||||
bug: 버그 신고
|
||||
graph: Graph View
|
||||
remote: No Git Host
|
||||
addRepo: Add Repository
|
||||
login: Login
|
||||
history: History
|
||||
setup:
|
||||
autoConfigure:
|
||||
title: 어떻게 하시겠습니까?
|
||||
automatic: 자동 설정
|
||||
manual: 수동으로 할게요
|
||||
autoconfigure:
|
||||
step1: 1. 기존 리포를 나열하거나 새 리포를 만듭니다.
|
||||
step2: 2.이 장치에서 SSH 키 생성
|
||||
step3: 3. 리포에 대한 쓰기 권한이있는 배포 키로 키를 추가합니다.
|
||||
warning: 이를 위해서는 모든 개인 및 공용 리포에 대한 GitJournal 액세스 권한을 부여해야합니다. 그게 마음에 들지 않으면 돌아가서 수동 설정 옵션을 선택하십시오.
|
||||
authorize: GitJournal 승인
|
||||
waitPerm: 권한 대기 중 ...
|
||||
readUser: 사용자 정보 읽기
|
||||
repoSelector:
|
||||
title: 리포 선택 또는 생성
|
||||
hint: 리포를 검색하거나 생성하려면 입력하세요.
|
||||
create: 리포 생성 {}
|
||||
loading: Loading
|
||||
cloneUrl:
|
||||
enter: Git 클론 URL 입력
|
||||
validator:
|
||||
empty: 텍스트를 입력하십시오
|
||||
invalid: 잘못된 입력
|
||||
onlySsh: 현재 SSH URL 만 허용됩니다.
|
||||
manual:
|
||||
title: 새 git 리포를 만드세요-
|
||||
step1: 1. 웹 사이트로 이동하여 리포지토리를 만들고 git clone URL을 복사합니다.
|
||||
step2: 2. Git 복제 URL 입력
|
||||
button: Create New Repo 웹 페이지 열기
|
||||
next: 다음
|
||||
fail: 실패한
|
||||
keyEditors:
|
||||
public: 잘못된 공개 키-ssh-rsa로 시작하지 않습니다.
|
||||
private: 잘못된 개인 키
|
||||
load: Load from File
|
||||
sshKey:
|
||||
generate: SSH 키 생성
|
||||
title: 이 리포에 액세스하려면이 공개 키를 배포 키로 복사해야합니다.
|
||||
step1: 1. 키 복사
|
||||
step2a: 2. 웹 페이지를 열고 배포 키를 붙여 넣습니다. 쓰기 권한이 부여되었는지 확인하십시오.
|
||||
step2b: 2.이 SSH 키 액세스를 git repo에 부여하십시오. (직접 알아 내야합니다)
|
||||
step3: 3. 복제 시도 ..
|
||||
copy: 키 복사
|
||||
copied: 클립 보드에 복사 된 공개 키
|
||||
regenerate: 키 재생성
|
||||
openDeploy: 배포 키 웹 페이지 열기
|
||||
clone: 리포 복제
|
||||
addDeploy: 배포 키로 추가
|
||||
save: Save
|
||||
sshKeyChoice:
|
||||
title: 인증하려면 SSH 키가 필요합니다.
|
||||
generate: 새 키 생성
|
||||
custom: 사용자 지정 SSH 키 제공
|
||||
sshKeyUserProvided:
|
||||
public: 공개 키-
|
||||
private: 개인 키-
|
||||
password: Private Key Password
|
||||
cloning: 복제 ...
|
||||
host:
|
||||
title: Git 호스팅 제공 업체 선택-
|
||||
custom: 커스텀
|
||||
feature:
|
||||
darkMode: 다크 모드
|
||||
rawEditor: 원시 편집기
|
||||
folderSupport: 폴더 지원
|
||||
fileNameCustomize: 노트 파일 이름 사용자 지정
|
||||
noteMetaDataCustomize:
|
||||
title: 노트 메타 데이터 사용자 지정
|
||||
subtitle: GitJournal을 정적 웹 사이트 생성기와 함께 사용할 수 있습니다.
|
||||
autoMergeConflicts: 자동화 병합 충돌 해결
|
||||
noteSorting: 가능한 노트 정렬
|
||||
gitPushFreq: 구성 가능한 Git 동기화 빈도
|
||||
checklistEditor: 체크리스트 편집기
|
||||
journalEditor: 저널 편집자
|
||||
diffViews: 다양한 폴더보기-저널, 그리드, 표준
|
||||
imageSupport: 이미지 지원
|
||||
tags: 참고 태그
|
||||
appShortcuts: 앱 바로 가기
|
||||
createRepo: 앱 내에서 사용자 지정 리포를 만들기
|
||||
backlinks: 참고 백 링크 지원
|
||||
txtFiles: Txt 파일 지원
|
||||
wikiLinks: 위키 스타일 링크 지원
|
||||
metaDataTitle: 제목 메타 데이터 사용자 지정
|
||||
journalEditorDefaultFolder: 저널 편집 기용 기본 폴더 사용자 지정
|
||||
yamlModifiedKey: YAML 수정 키 사용자 지정
|
||||
yamlCreatedKey: YAML 생성 키 사용자 지정
|
||||
yamlTagsKey: YAML 태그 키 사용자 지정
|
||||
disableYamlHeader: YAML 메타 데이터 헤더 비활성화
|
||||
customizeHomeScreen: 홈 화면 사용자 지정
|
||||
zenMode: 젠 쓰기 모드
|
||||
emojiSupport:
|
||||
title: 이모티콘 지원
|
||||
subtitle: "변환 : heart : to ❤️"
|
||||
allNotesView: "\"모든 노트\"를 표시하는 화면 추가"
|
||||
basicSearch: 기본 검색
|
||||
customSSHKeys: 자신의 SSH 키 제공
|
||||
customMetaData: 새 노트에 사용자 지정 메타 데이터 추가
|
||||
graphVisualization: 그래프 시각화
|
||||
mutliRepos: 여러 Git 리포
|
||||
customThemes: 맞춤 테마
|
||||
gitLog: Git 기록을 통해보기 및 검색
|
||||
latex: 라텍스 지원
|
||||
mermaid: 머메이드 다이어그램 지원
|
||||
encryptedHosting: 암호화 된 Git 호스팅
|
||||
desktop: 데스크탑 앱
|
||||
markdownToolbar: 마크 다운 도구 모음
|
||||
localization:
|
||||
title: 현지화
|
||||
subtitle: GitJournal이 번역되도록 허용
|
||||
inlineTags: 인라인 태그
|
||||
singleJournalEntry: Single Journal Entry File per day
|
||||
configureBottomMenuBar: Configure the Bottom Menu Bar
|
||||
customFileNamePerEditor: Custom FileName per Editor
|
||||
branchSelection: Git Branch Selection
|
||||
inlineLatex: Inline Katex Support in Markdown
|
||||
feature_timeline:
|
||||
title: 기능 타임 라인
|
||||
progress: 진행 중
|
||||
plan: 계획
|
||||
issues: GitJournal's development is tracked on Github. Please consider voting on the issues you consider important.
|
||||
purchase_screen:
|
||||
title: 프로 버전
|
||||
desc: 'GitJournal은 완전히 오픈 소스이며 상당한 개발 작업의 결과입니다. 벤처 캐피탈이나 기업의 지원이 없으며 결코 그렇게하지 않을 것입니다. 귀하의 지원은 개발을 직접적으로 유지합니다. GitJournal은 "원하는만큼 지불하는 모델 (최소한)"로 작동합니다.'
|
||||
restore: 구매 복원
|
||||
oneTime:
|
||||
title: 일회성 구매
|
||||
desc: 현재 GitJournal에있는 모든 Pro 기능과 다음 12 개월에 추가 된 새로운 기능을 영구적으로 활성화합니다.
|
||||
monthly:
|
||||
title: 월간 구독
|
||||
desc: 모든 Pro 기능을 활성화합니다. 12 개월 후 또는 {minYearlyPurchase} 결제 후 '일회성 구매'의 모든 혜택을 받게됩니다.
|
||||
thanks:
|
||||
title: Thank You
|
||||
subtitle: You're awesome for supporting GitJournal
|
||||
expired: Subscription Expired on {}
|
||||
unknown: Unknown
|
||||
OnBoarding:
|
||||
Skip: Skip
|
||||
Next: Next
|
||||
getStarted: Get Started
|
||||
subtitle: "An Open Source Note Taking App built on top of Git"
|
||||
page2: "Your Notes are stored in a standard Markdown + YAML Header format"
|
||||
page3: "Sync your Local Git Repo with any provider"
|
||||
beta: BETA
|
||||
none: None
|
@ -1,599 +0,0 @@
|
||||
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
|
||||
#
|
||||
# SPDX-License-Identifier: CC-BY-4.0
|
||||
settings:
|
||||
ok: Ok
|
||||
cancel: Anuluj
|
||||
title: Opcje
|
||||
author:
|
||||
label: Imię i nazwisko
|
||||
validator: Podaj imię
|
||||
email:
|
||||
label: Email
|
||||
validator:
|
||||
empty: Proszę wpisz email
|
||||
invalid: Proszę podaj poprawny email
|
||||
display:
|
||||
title: Opcje wyświetlania
|
||||
homeScreen: Ekran główny
|
||||
theme: Motyw
|
||||
images:
|
||||
title: Image Settings
|
||||
subtitle: Configure how images are displayed
|
||||
imageTextType:
|
||||
alt: Alt Text
|
||||
altAndTooltip: Alt Text and Tooltip
|
||||
tooltip: Tooltip
|
||||
none: None
|
||||
captions:
|
||||
title: Image Captions
|
||||
subtitle: Configure the image captions
|
||||
useAsCaption: Use as caption
|
||||
overlayCaption: Draw caption on top of large enough images
|
||||
transparentCaption: Overlay captions have a semitransparent background
|
||||
blurBehindCaption: Blur Image behind caption
|
||||
tooltipFirst:
|
||||
title: Show tooltip before alt text
|
||||
tooltip: Current order is “<tooltip> - <altText>”
|
||||
altText: Current order is “<altText> - <tooltip>”
|
||||
captionOverrides: Caption Overrides
|
||||
tagDescription: Put these tags in “” to override the behavior for it.
|
||||
doNotCaptionTags:
|
||||
hint: DoNotCaption-Tags
|
||||
label: Never use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoCaption-Tag”.
|
||||
doCaptionTags:
|
||||
hint: DoCaption-Tags
|
||||
label: Always use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotCaption-Tag”.
|
||||
detailsView:
|
||||
header: Detail View
|
||||
maxZoom: Maximal zoom level
|
||||
rotateGestures:
|
||||
title: Rotate Image with gestures
|
||||
subtitle: Rotate by moving two fingers in a circle
|
||||
theming:
|
||||
title: Image Theming
|
||||
subtitle: Configure how images are themed
|
||||
adjustColors:
|
||||
all: All
|
||||
blackAndWhite: Only black and white
|
||||
grays: Only grays
|
||||
doNotThemeTags:
|
||||
hint: DoNotTheme-Tags
|
||||
label: Never theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoTheme-Tag”.
|
||||
doThemeTags:
|
||||
hint: DoTheme-Tag
|
||||
label: Always theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotTheme-Tag”.
|
||||
matchCanvasColor:
|
||||
title: Match Background Color
|
||||
subtitle: Replaces white/black parts of vector graphics with the canvas color
|
||||
tagDescription: Put these tags in “” to override the behavior for the image.
|
||||
themeOverrides: Theme Overrides
|
||||
themeOverrideTagLocation: Theme Override Tag Location
|
||||
themeRasterGraphics: Theme Raster Graphics (.png/.jpg)
|
||||
themeSvgWithBackground: Theme SVGs With Background
|
||||
themeVectorGraphics:
|
||||
title: Theme Vector Graphics
|
||||
filter: Using Color Filter
|
||||
'off': false
|
||||
'on': true
|
||||
vectorGraphics: Vector Graphics (.svg)
|
||||
vectorGraphicsAdjustColors: Colors to Adjust
|
||||
lang: Language
|
||||
gitAuthor: Ustawienia autora dla Git
|
||||
versionInfo: Informacja o wersji
|
||||
analytics: Analityka
|
||||
crashReports: Zbieraj anonimowe raporty awarii
|
||||
usageStats: Zbieraj anonimowe statystyki używania
|
||||
debug:
|
||||
title: Debuguj aplikację
|
||||
subtitle: Zerknij pod maskę
|
||||
levels:
|
||||
title: Wybierz poziom
|
||||
error: Error
|
||||
warning: warning
|
||||
info: Info
|
||||
debug: Debug
|
||||
verbose: Verbose
|
||||
copy: Debug Logs Copied
|
||||
images:
|
||||
title: Ustawienia obrazów
|
||||
subtitle: Skonfiguruj jak przechowywane są obrazy
|
||||
imageLocation: Położenie obrazów
|
||||
currentFolder: W tym samym folderze co notatki
|
||||
customFolder: Wybrany folder
|
||||
gitRemote:
|
||||
changeHost:
|
||||
title: Zmienić host Git?
|
||||
subtitle: Notatki, które nie są jeszcze zsynchronizowane zostaną utracone
|
||||
ok: Ok
|
||||
cancel: Anuluj
|
||||
title: Opcje Git Remote
|
||||
subtitle: Skonfiguruj, gdzie są synchronizowane Twoje notatki
|
||||
host: Git Host
|
||||
branch: Branch
|
||||
resetHard:
|
||||
title: Reset Git Host
|
||||
subtitle: This will HARD reset the current branch to its remote
|
||||
noteMetaData:
|
||||
title: Opcje metadanych notatek
|
||||
subtitle: Skonfiguruj jak przechowywane są metadane notatek
|
||||
text: Każda notatk ma metadane, które są przechowywane w nagłówku YAML, takie jak -
|
||||
enableHeader: Włącz nagłówek YAML
|
||||
modified: Pole - Modified
|
||||
created: Pole - Created
|
||||
tags: Pole - Tags
|
||||
example:
|
||||
title: Przykładowy tytuł
|
||||
titleMetaData:
|
||||
title: Tytuł
|
||||
fromH1: Tekst nagłówka 1
|
||||
fromYaml: Z pola YAML 'title'
|
||||
filename: NazwaPliku
|
||||
exampleTitle: Gołąb
|
||||
exampleBody: Myślę, że one mogą być złe. Nawet bardziej złe niż pingwiny.
|
||||
exampleTag1: Ptaki
|
||||
exampleTag2: Zło
|
||||
customMetaData:
|
||||
title: Konfigurowalne metadane
|
||||
invalid: Błędny YAML
|
||||
output: Output
|
||||
input: Input
|
||||
editorType: Editor Type Field
|
||||
privacy: Polityka prywatności
|
||||
terms: Reulamin
|
||||
experimental:
|
||||
title: Funkcjonalności eksperymentalne
|
||||
subtitle: Wypróbuj funkcjonalności będące w trakcie rozwoju
|
||||
markdownToolbar: Pokazuj pasek narzędzi Markdown w edytorze
|
||||
graphView: Widok grafu
|
||||
accounts: Platform Independent Accounts
|
||||
includeSubfolders: Include Subfolders
|
||||
experimentalGitOps: Dart-only Git implementation
|
||||
merge: Dart-only merge implementation
|
||||
autoCompleteTags: Tags Auto Completion
|
||||
history: History View
|
||||
editors:
|
||||
title: opcje edytora
|
||||
subtitle: Skonfiguruj jak działają poszczególne edytory
|
||||
defaultEditor: Domyślny edytor
|
||||
defaultState: Domyślny stan
|
||||
markdownEditor: Edytor Markdown
|
||||
journalEditor: Edytor dziennika
|
||||
defaultFolder: Domyślny katalog
|
||||
checklistEditor: Edytor listy
|
||||
rawEditor: Edytor źródłowy
|
||||
choose: Wybierz edytor
|
||||
orgEditor: Org Editor
|
||||
defaultNoteFormat: Default Note Format
|
||||
journalDefaultFolderSelect: Creating a Note in '{}'
|
||||
sortingField:
|
||||
modified: Ostatnia modyfikacja
|
||||
created: Data utworzenia
|
||||
filename: Nazwa pliku
|
||||
title: Tytuł
|
||||
sortingOrder:
|
||||
asc: Rosnąco
|
||||
desc: Malejąco
|
||||
sortingMode:
|
||||
field: Pole
|
||||
order: Kolejność
|
||||
remoteSync:
|
||||
auto: Automatycznie
|
||||
manual: Ręcznie
|
||||
tags:
|
||||
title: Opcje tagów
|
||||
subtitle: Skonfiguruj jak interpretowane są tagi wewnątrz tekstu
|
||||
enable: Interperetuj tagi wewnątrz tekstu
|
||||
prefixes: Prefixy tagów wewnątrz tekstu
|
||||
misc:
|
||||
title: Różne opcje
|
||||
swipe: Przesuń, aby wykasować notatkę
|
||||
listView: Widok listy
|
||||
confirmDelete: Pokazuj okno potwierdzenia kasowania pliku
|
||||
hardWrap: Enable hardWrap
|
||||
emoji: Emojify text
|
||||
NoteFileNameFormat:
|
||||
iso8601WithTimeZone: ISO8601 ze strefą czasową
|
||||
iso8601: ISO8601
|
||||
iso8601WithoutColon: ISO8601 bez dwukropków
|
||||
title: Tytuł
|
||||
uuid: Uuid V4
|
||||
zettelkasten: yyyymmddhhmmss
|
||||
simple: yyyy-mm-dd-hh-mm-ss
|
||||
dateOnly: yyyy-mm-dd
|
||||
kebabCase: Kebab Case
|
||||
HomeScreen:
|
||||
allNotes: Wszystkie notatki
|
||||
allFolders: Wszystkie katalogi
|
||||
EditorDefaultView:
|
||||
edit: Edycja
|
||||
view: Widok
|
||||
lastUsed: Ostatnio używane
|
||||
theme:
|
||||
light: Jasny
|
||||
dark: Ciemny
|
||||
default: Ustawienia systemu
|
||||
versionCopied: Copied version to clipboard
|
||||
ssh:
|
||||
syncFreq: Częstotliwość odświeżania
|
||||
note:
|
||||
title: Ustawienia notatek
|
||||
defaultFolder: Katalog domyślny dla nowych notatek
|
||||
newNoteFileName: Nazwa nowej notatki
|
||||
storage:
|
||||
title: Miejsce przechowywania
|
||||
fileName: filename
|
||||
external: Przechowuj w zewnętrznym repozytorium
|
||||
icloud: Przechowuj w iCloud
|
||||
repoLocation: Lokalizacja repozytorium
|
||||
notWritable: "{} is not writable"
|
||||
failedExternal: Unable to get External Storage Directory
|
||||
permissionFailed: External Storage Permission Failed
|
||||
drawer:
|
||||
title: Ustawienia paska bocznego
|
||||
bottomMenuBar:
|
||||
title: Dolny pasek menu
|
||||
subtitle: Skonfiguruj jego wygląd i zachowanie
|
||||
enable: Włącz dolny pasek menu
|
||||
deleteRepo: Usuń Repozytorium
|
||||
fileFormat:
|
||||
markdown: Markdown
|
||||
txt: Txt
|
||||
orgMode: Org Mode
|
||||
fileTypes:
|
||||
title: Note File Types
|
||||
subtitle: Configure what files are considered Notes
|
||||
numFiles:
|
||||
one: "{} File"
|
||||
few: ""
|
||||
many: ""
|
||||
other: ""
|
||||
noExt: No Extension
|
||||
list:
|
||||
userInterface:
|
||||
title: User Interface
|
||||
subtitle: Theme, Language, Home, Bottom Bar, Rendering
|
||||
git:
|
||||
title: Git
|
||||
subtitle: Git Author, Remote, Sync Frequency
|
||||
editor:
|
||||
title: Editor
|
||||
subtitle: Default Editor, Default View
|
||||
storage:
|
||||
title: Storage & File Formats
|
||||
subtitle: Storage, Serialization, Metadata, File Formats
|
||||
analytics:
|
||||
title: Analytics
|
||||
subtitle: It's important that you feel comfortable
|
||||
debug:
|
||||
title: Debug
|
||||
subtitle: Peek inside the inner workings of GitJournal
|
||||
experiments:
|
||||
title: Experiments
|
||||
subtitle: Play around with experimental features
|
||||
project:
|
||||
header: Project
|
||||
docs: Documentation & Support
|
||||
contribute: Contribute
|
||||
about: About
|
||||
license:
|
||||
title: Licenses
|
||||
subtitle: GitJoural uses other great software
|
||||
sshKey:
|
||||
keyType: SSH Key Type
|
||||
rsa: RSA
|
||||
ed25519: Ed25519
|
||||
editors:
|
||||
checklist:
|
||||
add: Dodaj element
|
||||
common:
|
||||
defaultBodyHint: Napisz tutaj
|
||||
defaultTitleHint: Tytuł
|
||||
discard: Odrzuć zmiany
|
||||
share: Share Note
|
||||
takePhoto: Zrób zdjęcie
|
||||
addImage: Dodaj obraz z galerii
|
||||
editFileName: Edytuj nazwę pliku
|
||||
tags: Edytuj znaczniki
|
||||
zen:
|
||||
enable: Włącz tryb Zen
|
||||
disable: Wyłącz tryb Zen
|
||||
saveNoteFailed:
|
||||
title: Nie udało się zapisać notatki
|
||||
message: Przepraszamy, ale nie możemy zapisać tej notatki. Została ona skopiowana do schowka, aby uniknąć utraty danych.
|
||||
defaultFileNameHint: File Name
|
||||
find: Find in note
|
||||
pro: Pro
|
||||
actions:
|
||||
newNote: Nowa notatka
|
||||
newJournal: Nowy wpis do dziennika
|
||||
newChecklist: Nowa lista kontrolna
|
||||
screens:
|
||||
folders:
|
||||
title: Katalogi
|
||||
selected: Katalog wybrany
|
||||
dialog:
|
||||
title: Utwórz nowy katalog
|
||||
create: Utwórz
|
||||
discard: Odrzuć
|
||||
errorDialog:
|
||||
title: Error
|
||||
deleteContent: Nie można usunąć katalogu, który zawiera notatki
|
||||
renameContent: Nie można zmienić nazwy katalogu głównego
|
||||
ok: Ok
|
||||
actions:
|
||||
rename: Zmień nazwę katalogu
|
||||
subFolder: Utwórz podkatalog
|
||||
delete: Usuń katalog
|
||||
decoration: Nazwa katalogu
|
||||
empty: Proszę wpisać nazwę
|
||||
tags:
|
||||
title: Tagi
|
||||
empty: Nie znaleziono żadnych tagów
|
||||
filesystem:
|
||||
ignoredFile:
|
||||
title: Plik zignorowany
|
||||
ok: Ok
|
||||
rename: Zmień nazwę
|
||||
rename:
|
||||
decoration: Nazwa pliku
|
||||
title: Zmień nazwę
|
||||
folder_view:
|
||||
empty: Dodajmy jakieś notatki?
|
||||
home:
|
||||
allNotes: Wszystkie notatki
|
||||
cacheLoading:
|
||||
text: Reading Git History ...
|
||||
error:
|
||||
title: Error
|
||||
message: The repo couldn't be opened. Please file a bug and recreate the repo.
|
||||
widgets:
|
||||
rename:
|
||||
'yes': Zmień nazwę
|
||||
'no': Anuluj
|
||||
validator:
|
||||
empty: Proszę podaj nazwę
|
||||
exists: Już istnieje
|
||||
contains: Nie może zawierać /
|
||||
noExt: "Warning: Extension missing. Will treat file as plain text"
|
||||
changeExt: "Warning: Changing file type from '{}' to '{}'"
|
||||
backlinks:
|
||||
title:
|
||||
one: "{} odnośnik w notatce do tej notatki"
|
||||
few: "{} odnośników w notatkach do tej notatki"
|
||||
many: "{} odnośników w notatkach do tej notatki"
|
||||
other: "{} odnośniki w notatkach do tej notatki"
|
||||
SortingOrderSelector:
|
||||
title: Kryteria sortowania
|
||||
PurchaseButton:
|
||||
text: Purchase for {price}
|
||||
fail: Failed to Load
|
||||
failSend: Failed to send purchase request
|
||||
failPurchase: Failed to Purchase - {}
|
||||
FolderView:
|
||||
syncError: Błąd synchronizacji {}
|
||||
headerOptions:
|
||||
heading: Opcje nagłówka
|
||||
auto: Automatycznei generowany tytuł
|
||||
titleFileName: Tytuł albo nazwa oliku
|
||||
fileName: NazwaPliku
|
||||
summary: Pokaż podsumowanie
|
||||
customize: Dostosuj widok
|
||||
views:
|
||||
standard: Widok standardowy
|
||||
journal: Widok dziennika
|
||||
grid: Widok siatki
|
||||
card: Widok kart
|
||||
select: Wybierz widok
|
||||
calendar: Calendar View
|
||||
sortingOptions: Opcje sortowania
|
||||
viewOptions: Opcje widoku
|
||||
noteDeleted: Nie wykasowany
|
||||
undo: Cofnij
|
||||
searchFailed: Nie znaleziono
|
||||
actions:
|
||||
moveToFolder: Move To Folder
|
||||
pinned: Pinned
|
||||
others: Others
|
||||
imageRenderer:
|
||||
caption: "{first} - {second}"
|
||||
httpError: "Code: {status} for {url}"
|
||||
NoteDeleteDialog:
|
||||
title:
|
||||
one: Chcesz wykasować tę notatkę?
|
||||
few: ""
|
||||
many: ""
|
||||
other: ""
|
||||
'yes': Tak
|
||||
'no': Nie
|
||||
NoteEditor:
|
||||
renameFile: Zmień nazwę pliku
|
||||
fileName: Nazwa pliku
|
||||
addType: Adding '{}' to supported file types
|
||||
SyncButton:
|
||||
error: Błąd synchronizacji {}
|
||||
PurchaseWidget:
|
||||
failed: Purchase Failed
|
||||
NoteViewer:
|
||||
linkNotFound: Link '{}' nie znaleziony
|
||||
linkInvalid: Link '{}' jest błędny.
|
||||
FolderSelectionDialog:
|
||||
title: Wybierz katalog
|
||||
FolderTreeView:
|
||||
notesCount: "{} Notes"
|
||||
rootFolder: Katalog główny
|
||||
ignoredFiles:
|
||||
dot: Rozpoczynające się .
|
||||
ext: Nie kończące się na -
|
||||
drawer:
|
||||
setup: Konfiguracja hosta Git
|
||||
pro: Odblokuj wersję Pro
|
||||
all: Wszystkie notatki
|
||||
folders: Katalogi
|
||||
fs: System plików
|
||||
tags: Tagi
|
||||
share: Udostępnij aplikacje
|
||||
rate: Oceń nas
|
||||
feedback: Informacje zwrotne
|
||||
bug: Zgłoszenie błędu
|
||||
graph: Widok grafu
|
||||
remote: Brak hosta Git
|
||||
addRepo: Dodaj repozytorium
|
||||
login: Login
|
||||
history: History
|
||||
setup:
|
||||
autoConfigure:
|
||||
title: Jak chcesz to zrobić?
|
||||
automatic: Konfiguracja automatyczna
|
||||
manual: Zrobię to ręcznie
|
||||
autoconfigure:
|
||||
step1: 1. Pokaż istniejące repozytoria lub utwórz nowe repozytorium
|
||||
step2: 2. Wygeneruj klucz SSH na tym urządzeniu
|
||||
step3: 3. Dodaj klucz jako klucz z prawem do zapisu w repozytorium
|
||||
warning: Będzie to wymagało przyznania GitJournal dostępu do wszystkich prywatnych i publicznych repozytoriów. Jeśli nie czujesz się z tym dobrze, wróć i wybierz opcję konfiguracji ręcznej.
|
||||
authorize: Autoryzuj GitJournal
|
||||
waitPerm: Oczekiwanie na uprawnienia ...
|
||||
readUser: Czytanie informacji o użytkowniku
|
||||
repoSelector:
|
||||
title: Wybierz lub utwórz repozytorium
|
||||
hint: Wpisz, aby wyszukać lub utworzyć repozytorium
|
||||
create: Utwórz prywatne repozytorium {}
|
||||
loading: Loading
|
||||
cloneUrl:
|
||||
enter: Wprowadź adres URL Git Clone
|
||||
validator:
|
||||
empty: Proszę wprowadzić tekst
|
||||
invalid: Nieprawidłowe dane wejściowe
|
||||
onlySsh: Obecnie akceptowane są tylko adresy URL SSH
|
||||
manual:
|
||||
title: Utwórz nowe repozytorium git -
|
||||
step1: 1. Wejdź na stronę internetową, utwórz repozytorium i skopiuj jego adres URL klonu git
|
||||
step2: 2. Wprowadź adres URL do klonowania Git
|
||||
button: Otwórz "Utwórz nową stronę internetową repozytorium"
|
||||
next: Kolejny
|
||||
fail: Niepowodzenie
|
||||
keyEditors:
|
||||
public: Nieprawidłowy klucz publiczny - Nie zaczyna się od ssh-rsa
|
||||
private: Nieprawidłowy klucz prywatny
|
||||
load: Załaduj z pliku
|
||||
sshKey:
|
||||
generate: Generowanie klucza SSH
|
||||
title: Aby uzyskać dostęp do tego repozytorium, ten klucz publiczny musi zostać skopiowany jako klucz do zapisu
|
||||
step1: 1. Skopiuj klucz
|
||||
step2a: 2. Otwórz stronę internetową i wklej klucz. Upewnij się, że ma on dostęp do zapisu.
|
||||
step2b: 2. Daj temu kluczowi SSH dostęp do repozytorium git. (Musisz sam to rozgryźć)
|
||||
step3: 3. Spróbuj klonować ...
|
||||
copy: Kopiuj klucz
|
||||
copied: Klucz publiczny skopiowany do schowka
|
||||
regenerate: Wygeneruj klucz ponownie
|
||||
openDeploy: Otwórz stronę sieci Web klucza
|
||||
clone: Klonuj repozytorium
|
||||
addDeploy: Dodawanie jako klucza do zapisu
|
||||
save: Zapisać
|
||||
sshKeyChoice:
|
||||
title: Potrzebujemy kluczy SSH do uwierzytelnienia -
|
||||
generate: Generuj nowe klucze
|
||||
custom: Podaj niestandardowe klucze SSH
|
||||
sshKeyUserProvided:
|
||||
public: Klucz publiczny -
|
||||
private: Prywatny klucz -
|
||||
password: Hasło
|
||||
cloning: Klonowanie ...
|
||||
host:
|
||||
title: Wybierz dostawcę hostingu Git -
|
||||
custom: Zwyczaj
|
||||
feature:
|
||||
darkMode: Tryb ciemny
|
||||
rawEditor: Editor Raw
|
||||
folderSupport: Obsługa katalogów
|
||||
fileNameCustomize: Dostosuj nazwę pliku notatki
|
||||
noteMetaDataCustomize:
|
||||
title: Dostosuj metadane notatki
|
||||
subtitle: Umożliwia używanie GitJournal ze statycznymi generatorami witryn internetowych
|
||||
autoMergeConflicts: Automatyzacja rozwiązywania konfliktów scalania
|
||||
noteSorting: Konfigurowalne sortowanie notatek
|
||||
gitPushFreq: Konfigurowalna częstotliwość synchronizacji Git
|
||||
checklistEditor: Edytor listy kontrolnej
|
||||
journalEditor: Edytor dziennika
|
||||
diffViews: Różne widoki katalogów - dziennik, siatka, standard
|
||||
imageSupport: Wsparcie obrazu
|
||||
tags: Tagi notatek
|
||||
appShortcuts: Skróty do aplikacji
|
||||
createRepo: Twórz niestandardowe repozytoria z poziomu aplikacji
|
||||
backlinks: Uwaga Wsparcie dla linków zwrotnych
|
||||
txtFiles: Obsługa plików TXT
|
||||
wikiLinks: Obsługa łączy w stylu Wiki
|
||||
metaDataTitle: Dostosuj metadane tytułu
|
||||
journalEditorDefaultFolder: Dostosuj domyślny katalog dla edytora dziennika
|
||||
yamlModifiedKey: Dostosuj zmodyfikowany klucz YAML
|
||||
yamlCreatedKey: Dostosuj klucz utworzony przez YAML
|
||||
yamlTagsKey: Dostosuj klucz znaczników YAML
|
||||
disableYamlHeader: Wyłącz nagłówek metadanych YAML
|
||||
customizeHomeScreen: Dostosuj ekran główny
|
||||
zenMode: Tryb pisania Zen
|
||||
emojiSupport:
|
||||
title: Wsparcie Emoji
|
||||
subtitle: "Konwertuj: serce: na ❤️"
|
||||
allNotesView: Dodaj ekran, aby pokazać „Wszystkie notatki”
|
||||
basicSearch: Podstawowe szukanie
|
||||
customSSHKeys: Podaj własne klucze SSH
|
||||
customMetaData: Dodaj niestandardowe metadane do nowych notatek
|
||||
graphVisualization: Wizualizacja wykresów
|
||||
mutliRepos: Wiele repozytoriów Git
|
||||
customThemes: Motywy niestandardowe
|
||||
gitLog: Przeglądaj i przeszukuj historię Git
|
||||
latex: Wsparcie lateksowe
|
||||
mermaid: Obsługa diagramów syren
|
||||
encryptedHosting: Zaszyfrowany hosting Git
|
||||
desktop: Aplikacja na komputer
|
||||
markdownToolbar: Pasek narzędzi Markdown
|
||||
localization:
|
||||
title: Lokalizacja
|
||||
subtitle: Zezwól na tłumaczenie GitJournal
|
||||
inlineTags: Tagi wbudowane
|
||||
singleJournalEntry: Pojedynczy plik zapisów księgowych dziennie
|
||||
configureBottomMenuBar: Skonfiguruj dolny pasek menu
|
||||
customFileNamePerEditor: Niestandardowa nazwa pliku na edytora
|
||||
branchSelection: Git Branch Selection
|
||||
inlineLatex: Inline Katex Support in Markdown
|
||||
feature_timeline:
|
||||
title: Oś czasu funkcji
|
||||
progress: W trakcie
|
||||
plan: Zaplanowany
|
||||
issues: Rozwój GitJournal jest prowadzony na Github. Rozważ głosowanie w sprawach, które uważasz za ważne.
|
||||
purchase_screen:
|
||||
title: Wersja Pro
|
||||
desc: '„GitJournal jest całkowicie open source i jest wynikiem znacznych prac rozwojowych. Nie ma wsparcia zewnętrznego kapitału ani korporacji i nigdy nie będzie miał. Twoje wsparcie bezpośrednio podtrzymuje rozwój.'
|
||||
restore: Restore Purchase
|
||||
oneTime:
|
||||
title: One Time Purchase
|
||||
desc: Permanently enables all Pro features currently in GitJournal and new features added in the following 12 months.
|
||||
monthly:
|
||||
title: Monthly Installments
|
||||
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
|
||||
expired: Subscription Expired on {}
|
||||
unknown: Unknown
|
||||
OnBoarding:
|
||||
Skip: Pomiń
|
||||
Next: Dalej
|
||||
getStarted: Zacznijmy
|
||||
subtitle: "Otwartoźródłowa aplikacja do notatek oparta o Git"
|
||||
page2: "Twoje notatki są przechowywane w plikach markdown z nagłówkami YAML"
|
||||
page3: "Synchronizuj swoje repozytorium git z dowolnym usługodawcą"
|
||||
beta: BETA
|
||||
none: None
|
@ -1,593 +0,0 @@
|
||||
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
|
||||
#
|
||||
# SPDX-License-Identifier: CC-BY-4.0
|
||||
settings:
|
||||
ok: Ok
|
||||
cancel: Cancelar
|
||||
title: Configurações
|
||||
author:
|
||||
label: Nome Completo
|
||||
validator: Por favor, insira um nome
|
||||
email:
|
||||
label: Email
|
||||
validator:
|
||||
empty: Por favor, insira um email
|
||||
invalid: Por favor, insira um email válido
|
||||
display:
|
||||
title: Configurações de Tela
|
||||
homeScreen: Tela Inicial
|
||||
theme: Theme
|
||||
images:
|
||||
title: Image Settings
|
||||
subtitle: Configure how images are displayed
|
||||
imageTextType:
|
||||
alt: Alt Text
|
||||
altAndTooltip: Alt Text and Tooltip
|
||||
tooltip: Tooltip
|
||||
none: None
|
||||
captions:
|
||||
title: Image Captions
|
||||
subtitle: Configure the image captions
|
||||
useAsCaption: Use as caption
|
||||
overlayCaption: Draw caption on top of large enough images
|
||||
transparentCaption: Overlay captions have a semitransparent background
|
||||
blurBehindCaption: Blur Image behind caption
|
||||
tooltipFirst:
|
||||
title: Show tooltip before alt text
|
||||
tooltip: Current order is “<tooltip> - <altText>”
|
||||
altText: Current order is “<altText> - <tooltip>”
|
||||
captionOverrides: Caption Overrides
|
||||
tagDescription: Put these tags in “” to override the behavior for it.
|
||||
doNotCaptionTags:
|
||||
hint: DoNotCaption-Tags
|
||||
label: Never use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoCaption-Tag”.
|
||||
doCaptionTags:
|
||||
hint: DoCaption-Tags
|
||||
label: Always use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotCaption-Tag”.
|
||||
detailsView:
|
||||
header: Detail View
|
||||
maxZoom: Maximal zoom level
|
||||
rotateGestures:
|
||||
title: Rotate Image with gestures
|
||||
subtitle: Rotate by moving two fingers in a circle
|
||||
theming:
|
||||
title: Image Theming
|
||||
subtitle: Configure how images are themed
|
||||
adjustColors:
|
||||
all: All
|
||||
blackAndWhite: Only black and white
|
||||
grays: Only grays
|
||||
doNotThemeTags:
|
||||
hint: DoNotTheme-Tags
|
||||
label: Never theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoTheme-Tag”.
|
||||
doThemeTags:
|
||||
hint: DoTheme-Tag
|
||||
label: Always theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotTheme-Tag”.
|
||||
matchCanvasColor:
|
||||
title: Match Background Color
|
||||
subtitle: Replaces white/black parts of vector graphics with the canvas color
|
||||
tagDescription: Put these tags in “” to override the behavior for the image.
|
||||
themeOverrides: Theme Overrides
|
||||
themeOverrideTagLocation: Theme Override Tag Location
|
||||
themeRasterGraphics: Theme Raster Graphics (.png/.jpg)
|
||||
themeSvgWithBackground: Theme SVGs With Background
|
||||
themeVectorGraphics:
|
||||
title: Theme Vector Graphics
|
||||
filter: Using Color Filter
|
||||
'off': false
|
||||
'on': true
|
||||
vectorGraphics: Vector Graphics (.svg)
|
||||
vectorGraphicsAdjustColors: Colors to Adjust
|
||||
lang: Language
|
||||
gitAuthor: Configurações de Autor do Git
|
||||
versionInfo: Informação de Versão
|
||||
analytics: Análises
|
||||
crashReports: Coletar Relatórios de Falhas Anônimos
|
||||
usageStats: "Coletar Estatísticas de Uso \nAnônimas"
|
||||
debug:
|
||||
title: App Debug
|
||||
subtitle: Olhar debaixo dos panos
|
||||
levels:
|
||||
title: Select Level
|
||||
error: Erro
|
||||
warning: aviso
|
||||
info: Info
|
||||
debug: Debug
|
||||
verbose: Verbose
|
||||
copy: Debug Logs Copied
|
||||
images:
|
||||
title: Configurações de Imagem
|
||||
subtitle: Configurar como as Imagens são armazenadas
|
||||
imageLocation: Local da Imagem
|
||||
currentFolder: Mesma Pasta da Nota
|
||||
customFolder: Pasta Personalizada
|
||||
gitRemote:
|
||||
changeHost:
|
||||
title: Reconfigurar Git Host?
|
||||
subtitle: Notas que não foram sincronizadas serão perdidas
|
||||
ok: OK
|
||||
cancel: Cancelar
|
||||
title: Configurações Remotas do Git
|
||||
subtitle: Configurar onde suas notas são sincronizadas
|
||||
host: Git Host
|
||||
branch: Branch
|
||||
resetHard:
|
||||
title: Reset Git Host
|
||||
subtitle: This will HARD reset the current branch to its remote
|
||||
noteMetaData:
|
||||
title: Configurações de Metadados da Nota
|
||||
subtitle: Configurar como os Metadados da Nota são salvos
|
||||
text: "Toda nota tem algum metadado que é salvo em um Cabeçalho YAML como a seguir - "
|
||||
enableHeader: Habilitar Cabeçalho YAML
|
||||
modified: Campo Modificado
|
||||
created: Campo Criado
|
||||
tags: Campo de Tags
|
||||
example:
|
||||
title: Título Exemplo
|
||||
titleMetaData:
|
||||
title: Título
|
||||
fromH1: Cabeçalho do Texto 1
|
||||
fromYaml: Do 'título' do YAML
|
||||
filename: FileName
|
||||
exampleTitle: Pombos
|
||||
exampleBody: Eu acho que eles podem ser maus. Ainda mais malvados que os penguins.
|
||||
exampleTag1: Pássaros
|
||||
exampleTag2: Mal
|
||||
customMetaData:
|
||||
title: Metadada Personalizada
|
||||
invalid: YAML Inválido
|
||||
output: Output
|
||||
input: Input
|
||||
editorType: Editor Type Field
|
||||
privacy: Política de Privacidade
|
||||
terms: Termos e Condições
|
||||
experimental:
|
||||
title: Recursos Experimentais
|
||||
subtitle: Testar funcionalidades em Desenvolvimento
|
||||
markdownToolbar: Mostrar Barra de Ferramentas de Markdown no Editor
|
||||
graphView: Graph View
|
||||
accounts: Platform Independent Accounts
|
||||
includeSubfolders: Include Subfolders
|
||||
experimentalGitOps: Dart-only Git implementation
|
||||
merge: Dart-only merge implementation
|
||||
autoCompleteTags: Tags Auto Completion
|
||||
history: History View
|
||||
editors:
|
||||
title: Configurações do Editor
|
||||
subtitle: Configurar quão diferente os editores trabalham
|
||||
defaultEditor: Editor Padrão
|
||||
defaultState: Default State
|
||||
markdownEditor: Editor Markdown
|
||||
journalEditor: Journal Editor
|
||||
defaultFolder: Pasta padrão
|
||||
checklistEditor: Checklist Editor
|
||||
rawEditor: Raw Editor
|
||||
choose: Choose Editor
|
||||
orgEditor: Org Editor
|
||||
defaultNoteFormat: Default Note Format
|
||||
journalDefaultFolderSelect: Creating a Note in '{}'
|
||||
sortingField:
|
||||
modified: Última modificação
|
||||
created: Criado
|
||||
filename: Nome do Arquivo
|
||||
title: Título
|
||||
sortingOrder:
|
||||
asc: Ascendente
|
||||
desc: Descendente
|
||||
sortingMode:
|
||||
field: Campo
|
||||
order: Order
|
||||
remoteSync:
|
||||
auto: Automárico
|
||||
manual: Manual
|
||||
tags:
|
||||
title: Configurações de Tags
|
||||
subtitle: Configure how inline tags are parsed
|
||||
enable: Parse Inline Tags
|
||||
prefixes: Inline Tags Prefixes
|
||||
misc:
|
||||
title: Misc Settings
|
||||
swipe: Deslize para Deletar a Nota
|
||||
listView: List View
|
||||
confirmDelete: Show a Popup to Confirm Deletes
|
||||
hardWrap: Enable hardWrap
|
||||
emoji: Emojify text
|
||||
NoteFileNameFormat:
|
||||
iso8601WithTimeZone: ISO8601 com Fuso Horário
|
||||
iso8601: ISO8601
|
||||
iso8601WithoutColon: ISO8601 sem ponto vírgula
|
||||
title: Título
|
||||
uuid: Uuid V4
|
||||
zettelkasten: aaaammddhhmmss
|
||||
simple: yyyy-mm-dd-hh-mm-ss
|
||||
dateOnly: yyyy-mm-dd
|
||||
kebabCase: Kebab Case
|
||||
HomeScreen:
|
||||
allNotes: Todas as Notas
|
||||
allFolders: Todas as pastas
|
||||
EditorDefaultView:
|
||||
edit: Editar
|
||||
view: View
|
||||
lastUsed: Last Used
|
||||
theme:
|
||||
light: Light Theme
|
||||
dark: Dark Theme
|
||||
default: System Default
|
||||
versionCopied: Copied version to clipboard
|
||||
ssh:
|
||||
syncFreq: Sync Frequency
|
||||
note:
|
||||
title: Note Settings
|
||||
defaultFolder: Default Folder for new notes
|
||||
newNoteFileName: New Note Filename
|
||||
storage:
|
||||
title: Storage
|
||||
fileName: filename
|
||||
external: Store Repo Externally
|
||||
icloud: Store in iCloud
|
||||
repoLocation: Repo Location
|
||||
notWritable: "{} is not writable"
|
||||
failedExternal: Unable to get External Storage Directory
|
||||
permissionFailed: External Storage Permission Failed
|
||||
drawer:
|
||||
title: Sidebar Settings
|
||||
bottomMenuBar:
|
||||
title: Bottom Menu Bar
|
||||
subtitle: Configure its appearance and behavior
|
||||
enable: Enable Bottom Menu Bar
|
||||
deleteRepo: Delete Repository
|
||||
fileFormat:
|
||||
markdown: Markdown
|
||||
txt: Txt
|
||||
orgMode: Org Mode
|
||||
fileTypes:
|
||||
title: Note File Types
|
||||
subtitle: Configure what files are considered Notes
|
||||
numFiles:
|
||||
one: "{} File"
|
||||
other: ""
|
||||
noExt: No Extension
|
||||
list:
|
||||
userInterface:
|
||||
title: User Interface
|
||||
subtitle: Theme, Language, Home, Bottom Bar, Rendering
|
||||
git:
|
||||
title: Git
|
||||
subtitle: Git Author, Remote, Sync Frequency
|
||||
editor:
|
||||
title: Editor
|
||||
subtitle: Default Editor, Default View
|
||||
storage:
|
||||
title: Storage & File Formats
|
||||
subtitle: Storage, Serialization, Metadata, File Formats
|
||||
analytics:
|
||||
title: Analytics
|
||||
subtitle: It's important that you feel comfortable
|
||||
debug:
|
||||
title: Debug
|
||||
subtitle: Peek inside the inner workings of GitJournal
|
||||
experiments:
|
||||
title: Experiments
|
||||
subtitle: Play around with experimental features
|
||||
project:
|
||||
header: Project
|
||||
docs: Documentation & Support
|
||||
contribute: Contribute
|
||||
about: About
|
||||
license:
|
||||
title: Licenses
|
||||
subtitle: GitJoural uses other great software
|
||||
sshKey:
|
||||
keyType: SSH Key Type
|
||||
rsa: RSA
|
||||
ed25519: Ed25519
|
||||
editors:
|
||||
checklist:
|
||||
add: Adicionar Item
|
||||
common:
|
||||
defaultBodyHint: Escreva Aqui
|
||||
defaultTitleHint: Título
|
||||
discard: Descartar Mudanças
|
||||
share: Compartilhar Nota
|
||||
takePhoto: Tirar Foto
|
||||
addImage: Adicionar Imagem da Galeria
|
||||
editFileName: Editar Nome do Arquivo
|
||||
tags: Editar Tags
|
||||
zen:
|
||||
enable: Habilitar Modo Zen
|
||||
disable: Desabilitar Modo Zen
|
||||
saveNoteFailed:
|
||||
title: Falha ao Salvar Nota
|
||||
message: Desculpe, mas não conseguimos salvar a Nota. Ela foi copiada para a Área de Transferencia para evitar perda de dados
|
||||
defaultFileNameHint: File Name
|
||||
find: Find in note
|
||||
pro: Pro
|
||||
actions:
|
||||
newNote: Nova Nota
|
||||
newJournal: New Journal Entry
|
||||
newChecklist: New Checklist
|
||||
screens:
|
||||
folders:
|
||||
title: Pastas
|
||||
selected: Pasta Selecionada
|
||||
dialog:
|
||||
title: Criar nova Pasta
|
||||
create: Criar
|
||||
discard: Descartar
|
||||
errorDialog:
|
||||
title: Erro
|
||||
deleteContent: Não é possível deletar umas Pasta que contenha notas
|
||||
renameContent: Não é possível renomear Pasta Raíz
|
||||
ok: OK
|
||||
actions:
|
||||
rename: Renomear Pasta
|
||||
subFolder: Criar Sub-Pasta
|
||||
delete: Deletar Pasta
|
||||
decoration: Nome da Pasta
|
||||
empty: "Por favor, i\nnsira um nome"
|
||||
tags:
|
||||
title: Tags
|
||||
empty: No Tags Found
|
||||
filesystem:
|
||||
ignoredFile:
|
||||
title: Arquivo Ignorado
|
||||
ok: Ok
|
||||
rename: Renomear
|
||||
rename:
|
||||
decoration: Nome do Arquivo
|
||||
title: Renomear
|
||||
folder_view:
|
||||
empty: Vamos adicionar algumas notas
|
||||
home:
|
||||
allNotes: All Notes
|
||||
cacheLoading:
|
||||
text: Reading Git History ...
|
||||
error:
|
||||
title: Error
|
||||
message: The repo couldn't be opened. Please file a bug and recreate the repo.
|
||||
widgets:
|
||||
rename:
|
||||
'yes': Renomear
|
||||
'no': Cancelar
|
||||
validator:
|
||||
empty: Por favor, insira um nome
|
||||
exists: Já Existe
|
||||
contains: Não pode conter /
|
||||
noExt: "Warning: Extension missing. Will treat file as plain text"
|
||||
changeExt: "Warning: Changing file type from '{}' to '{}'"
|
||||
backlinks:
|
||||
title:
|
||||
one: "{} Note links to this Note"
|
||||
other: ""
|
||||
SortingOrderSelector:
|
||||
title: Sorting Criteria
|
||||
PurchaseButton:
|
||||
text: Comprar por {price}
|
||||
fail: Falha ao Carregar
|
||||
failSend: Failed to send purchase request
|
||||
failPurchase: Failed to Purchase - {}
|
||||
FolderView:
|
||||
syncError: Sync Error {}
|
||||
headerOptions:
|
||||
heading: Opções de Cabeçaho
|
||||
auto: Título Auto Gerado
|
||||
titleFileName: Título ou Nome do Arquivo
|
||||
fileName: Nome do Arquivo
|
||||
summary: Show Summary
|
||||
customize: Customize View
|
||||
views:
|
||||
standard: Standard View
|
||||
journal: Journal View
|
||||
grid: Grid View
|
||||
card: Card View
|
||||
select: Select View
|
||||
calendar: Calendar View
|
||||
sortingOptions: Sorting Options
|
||||
viewOptions: View Options
|
||||
noteDeleted: Note Deleted
|
||||
undo: Undo
|
||||
searchFailed: No Search Results Found
|
||||
actions:
|
||||
moveToFolder: Move To Folder
|
||||
pinned: Pinned
|
||||
others: Others
|
||||
imageRenderer:
|
||||
caption: "{first} - {second}"
|
||||
httpError: "Code: {status} for {url}"
|
||||
NoteDeleteDialog:
|
||||
title:
|
||||
one: Do you want to delete this note?
|
||||
other: ""
|
||||
'yes': true
|
||||
'no': false
|
||||
NoteEditor:
|
||||
renameFile: Rename File
|
||||
fileName: Filename
|
||||
addType: Adding '{}' to supported file types
|
||||
SyncButton:
|
||||
error: Sync Error {}
|
||||
PurchaseWidget:
|
||||
failed: Purchase Failed
|
||||
NoteViewer:
|
||||
linkNotFound: Link '{}' not found
|
||||
linkInvalid: Link '{}' is invalid.
|
||||
FolderSelectionDialog:
|
||||
title: Select a Folder
|
||||
FolderTreeView:
|
||||
notesCount: "{} Notes"
|
||||
rootFolder: Pasta Raíz
|
||||
ignoredFiles:
|
||||
dot: Começa com um .
|
||||
ext: Não terminam com .md ou .txt
|
||||
drawer:
|
||||
setup: Setup Git Host
|
||||
pro: Unlock Pro Version
|
||||
all: Todas as Notas
|
||||
folders: Pastas
|
||||
fs: Sistema de Arquivos
|
||||
tags: Tags
|
||||
share: Compartilhar App
|
||||
rate: Nos Avalie
|
||||
feedback: Feedback
|
||||
bug: Bug Report
|
||||
graph: Graph View
|
||||
remote: No Git Host
|
||||
addRepo: Add Repository
|
||||
login: Login
|
||||
history: History
|
||||
setup:
|
||||
autoConfigure:
|
||||
title: Como você quer fazer isso?
|
||||
automatic: Setup Automatically
|
||||
manual: Deixe-me fazer isto manualmente
|
||||
autoconfigure:
|
||||
step1: Listar seus repositórios existentes ou criar um novo repositório
|
||||
step2: Gerar um Chave SSH nesse dispositivo
|
||||
step3: 3. Add the key as a deploy key with write access to the repository
|
||||
warning: This will require granting GitJournal access to all private and public repos. If you're not comfortable with that please go back and chose the manual setup option.
|
||||
authorize: Autorizar GitJournal
|
||||
waitPerm: Aguardando Permissões...
|
||||
readUser: Reading User Info
|
||||
repoSelector:
|
||||
title: Select or Create a Repository
|
||||
hint: Type to Search or Create a Repo
|
||||
create: Create Private Repo {}
|
||||
loading: Loading
|
||||
cloneUrl:
|
||||
enter: Enter the Git Clone URL
|
||||
validator:
|
||||
empty: Por favor, insira algum texto
|
||||
invalid: Entrada Inválida
|
||||
onlySsh: Apenas urls SSH são aceitas atualmente
|
||||
manual:
|
||||
title: Por favor crie um novo repositório git -
|
||||
step1: 1. Go to the website, create a repo and copy its git clone URL
|
||||
step2: 2. Enter the Git clone URL
|
||||
button: Open Create New Repo Webpage
|
||||
next: Próximo
|
||||
fail: Failed
|
||||
keyEditors:
|
||||
public: Chave Publica Inválida - Não começa com ssh-rsa
|
||||
private: Chave Privada Inválida
|
||||
load: Load from File
|
||||
sshKey:
|
||||
generate: Gerando Chave SSH
|
||||
title: In order to access this repository, this public key must be copied as a deploy key
|
||||
step1: Copiar a chave
|
||||
step2a: 2. Open webpage, and paste the deploy key. Make sure it is given Write Access.
|
||||
step2b: 2. Give this SSH Key access to the git repo. (You need to figure it out yourself)
|
||||
step3: Tentando Clonar...
|
||||
copy: Copiar Chave
|
||||
copied: Chave Publica copiada para a Área de Transferência
|
||||
regenerate: Regenerate Key
|
||||
openDeploy: Open Deploy Key Webpage
|
||||
clone: Clonar Repositório
|
||||
addDeploy: Adding as a Deploy Key
|
||||
save: Save
|
||||
sshKeyChoice:
|
||||
title: Precisamos das chaves SSH para autenticar -
|
||||
generate: Gerar novas chaves
|
||||
custom: Provide Custom SSH Keys
|
||||
sshKeyUserProvided:
|
||||
public: "Chave Publica - "
|
||||
private: Chave Privada -
|
||||
password: Private Key Password
|
||||
cloning: Clonando...
|
||||
host:
|
||||
title: Select a Git Hosting Provider -
|
||||
custom: Custom
|
||||
feature:
|
||||
darkMode: Modo Escuro
|
||||
rawEditor: Raw Editor
|
||||
folderSupport: Suporte a pastas
|
||||
fileNameCustomize: Customize Note FileName
|
||||
noteMetaDataCustomize:
|
||||
title: Customize Note Metadata
|
||||
subtitle: Permite GitJournal ser usado com geradores de website estáticos.
|
||||
autoMergeConflicts: Automation Merge Conflict Resolution
|
||||
noteSorting: Configurable Note Sorting
|
||||
gitPushFreq: Configurable Git Sync Frequency
|
||||
checklistEditor: Checklist Editor
|
||||
journalEditor: Journal Editor
|
||||
diffViews: Different Folder Views - Journal, Grid, Standard
|
||||
imageSupport: Suporte a imagens
|
||||
tags: Note Tags
|
||||
appShortcuts: Atalhos
|
||||
createRepo: Create Custom Repos from within App
|
||||
backlinks: Note Backlinks Support
|
||||
txtFiles: Txt File Support
|
||||
wikiLinks: Wiki Style Links Support
|
||||
metaDataTitle: Customize Title MetaData
|
||||
journalEditorDefaultFolder: Customize Default Folder for Journal Editor
|
||||
yamlModifiedKey: Customize the YAML modified key
|
||||
yamlCreatedKey: Customize the YAML created key
|
||||
yamlTagsKey: Customize the YAML tags key
|
||||
disableYamlHeader: Disable YAML Metadata Header
|
||||
customizeHomeScreen: Customizar tela inicial
|
||||
zenMode: Modo de Escrita Zen
|
||||
emojiSupport:
|
||||
title: Suporte a emoji
|
||||
subtitle: "Converter :heart: para ❤️"
|
||||
allNotesView: Adicionar uma tela para mostrar "Todas as Notas"
|
||||
basicSearch: Busca Básica
|
||||
customSSHKeys: Provide your own SSH Keys
|
||||
customMetaData: Adicionar Metadados personalizados às novas Notas
|
||||
graphVisualization: Graph Visualization
|
||||
mutliRepos: Multiple Git Repos
|
||||
customThemes: Temas personalizados
|
||||
gitLog: View and Search through Git History
|
||||
latex: Latex Support
|
||||
mermaid: Mermaid Diagram Support
|
||||
encryptedHosting: Encrypted Git Hosting
|
||||
desktop: Desktop App
|
||||
markdownToolbar: Markdown Toolbar
|
||||
localization:
|
||||
title: Localização
|
||||
subtitle: Permitir GitJournal ser traduzido
|
||||
inlineTags: Inline Tags
|
||||
singleJournalEntry: Single Journal Entry File per day
|
||||
configureBottomMenuBar: Configure the Bottom Menu Bar
|
||||
customFileNamePerEditor: Custom FileName per Editor
|
||||
branchSelection: Git Branch Selection
|
||||
inlineLatex: Inline Katex Support in Markdown
|
||||
feature_timeline:
|
||||
title: Feature Timeline
|
||||
progress: Em Progresso
|
||||
plan: Planned
|
||||
issues: GitJournal's development is tracked on Github. Please consider voting on the issues you consider important.
|
||||
purchase_screen:
|
||||
title: Versão Pro
|
||||
desc: 'GitJournal is completely open source and is the result of significant development work. It has no venture capital or corporation backing and it never will. Your support directly sustains development. GitJournal operates on a "pay what you want model (with a minimum)".'
|
||||
restore: Restore Purchase
|
||||
oneTime:
|
||||
title: One Time Purchase
|
||||
desc: Permanently enables all Pro features currently in GitJournal and new features added in the following 12 months.
|
||||
monthly:
|
||||
title: Monthly Installments
|
||||
desc: Habilitar todas as Funcionalidades Pro. Depois de 12 meses ou após pagar {minYearlyPurchase}, você terá todos os benefícios da 'Compra Única'
|
||||
thanks:
|
||||
title: Thank You
|
||||
subtitle: You're awesome for supporting GitJournal
|
||||
expired: Subscription Expired on {}
|
||||
unknown: Unknown
|
||||
OnBoarding:
|
||||
Skip: Skip
|
||||
Next: Next
|
||||
getStarted: Get Started
|
||||
subtitle: "An Open Source Note Taking App built on top of Git"
|
||||
page2: "Your Notes are stored in a standard Markdown + YAML Header format"
|
||||
page3: "Sync your Local Git Repo with any provider"
|
||||
beta: BETA
|
||||
none: None
|
@ -1,637 +0,0 @@
|
||||
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
|
||||
#
|
||||
# SPDX-License-Identifier: CC-BY-4.0
|
||||
settings:
|
||||
# "Ok" can be translated as "Да", "Подтвердить", or leave "Ok"
|
||||
ok: Да
|
||||
cancel: Отмена
|
||||
title: Настройки
|
||||
author:
|
||||
# Can be translated as "Полное имя" or "Ник" as it is meant nickname.
|
||||
label: Имя
|
||||
validator: Пожалуйста введите имя
|
||||
email:
|
||||
# Can leave "e-mail".
|
||||
label: Электронная почта
|
||||
validator:
|
||||
empty: Пожалуйста введите электронную почту
|
||||
# Can be translated as "Пожалуйста введите правильную электронную почту"
|
||||
invalid: Пожалуйста введите действующую электронную почту
|
||||
display:
|
||||
title: Настройки экрана
|
||||
homeScreen: Начальный экран
|
||||
theme: Theme
|
||||
images:
|
||||
title: Image Settings
|
||||
subtitle: Configure how images are displayed
|
||||
imageTextType:
|
||||
alt: Alt Text
|
||||
altAndTooltip: Alt Text and Tooltip
|
||||
tooltip: Tooltip
|
||||
none: None
|
||||
captions:
|
||||
title: Image Captions
|
||||
subtitle: Configure the image captions
|
||||
useAsCaption: Use as caption
|
||||
overlayCaption: Draw caption on top of large enough images
|
||||
transparentCaption: Overlay captions have a semitransparent background
|
||||
blurBehindCaption: Blur Image behind caption
|
||||
tooltipFirst:
|
||||
title: Show tooltip before alt text
|
||||
tooltip: Current order is “<tooltip> - <altText>”
|
||||
altText: Current order is “<altText> - <tooltip>”
|
||||
captionOverrides: Caption Overrides
|
||||
tagDescription: Put these tags in “” to override the behavior for it.
|
||||
doNotCaptionTags:
|
||||
hint: DoNotCaption-Tags
|
||||
label: Never use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoCaption-Tag”.
|
||||
doCaptionTags:
|
||||
hint: DoCaption-Tags
|
||||
label: Always use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotCaption-Tag”.
|
||||
detailsView:
|
||||
header: Detail View
|
||||
maxZoom: Maximal zoom level
|
||||
rotateGestures:
|
||||
title: Rotate Image with gestures
|
||||
subtitle: Rotate by moving two fingers in a circle
|
||||
theming:
|
||||
title: Image Theming
|
||||
subtitle: Configure how images are themed
|
||||
adjustColors:
|
||||
all: All
|
||||
blackAndWhite: Only black and white
|
||||
grays: Only grays
|
||||
doNotThemeTags:
|
||||
hint: DoNotTheme-Tags
|
||||
label: Never theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoTheme-Tag”.
|
||||
doThemeTags:
|
||||
hint: DoTheme-Tag
|
||||
label: Always theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotTheme-Tag”.
|
||||
matchCanvasColor:
|
||||
title: Match Background Color
|
||||
subtitle: Replaces white/black parts of vector graphics with the canvas color
|
||||
tagDescription: Put these tags in “” to override the behavior for the image.
|
||||
themeOverrides: Theme Overrides
|
||||
themeOverrideTagLocation: Theme Override Tag Location
|
||||
themeRasterGraphics: Theme Raster Graphics (.png/.jpg)
|
||||
themeSvgWithBackground: Theme SVGs With Background
|
||||
themeVectorGraphics:
|
||||
title: Theme Vector Graphics
|
||||
filter: Using Color Filter
|
||||
'off': false
|
||||
'on': true
|
||||
vectorGraphics: Vector Graphics (.svg)
|
||||
vectorGraphicsAdjustColors: Colors to Adjust
|
||||
lang: Language
|
||||
gitAuthor: Настройки Git аккаунта
|
||||
versionInfo: Версия
|
||||
analytics: Аналитика
|
||||
crashReports: Сбор анонимных отчетов о сбоях
|
||||
usageStats: Сбор анонимной статистики использования
|
||||
debug:
|
||||
# Verbatim - "Отладка приложения"
|
||||
title: Отладочная информация
|
||||
# Verbatim - "Заглянуть под капот"
|
||||
subtitle: Посмотреть подробности
|
||||
levels:
|
||||
title: Выбрать уровень
|
||||
error: Ошибка
|
||||
warning: предупреждение
|
||||
info: Информация
|
||||
debug: Отладка
|
||||
verbose: Подробнее
|
||||
copy: Debug Logs Copied
|
||||
images:
|
||||
title: Настройки изображений
|
||||
subtitle: Настроить способ хранения изображений
|
||||
imageLocation: Расположение изображений
|
||||
# Or "Та же папка, что и заметки"
|
||||
currentFolder: Тот же каталог, что и заметки
|
||||
# Or "Пользовательская папка"
|
||||
customFolder: Пользовательский каталог
|
||||
gitRemote:
|
||||
changeHost:
|
||||
title: Изменить хост Git?
|
||||
subtitle: Заметки, которые не были синхронизированы, будут потеряны
|
||||
# "Ok" can be translated as "Да", "Подтвердить", or leave "Ok"
|
||||
ok: Да
|
||||
cancel: Отмена
|
||||
title: Настройки удаленного доступа Git
|
||||
subtitle: Настроить синхронизацию ваших заметок
|
||||
host: Git Host
|
||||
branch: Branch
|
||||
resetHard:
|
||||
title: Reset Git Host
|
||||
subtitle: This will HARD reset the current branch to its remote
|
||||
noteMetaData:
|
||||
title: Настройки метаданных заметок
|
||||
subtitle: Настроить способ сохранения метаданных заметки
|
||||
text: Каждая заметка имеет некоторые метаданные, которые хранятся в заголовке YAML следующим образом -
|
||||
enableHeader: Разрешить заголовок YAML
|
||||
modified: Измененное поле
|
||||
created: Созданное поле
|
||||
tags: Теги поля
|
||||
example:
|
||||
title: Пример заголовка
|
||||
titleMetaData:
|
||||
title: Заголовок
|
||||
fromH1: Текстовый заголовок 1
|
||||
fromYaml: Из YAML 'title'
|
||||
filename: FileName
|
||||
# There are such birds.
|
||||
exampleTitle: Голуби
|
||||
exampleBody: Я думаю, они могут быть злыми. Даже злее пингвинов.
|
||||
exampleTag1: Птицы
|
||||
exampleTag2: Зло
|
||||
customMetaData:
|
||||
title: Пользовательские метаданные
|
||||
invalid: Неправильный формат YAML
|
||||
output: Output
|
||||
input: Input
|
||||
editorType: Editor Type Field
|
||||
privacy: Политика конфиденциальности
|
||||
terms: Правила и условия использования
|
||||
experimental:
|
||||
title: Экспериментальные возможности
|
||||
subtitle: Попробовать функции, находящиеся в разработке
|
||||
markdownToolbar: Показывать панель инструментов Markdown в редакторе
|
||||
graphView: Graph View
|
||||
accounts: Platform Independent Accounts
|
||||
includeSubfolders: Include Subfolders
|
||||
experimentalGitOps: Dart-only Git implementation
|
||||
merge: Dart-only merge implementation
|
||||
autoCompleteTags: Tags Auto Completion
|
||||
history: History View
|
||||
editors:
|
||||
title: Настройки редактора
|
||||
subtitle: Настроить работу разных редакторов
|
||||
defaultEditor: Редактор по умолчанию
|
||||
defaultState: Состояние по умолчанию
|
||||
markdownEditor: Редактор Markdown
|
||||
journalEditor: Редактор журнала
|
||||
# Or "Папка по умолчанию"
|
||||
defaultFolder: Каталог по умолчанию
|
||||
checklistEditor: Чеклист (Редактор)
|
||||
rawEditor: Простой текст (Редактор)
|
||||
choose: Выберите редактор
|
||||
orgEditor: Org Editor
|
||||
defaultNoteFormat: Default Note Format
|
||||
journalDefaultFolderSelect: Creating a Note in '{}'
|
||||
sortingField:
|
||||
# If it means "sort by", than "по дате последнего изменения".
|
||||
modified: Последнее изменение
|
||||
# If it means "sort by", than "по дате создания".
|
||||
created: Создание
|
||||
# If it means "sort by", than "по имени файла".
|
||||
filename: Имя файла
|
||||
# If it means "sort by", than "по заголовку".
|
||||
title: Заголовок
|
||||
sortingOrder:
|
||||
asc: По возрастанию
|
||||
desc: По убыванию
|
||||
sortingMode:
|
||||
# Or, plural, "Поля"
|
||||
field: Поле
|
||||
order: Порядок
|
||||
remoteSync:
|
||||
auto: Автоматически
|
||||
manual: Вручную
|
||||
tags:
|
||||
title: Настройки тегов
|
||||
subtitle: Настроить способ анализа встроенных тегов
|
||||
# Or "Парсить встроенные теги"
|
||||
enable: Анализировать встроенные теги
|
||||
prefixes: Префиксы встроенных тегов
|
||||
misc:
|
||||
# "Другие настройки", "Остальные настройки" (other)
|
||||
title: Прочие настройки
|
||||
swipe: Смахнуть, чтобы удалить заметку
|
||||
listView: Посмотреть список
|
||||
confirmDelete: Show a Popup to Confirm Deletes
|
||||
hardWrap: Enable hardWrap
|
||||
emoji: Emojify text
|
||||
NoteFileNameFormat:
|
||||
iso8601WithTimeZone: ISO8601 с TimeZone
|
||||
iso8601: ISO8601
|
||||
iso8601WithoutColon: ISO8601 без двоеточия
|
||||
title: Заголовок
|
||||
uuid: Uuid V4
|
||||
zettelkasten: yyyymmddhhmmss
|
||||
simple: yyyy-mm-dd-hh-mm-ss
|
||||
dateOnly: yyyy-mm-dd
|
||||
kebabCase: Kebab Case
|
||||
HomeScreen:
|
||||
allNotes: Все заметки
|
||||
allFolders: Все папки
|
||||
EditorDefaultView:
|
||||
edit: Редактировать
|
||||
view: View
|
||||
lastUsed: Last Used
|
||||
theme:
|
||||
light: Light Theme
|
||||
dark: Dark Theme
|
||||
default: System Default
|
||||
versionCopied: Copied version to clipboard
|
||||
ssh:
|
||||
syncFreq: Sync Frequency
|
||||
note:
|
||||
title: Note Settings
|
||||
defaultFolder: Default Folder for new notes
|
||||
newNoteFileName: New Note Filename
|
||||
storage:
|
||||
title: Storage
|
||||
fileName: filename
|
||||
external: Store Repo Externally
|
||||
icloud: Store in iCloud
|
||||
repoLocation: Repo Location
|
||||
notWritable: "{} is not writable"
|
||||
failedExternal: Unable to get External Storage Directory
|
||||
permissionFailed: External Storage Permission Failed
|
||||
drawer:
|
||||
title: Sidebar Settings
|
||||
bottomMenuBar:
|
||||
title: Bottom Menu Bar
|
||||
subtitle: Configure its appearance and behavior
|
||||
enable: Enable Bottom Menu Bar
|
||||
deleteRepo: Delete Repository
|
||||
fileFormat:
|
||||
markdown: Markdown
|
||||
txt: Txt
|
||||
orgMode: Org Mode
|
||||
fileTypes:
|
||||
title: Note File Types
|
||||
subtitle: Configure what files are considered Notes
|
||||
numFiles:
|
||||
one: "{} File"
|
||||
few: ""
|
||||
many: ""
|
||||
other: ""
|
||||
noExt: No Extension
|
||||
list:
|
||||
userInterface:
|
||||
title: User Interface
|
||||
subtitle: Theme, Language, Home, Bottom Bar, Rendering
|
||||
git:
|
||||
title: Git
|
||||
subtitle: Git Author, Remote, Sync Frequency
|
||||
editor:
|
||||
title: Editor
|
||||
subtitle: Default Editor, Default View
|
||||
storage:
|
||||
title: Storage & File Formats
|
||||
subtitle: Storage, Serialization, Metadata, File Formats
|
||||
analytics:
|
||||
title: Analytics
|
||||
subtitle: It's important that you feel comfortable
|
||||
debug:
|
||||
title: Debug
|
||||
subtitle: Peek inside the inner workings of GitJournal
|
||||
experiments:
|
||||
title: Experiments
|
||||
subtitle: Play around with experimental features
|
||||
project:
|
||||
header: Project
|
||||
docs: Documentation & Support
|
||||
contribute: Contribute
|
||||
about: About
|
||||
license:
|
||||
title: Licenses
|
||||
subtitle: GitJoural uses other great software
|
||||
sshKey:
|
||||
keyType: SSH Key Type
|
||||
rsa: RSA
|
||||
ed25519: Ed25519
|
||||
editors:
|
||||
checklist:
|
||||
add: Добавить пункт
|
||||
common:
|
||||
defaultBodyHint: Написать здесь
|
||||
defaultTitleHint: Заголовок
|
||||
discard: Отменить изменения
|
||||
share: Поделиться заметкой
|
||||
takePhoto: Сделать фотографию
|
||||
addImage: Выбрать изображение из галереи
|
||||
editFileName: Редактировать имя файла
|
||||
tags: Редактировать теги
|
||||
zen:
|
||||
# Or "Включить режим Zen"
|
||||
enable: Включить режим Дзен
|
||||
# Or "Выключить режим Zen"
|
||||
disable: Выключить режим Дзен
|
||||
saveNoteFailed:
|
||||
title: Не удалось сохранить заметку
|
||||
message: Сожалеем, но мы не можем сохранить заметку. Она была скопирована в буфер обмена, чтобы избежать потери данных.
|
||||
defaultFileNameHint: File Name
|
||||
find: Find in note
|
||||
pro: Про
|
||||
actions:
|
||||
newNote: Новая заметка
|
||||
newJournal: Новая запись в журнале
|
||||
newChecklist: Новый чеклист
|
||||
screens:
|
||||
folders:
|
||||
# Or "Папки"
|
||||
title: Каталоги
|
||||
# Or "Выбранная папка"
|
||||
selected: Выбранный каталог
|
||||
dialog:
|
||||
# Or "Создать новую папку"
|
||||
title: Создать новый каталог
|
||||
create: Создать
|
||||
discard: Отменить
|
||||
errorDialog:
|
||||
title: Ошибка
|
||||
# Or "Невозможно удалить папку, содержащую заметки"
|
||||
deleteContent: Невозможно удалить каталог, содержащий заметки
|
||||
# Or "Невозможно переименовать корневую папку"
|
||||
renameContent: Невозможно переименовать корневой каталог
|
||||
# "Ok" can be translated as "Да", "Подтвердить", or leave "Ok"
|
||||
ok: Да
|
||||
actions:
|
||||
# Or "Переименовать папку"
|
||||
rename: Переименовать каталог
|
||||
# Or "Создать подпапку"
|
||||
subFolder: Создать подкаталог
|
||||
# Or "Удалить папку"
|
||||
delete: Удалить каталог
|
||||
# Or "Имя папки"
|
||||
decoration: Имя каталога
|
||||
empty: Пожалуйста введите имя
|
||||
tags:
|
||||
title: Теги
|
||||
empty: Теги не найдены
|
||||
filesystem:
|
||||
ignoredFile:
|
||||
title: Игнорируемые файлы
|
||||
# "Ok" can be translated as "Да", "Подтвердить", or leave "Ok"
|
||||
ok: Да
|
||||
rename: Переименовать
|
||||
rename:
|
||||
decoration: Имя файла
|
||||
title: Переименовать
|
||||
folder_view:
|
||||
empty: Добавим заметки?
|
||||
home:
|
||||
allNotes: All Notes
|
||||
cacheLoading:
|
||||
text: Reading Git History ...
|
||||
error:
|
||||
title: Error
|
||||
message: The repo couldn't be opened. Please file a bug and recreate the repo.
|
||||
widgets:
|
||||
rename:
|
||||
'yes': Переименовать
|
||||
'no': Отмена
|
||||
validator:
|
||||
empty: Пожалуйста введите имя
|
||||
exists: Уже существует
|
||||
contains: Не может содержать /
|
||||
noExt: "Warning: Extension missing. Will treat file as plain text"
|
||||
changeExt: "Warning: Changing file type from '{}' to '{}'"
|
||||
backlinks:
|
||||
title:
|
||||
one: "Заметка {} ссылается на эту заметку"
|
||||
few: "{} заметок ссылаются на эту заметку"
|
||||
many: "{} заметок ссылаются на эту заметку"
|
||||
other: "{} заметок ссылаются на эту заметку"
|
||||
SortingOrderSelector:
|
||||
title: Критерии сортировки
|
||||
PurchaseButton:
|
||||
text: Купить за {price}
|
||||
fail: Ошибка загрузки
|
||||
failSend: Failed to send purchase request
|
||||
failPurchase: Failed to Purchase - {}
|
||||
FolderView:
|
||||
syncError: Ошибка синхронизации {}
|
||||
headerOptions:
|
||||
heading: Параметры заголовка
|
||||
auto: Автоматически созданный заголовок
|
||||
titleFileName: Заголовок или Имя файла
|
||||
fileName: ИмяФайла
|
||||
summary: Показать Сводку
|
||||
customize: Настроить вид
|
||||
views:
|
||||
standard: Стандартный вид
|
||||
journal: Журнал (Вид)
|
||||
grid: Таблица (Вид)
|
||||
card: Карточки (Вид)
|
||||
select: Выборка (Вид)
|
||||
calendar: Calendar View
|
||||
sortingOptions: Параметры сортировки
|
||||
viewOptions: Настройки Вида
|
||||
noteDeleted: Note Deleted
|
||||
undo: Undo
|
||||
searchFailed: No Search Results Found
|
||||
actions:
|
||||
moveToFolder: Move To Folder
|
||||
pinned: Pinned
|
||||
others: Others
|
||||
imageRenderer:
|
||||
caption: "{first} - {second}"
|
||||
httpError: "Code: {status} for {url}"
|
||||
NoteDeleteDialog:
|
||||
title:
|
||||
one: Do you want to delete this note?
|
||||
few: ""
|
||||
many: ""
|
||||
other: ""
|
||||
'yes': true
|
||||
'no': false
|
||||
NoteEditor:
|
||||
renameFile: Rename File
|
||||
fileName: Filename
|
||||
addType: Adding '{}' to supported file types
|
||||
SyncButton:
|
||||
error: Sync Error {}
|
||||
PurchaseWidget:
|
||||
failed: Purchase Failed
|
||||
NoteViewer:
|
||||
linkNotFound: Link '{}' not found
|
||||
linkInvalid: Link '{}' is invalid.
|
||||
FolderSelectionDialog:
|
||||
title: Select a Folder
|
||||
FolderTreeView:
|
||||
notesCount: "{} Notes"
|
||||
# Or "Корневая папка"
|
||||
rootFolder: Корневой каталог
|
||||
ignoredFiles:
|
||||
dot: Начинается с .
|
||||
ext: Не заканчивается на .md или .txt
|
||||
drawer:
|
||||
setup: Настройка хоста Git
|
||||
pro: Разблокировать версию Pro
|
||||
all: Все заметки
|
||||
# Or "Папки"
|
||||
folders: Каталоги
|
||||
fs: Файловая система
|
||||
tags: Теги
|
||||
share: Поделиться приложением
|
||||
rate: Оценить нас
|
||||
feedback: Обратная связь
|
||||
bug: Отчет об ошибках
|
||||
graph: Graph View
|
||||
remote: No Git Host
|
||||
addRepo: Add Repository
|
||||
login: Login
|
||||
history: History
|
||||
setup:
|
||||
autoConfigure:
|
||||
title: Как вы хотите это сделать?
|
||||
automatic: Настроить автоматически
|
||||
manual: Позвольте выполнить вручную
|
||||
autoconfigure:
|
||||
step1: 1. Показать ваши существующие репозитории или создать новый репозиторий.
|
||||
step2: 2. Сгенерировать SSH-ключ на этом устройстве
|
||||
step3: 3. Добавить ключ в качестве deploy-ключа с правом записи в репозиторий
|
||||
warning: Для этого потребуется предоставить GitJournal доступ ко всем частным и общедоступным репозиториям. Если вас это не устраивает, вернитесь и выберите вариант ручной настройки.
|
||||
authorize: Авторизовать GitJournal
|
||||
waitPerm: Ожидание разрешений ...
|
||||
readUser: Чтение информации о пользователе
|
||||
repoSelector:
|
||||
title: Выбрать или создать репозиторий
|
||||
hint: Введите текст для поиска или создания репозитория
|
||||
create: Создать репозиторий {}
|
||||
loading: Loading
|
||||
cloneUrl:
|
||||
enter: Введите URL-адрес Git Clone
|
||||
validator:
|
||||
empty: Пожалуйста, введите текст
|
||||
invalid: Некорректный ввод
|
||||
onlySsh: В настоящее время поддерживаются только URL-адреса SSH
|
||||
manual:
|
||||
title: Пожалуйста, создайте новый репозиторий git -
|
||||
step1: 1. Перейдите на веб-сайт, создайте репо и скопируйте его URL-адрес git clone.
|
||||
step2: 2. Введите URL-адрес git clone.
|
||||
button: Открыть веб-страницу "Создать новый репозиторий"
|
||||
next: Далее
|
||||
fail: Ошибка
|
||||
keyEditors:
|
||||
public: Некорректный публичный ключ - Ключ не должен начинаться с ssh-rsa
|
||||
private: Некорректный приватный ключ
|
||||
load: Load from File
|
||||
sshKey:
|
||||
generate: Генерация ключа SSH
|
||||
title: Чтобы получить доступ к этому репозиторию, этот открытый ключ должен быть скопирован как ключ развертывания.
|
||||
step1: 1. Копировать ключ
|
||||
step2a: 2. Откройте веб-страницу и вставьте ключ развертывания. Убедитесь, что ему предоставлен доступ для записи.
|
||||
step2b: 2. Предоставьте этому SSH-ключу доступ к репозиторию git. (Вам нужно разобраться самостоятельно)
|
||||
step3: 3. Попробуйте клонировать ..
|
||||
copy: Копировать ключ
|
||||
copied: Публичный ключ скопирован в буфер обмена
|
||||
regenerate: Восстановить ключ
|
||||
openDeploy: Откройте страницу "Установить Ключ"
|
||||
clone: Клонировать репозиторий
|
||||
addDeploy: Добавление в качестве ключа развертывания
|
||||
save: Save
|
||||
sshKeyChoice:
|
||||
title: Нам нужны ключи SSH для аутентификации -
|
||||
generate: Сгенерировать новые ключи
|
||||
custom: Предоставьте ключи SSH
|
||||
sshKeyUserProvided:
|
||||
public: Публичный ключ -
|
||||
private: Приватный ключ -
|
||||
password: Private Key Password
|
||||
cloning: Клонирование ...
|
||||
host:
|
||||
title: Выберите поставщика хостинга Git -
|
||||
custom: Настроить
|
||||
feature:
|
||||
darkMode: Темный режим
|
||||
rawEditor: Raw редактор
|
||||
# Or "Поддержка папок"
|
||||
folderSupport: Поддержка каталогов
|
||||
fileNameCustomize: Изменение имени файла заметок
|
||||
noteMetaDataCustomize:
|
||||
title: Изменение метаданных заметок
|
||||
subtitle: Позволяет использование GitJournal с генераторами статических веб-сайтов
|
||||
autoMergeConflicts: Автоматическое разрешение конфликтов слияния
|
||||
noteSorting: Настройка сортировки заметок
|
||||
gitPushFreq: Настройка частоты синхронизации с Git
|
||||
checklistEditor: Редактор чеклиста
|
||||
journalEditor: Редактор журнала
|
||||
# Or "Различное отображение папок - журнал, сетка, стандартный"
|
||||
diffViews: Различное отображение каталогов - журнал, сетка, стандартный
|
||||
imageSupport: Поддержка изображений
|
||||
tags: Теги заметки
|
||||
appShortcuts: Ярлыки приложения
|
||||
createRepo: Создание собственных репозиториев из приложения
|
||||
backlinks: Поддержка обратных ссылок заметок
|
||||
txtFiles: Поддержка файлов Txt
|
||||
wikiLinks: Поддержка ссылок в стиле Wiki
|
||||
metaDataTitle: Изменение заголовка метаданных
|
||||
# Or "Настройка папки по умолчанию для редактора журнала"
|
||||
journalEditorDefaultFolder: Настройка каталога по умолчанию для редактора журнала
|
||||
yamlModifiedKey: Настройка YAML modified key
|
||||
yamlCreatedKey: Настройка YAML created key
|
||||
yamlTagsKey: Настройка YAML tags key
|
||||
disableYamlHeader: Отключение заголовка метаданных YAML
|
||||
customizeHomeScreen: Настройка домашнего экрана
|
||||
# Or "Режим записи Zen"
|
||||
zenMode: Режим записи Дзен
|
||||
emojiSupport:
|
||||
# Or "Поддержка смайлов"
|
||||
title: Поддержка Emoji
|
||||
subtitle: "Преобразовать :heart: в ❤️"
|
||||
allNotesView: Добавление экрана для отображения «Все заметки»
|
||||
basicSearch: Базовый поиск
|
||||
customSSHKeys: Предоставление собственных ключей SSH
|
||||
customMetaData: Добавление собственных метаданных в новые заметки
|
||||
graphVisualization: Визуализация в виде графа
|
||||
mutliRepos: Множественные репозитории Git
|
||||
customThemes: Пользовательские темы
|
||||
gitLog: Просмотр и поиск в истории Git
|
||||
latex: Поддержка Latex
|
||||
mermaid: Поддержка диаграмм Mermaid
|
||||
encryptedHosting: Зашифрованный хостинг Git
|
||||
desktop: Десктопное приложение
|
||||
markdownToolbar: Панель инструментов Markdown
|
||||
localization:
|
||||
title: Локализация
|
||||
subtitle: Разрешить перевод GitJournal
|
||||
inlineTags: Встроенные теги
|
||||
singleJournalEntry: Single Journal Entry File per day
|
||||
configureBottomMenuBar: Configure the Bottom Menu Bar
|
||||
customFileNamePerEditor: Custom FileName per Editor
|
||||
branchSelection: Git Branch Selection
|
||||
inlineLatex: Inline Katex Support in Markdown
|
||||
feature_timeline:
|
||||
title: Хронология выпуска
|
||||
progress: В процессе
|
||||
plan: Запланировано
|
||||
issues: GitJournal's development is tracked on Github. Please consider voting on the issues you consider important.
|
||||
purchase_screen:
|
||||
title: Версия Pro
|
||||
desc: 'GitJournal является приложением с полностью открытым исходным кодом и является результатом значительной работы. У него нет венчурного капитала или поддержки корпораций. Ваша поддержка напрямую стимулирует развитие. GitJournal работает по модели "плати сколько хочешь (с минимумом)".'
|
||||
restore: Восстановить покупку
|
||||
oneTime:
|
||||
title: Одноразовая покупка
|
||||
desc: Перманентно включает все функции Pro, которые есть в настоящее время в GitJournal, и новые функции, добавленные в следующие 12 месяцев.
|
||||
monthly:
|
||||
title: Месячная подписка
|
||||
desc: Включает все функции Pro. Через 12 месяцев или после оплаты {minYearlyPurchase} вы получите все преимущества «Одноразовой покупки».
|
||||
thanks:
|
||||
title: Thank You
|
||||
subtitle: You're awesome for supporting GitJournal
|
||||
expired: Subscription Expired on {}
|
||||
unknown: Unknown
|
||||
OnBoarding:
|
||||
Skip: Skip
|
||||
Next: Next
|
||||
getStarted: Get Started
|
||||
subtitle: "An Open Source Note Taking App built on top of Git"
|
||||
page2: "Your Notes are stored in a standard Markdown + YAML Header format"
|
||||
page3: "Sync your Local Git Repo with any provider"
|
||||
beta: BETA
|
||||
none: None
|
@ -1,593 +0,0 @@
|
||||
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
|
||||
#
|
||||
# SPDX-License-Identifier: CC-BY-4.0
|
||||
settings:
|
||||
ok: Ok
|
||||
cancel: Avbryt
|
||||
title: inställningar
|
||||
author:
|
||||
label: Fullständigt namn
|
||||
validator: Ange ett namn
|
||||
email:
|
||||
label: E-post
|
||||
validator:
|
||||
empty: Ange ett e-postmeddelande
|
||||
invalid: Ange ett giltigt e-postmeddelande
|
||||
display:
|
||||
title: Skärminställningar
|
||||
homeScreen: Hemskärm
|
||||
theme: Theme
|
||||
images:
|
||||
title: Image Settings
|
||||
subtitle: Configure how images are displayed
|
||||
imageTextType:
|
||||
alt: Alt Text
|
||||
altAndTooltip: Alt Text and Tooltip
|
||||
tooltip: Tooltip
|
||||
none: None
|
||||
captions:
|
||||
title: Image Captions
|
||||
subtitle: Configure the image captions
|
||||
useAsCaption: Use as caption
|
||||
overlayCaption: Draw caption on top of large enough images
|
||||
transparentCaption: Overlay captions have a semitransparent background
|
||||
blurBehindCaption: Blur Image behind caption
|
||||
tooltipFirst:
|
||||
title: Show tooltip before alt text
|
||||
tooltip: Current order is “<tooltip> - <altText>”
|
||||
altText: Current order is “<altText> - <tooltip>”
|
||||
captionOverrides: Caption Overrides
|
||||
tagDescription: Put these tags in “” to override the behavior for it.
|
||||
doNotCaptionTags:
|
||||
hint: DoNotCaption-Tags
|
||||
label: Never use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoCaption-Tag”.
|
||||
doCaptionTags:
|
||||
hint: DoCaption-Tags
|
||||
label: Always use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotCaption-Tag”.
|
||||
detailsView:
|
||||
header: Detail View
|
||||
maxZoom: Maximal zoom level
|
||||
rotateGestures:
|
||||
title: Rotate Image with gestures
|
||||
subtitle: Rotate by moving two fingers in a circle
|
||||
theming:
|
||||
title: Image Theming
|
||||
subtitle: Configure how images are themed
|
||||
adjustColors:
|
||||
all: All
|
||||
blackAndWhite: Only black and white
|
||||
grays: Only grays
|
||||
doNotThemeTags:
|
||||
hint: DoNotTheme-Tags
|
||||
label: Never theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoTheme-Tag”.
|
||||
doThemeTags:
|
||||
hint: DoTheme-Tag
|
||||
label: Always theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotTheme-Tag”.
|
||||
matchCanvasColor:
|
||||
title: Match Background Color
|
||||
subtitle: Replaces white/black parts of vector graphics with the canvas color
|
||||
tagDescription: Put these tags in “” to override the behavior for the image.
|
||||
themeOverrides: Theme Overrides
|
||||
themeOverrideTagLocation: Theme Override Tag Location
|
||||
themeRasterGraphics: Theme Raster Graphics (.png/.jpg)
|
||||
themeSvgWithBackground: Theme SVGs With Background
|
||||
themeVectorGraphics:
|
||||
title: Theme Vector Graphics
|
||||
filter: Using Color Filter
|
||||
'off': false
|
||||
'on': true
|
||||
vectorGraphics: Vector Graphics (.svg)
|
||||
vectorGraphicsAdjustColors: Colors to Adjust
|
||||
lang: Language
|
||||
gitAuthor: Git Author Settings
|
||||
versionInfo: Information om versionen
|
||||
analytics: Analytics
|
||||
crashReports: Samla in anonyma kraschrapporter
|
||||
usageStats: Samla in anonym användningsstatistik
|
||||
debug:
|
||||
title: Felsökningsapp
|
||||
subtitle: Titta under huven
|
||||
levels:
|
||||
title: Välj nivå
|
||||
error: Fel
|
||||
warning: varning
|
||||
info: Info
|
||||
debug: Felsöka
|
||||
verbose: Mångordig
|
||||
copy: Debug Logs Copied
|
||||
images:
|
||||
title: Bildinställningar
|
||||
subtitle: Konfigurera hur bilder lagras
|
||||
imageLocation: Bildplats
|
||||
currentFolder: Samma mapp som anteckningar
|
||||
customFolder: Anpassad mapp
|
||||
gitRemote:
|
||||
changeHost:
|
||||
title: Konfigurera om Git Host?
|
||||
subtitle: Anteckningarsom inte har synkroniserats går förlorade
|
||||
ok: Ok
|
||||
cancel: Avbryt
|
||||
title: Git Remote Settings
|
||||
subtitle: Konfigurera var dina anteckningar synkroniseras
|
||||
host: Git Host
|
||||
branch: Branch
|
||||
resetHard:
|
||||
title: Reset Git Host
|
||||
subtitle: This will HARD reset the current branch to its remote
|
||||
noteMetaData:
|
||||
title: Observera metadatainställningar
|
||||
subtitle: Konfigurera hur metadata sparas för anteckningar
|
||||
text: Varje anteckning har metadata som lagras i en YAML-rubrik enligt följande -
|
||||
enableHeader: Aktivera YAML-rubrik
|
||||
modified: Modifierat fält
|
||||
created: Skapat fält
|
||||
tags: Taggfält
|
||||
example:
|
||||
title: Exempel på titel
|
||||
titleMetaData:
|
||||
title: Titel
|
||||
fromH1: Textrubrik 1
|
||||
fromYaml: Från YAML 'titel'
|
||||
filename: FileName
|
||||
exampleTitle: Duvor
|
||||
exampleBody: Jag tror att de kan vara onda. Ännu mer ond än pingviner.
|
||||
exampleTag1: Fåglar
|
||||
exampleTag2: Ondska
|
||||
customMetaData:
|
||||
title: Anpassad metadata
|
||||
invalid: Ogiltig YAML
|
||||
output: Output
|
||||
input: Input
|
||||
editorType: Editor Type Field
|
||||
privacy: Integritetspolicy
|
||||
terms: Villkor
|
||||
experimental:
|
||||
title: Experimentella funktioner
|
||||
subtitle: Testa utvecklingsfunktioner
|
||||
markdownToolbar: Visa Markdown Toolbar i Editor
|
||||
graphView: Graph View
|
||||
accounts: Platform Independent Accounts
|
||||
includeSubfolders: Include Subfolders
|
||||
experimentalGitOps: Dart-only Git implementation
|
||||
merge: Dart-only merge implementation
|
||||
autoCompleteTags: Tags Auto Completion
|
||||
history: History View
|
||||
editors:
|
||||
title: Editorinställningar
|
||||
subtitle: Konfigurera hur olika redaktörer fungerar
|
||||
defaultEditor: Standardredigerare
|
||||
defaultState: Standardstatus
|
||||
markdownEditor: Markdown Editor
|
||||
journalEditor: Journalredaktör
|
||||
defaultFolder: Standardmapp
|
||||
checklistEditor: Checklista Editor
|
||||
rawEditor: Raw Editor
|
||||
choose: Välj Editor
|
||||
orgEditor: Org Editor
|
||||
defaultNoteFormat: Default Note Format
|
||||
journalDefaultFolderSelect: Creating a Note in '{}'
|
||||
sortingField:
|
||||
modified: Senast ändrad
|
||||
created: Skapad
|
||||
filename: Filnamn
|
||||
title: Titel
|
||||
sortingOrder:
|
||||
asc: Stigande
|
||||
desc: Nedåtgående
|
||||
sortingMode:
|
||||
field: Fält
|
||||
order: Ordning
|
||||
remoteSync:
|
||||
auto: Automatisk
|
||||
manual: Manuell
|
||||
tags:
|
||||
title: Taggar Inställningar
|
||||
subtitle: Konfigurera hur integrerade taggar analyseras
|
||||
enable: Analysera inline-taggar
|
||||
prefixes: Införda taggarprefix
|
||||
misc:
|
||||
title: Övriga inställningar
|
||||
swipe: Svep för att ta bort anteckning
|
||||
listView: Listvy
|
||||
confirmDelete: Show a Popup to Confirm Deletes
|
||||
hardWrap: Enable hardWrap
|
||||
emoji: Emojify text
|
||||
NoteFileNameFormat:
|
||||
iso8601WithTimeZone: ISO8601 Med TimeZone
|
||||
iso8601: ISO8601
|
||||
iso8601WithoutColon: ISO8601 utan kolon
|
||||
title: Titel
|
||||
uuid: Uuid V4
|
||||
zettelkasten: yyyymmddhhmmss
|
||||
simple: yyyy-mm-dd-hh-mm-ss
|
||||
dateOnly: yyyy-mm-dd
|
||||
kebabCase: Kebab Case
|
||||
HomeScreen:
|
||||
allNotes: Alla anteckningar
|
||||
allFolders: Alla mappar
|
||||
EditorDefaultView:
|
||||
edit: Redigera
|
||||
view: View
|
||||
lastUsed: Last Used
|
||||
theme:
|
||||
light: Light Theme
|
||||
dark: Dark Theme
|
||||
default: System Default
|
||||
versionCopied: Copied version to clipboard
|
||||
ssh:
|
||||
syncFreq: Sync Frequency
|
||||
note:
|
||||
title: Note Settings
|
||||
defaultFolder: Default Folder for new notes
|
||||
newNoteFileName: New Note Filename
|
||||
storage:
|
||||
title: Storage
|
||||
fileName: filename
|
||||
external: Store Repo Externally
|
||||
icloud: Store in iCloud
|
||||
repoLocation: Repo Location
|
||||
notWritable: "{} is not writable"
|
||||
failedExternal: Unable to get External Storage Directory
|
||||
permissionFailed: External Storage Permission Failed
|
||||
drawer:
|
||||
title: Sidebar Settings
|
||||
bottomMenuBar:
|
||||
title: Bottom Menu Bar
|
||||
subtitle: Configure its appearance and behavior
|
||||
enable: Enable Bottom Menu Bar
|
||||
deleteRepo: Delete Repository
|
||||
fileFormat:
|
||||
markdown: Markdown
|
||||
txt: Txt
|
||||
orgMode: Org Mode
|
||||
fileTypes:
|
||||
title: Note File Types
|
||||
subtitle: Configure what files are considered Notes
|
||||
numFiles:
|
||||
one: "{} File"
|
||||
other: ""
|
||||
noExt: No Extension
|
||||
list:
|
||||
userInterface:
|
||||
title: User Interface
|
||||
subtitle: Theme, Language, Home, Bottom Bar, Rendering
|
||||
git:
|
||||
title: Git
|
||||
subtitle: Git Author, Remote, Sync Frequency
|
||||
editor:
|
||||
title: Editor
|
||||
subtitle: Default Editor, Default View
|
||||
storage:
|
||||
title: Storage & File Formats
|
||||
subtitle: Storage, Serialization, Metadata, File Formats
|
||||
analytics:
|
||||
title: Analytics
|
||||
subtitle: It's important that you feel comfortable
|
||||
debug:
|
||||
title: Debug
|
||||
subtitle: Peek inside the inner workings of GitJournal
|
||||
experiments:
|
||||
title: Experiments
|
||||
subtitle: Play around with experimental features
|
||||
project:
|
||||
header: Project
|
||||
docs: Documentation & Support
|
||||
contribute: Contribute
|
||||
about: About
|
||||
license:
|
||||
title: Licenses
|
||||
subtitle: GitJoural uses other great software
|
||||
sshKey:
|
||||
keyType: SSH Key Type
|
||||
rsa: RSA
|
||||
ed25519: Ed25519
|
||||
editors:
|
||||
checklist:
|
||||
add: Lägg till vara
|
||||
common:
|
||||
defaultBodyHint: Skriv här
|
||||
defaultTitleHint: Titel
|
||||
discard: Ignorera ändringar
|
||||
share: Dela anteckning
|
||||
takePhoto: Ta ett foto
|
||||
addImage: Lägg till bild från galleriet
|
||||
editFileName: Redigera filnamn
|
||||
tags: Redigera taggar
|
||||
zen:
|
||||
enable: Aktivera Zen-läge
|
||||
disable: Inaktivera Zen-läge
|
||||
saveNoteFailed:
|
||||
title: Det gick inte att spara anteckningen
|
||||
message: Vi är ledsna, men vi kan inte tycks spara anteckningen. Det har kopierats till Urklipp för att undvika dataförlust.
|
||||
defaultFileNameHint: File Name
|
||||
find: Find in note
|
||||
pro: Proffs
|
||||
actions:
|
||||
newNote: Ny anteckning
|
||||
newJournal: Ny journalpost
|
||||
newChecklist: Ny checklista
|
||||
screens:
|
||||
folders:
|
||||
title: Mappar
|
||||
selected: Mapp vald
|
||||
dialog:
|
||||
title: Skapa ny mapp
|
||||
create: Skapa
|
||||
discard: Kassera
|
||||
errorDialog:
|
||||
title: Fel
|
||||
deleteContent: Det går inte att ta bort en mapp som innehåller anteckningar
|
||||
renameContent: Det går inte att byta namn på rotmappen
|
||||
ok: Ok
|
||||
actions:
|
||||
rename: Byt namn på mapp
|
||||
subFolder: Skapa undermapp
|
||||
delete: Ta bort mapp
|
||||
decoration: Mapp namn
|
||||
empty: Ange ett namn
|
||||
tags:
|
||||
title: Taggar
|
||||
empty: Inga taggar hittades
|
||||
filesystem:
|
||||
ignoredFile:
|
||||
title: Fil ignoreras
|
||||
ok: Ok
|
||||
rename: Döp om
|
||||
rename:
|
||||
decoration: Filnamn
|
||||
title: Döp om
|
||||
folder_view:
|
||||
empty: Låt oss lägga till några anteckningar?
|
||||
home:
|
||||
allNotes: All Notes
|
||||
cacheLoading:
|
||||
text: Reading Git History ...
|
||||
error:
|
||||
title: Error
|
||||
message: The repo couldn't be opened. Please file a bug and recreate the repo.
|
||||
widgets:
|
||||
rename:
|
||||
'yes': Döp om
|
||||
'no': Annullera
|
||||
validator:
|
||||
empty: Ange ett namn
|
||||
exists: Existerar redan
|
||||
contains: Kan inte innehålla /
|
||||
noExt: "Warning: Extension missing. Will treat file as plain text"
|
||||
changeExt: "Warning: Changing file type from '{}' to '{}'"
|
||||
backlinks:
|
||||
title:
|
||||
one: "{} Noteringslänkar till denna anteckning"
|
||||
other: ""
|
||||
SortingOrderSelector:
|
||||
title: Sorteringskriterier
|
||||
PurchaseButton:
|
||||
text: Köp till {price}
|
||||
fail: Misslyckades att ladda
|
||||
failSend: Failed to send purchase request
|
||||
failPurchase: Failed to Purchase - {}
|
||||
FolderView:
|
||||
syncError: Synkroniseringsfel {}
|
||||
headerOptions:
|
||||
heading: Rubrikalternativ
|
||||
auto: Auto genererad titel
|
||||
titleFileName: Titel eller filnamn
|
||||
fileName: Filnamn
|
||||
summary: Visa sammanfattning
|
||||
customize: Anpassa vyn
|
||||
views:
|
||||
standard: Standardvy
|
||||
journal: Journalvisning
|
||||
grid: Grid View
|
||||
card: Kortvy
|
||||
select: Välj Visa
|
||||
calendar: Calendar View
|
||||
sortingOptions: Sorteringsalternativ
|
||||
viewOptions: Visa alternativ
|
||||
noteDeleted: Note Deleted
|
||||
undo: Undo
|
||||
searchFailed: No Search Results Found
|
||||
actions:
|
||||
moveToFolder: Move To Folder
|
||||
pinned: Pinned
|
||||
others: Others
|
||||
imageRenderer:
|
||||
caption: "{first} - {second}"
|
||||
httpError: "Code: {status} for {url}"
|
||||
NoteDeleteDialog:
|
||||
title:
|
||||
one: Do you want to delete this note?
|
||||
other: ""
|
||||
'yes': true
|
||||
'no': false
|
||||
NoteEditor:
|
||||
renameFile: Rename File
|
||||
fileName: Filename
|
||||
addType: Adding '{}' to supported file types
|
||||
SyncButton:
|
||||
error: Sync Error {}
|
||||
PurchaseWidget:
|
||||
failed: Purchase Failed
|
||||
NoteViewer:
|
||||
linkNotFound: Link '{}' not found
|
||||
linkInvalid: Link '{}' is invalid.
|
||||
FolderSelectionDialog:
|
||||
title: Select a Folder
|
||||
FolderTreeView:
|
||||
notesCount: "{} Notes"
|
||||
rootFolder: Rotmapp
|
||||
ignoredFiles:
|
||||
dot: Börjar med en.
|
||||
ext: Slutar inte med .md eller .txt
|
||||
drawer:
|
||||
setup: Ställ in Git Host
|
||||
pro: Lås upp Pro-versionen
|
||||
all: Alla anteckningar
|
||||
folders: Mappar
|
||||
fs: Filsystem
|
||||
tags: Taggar
|
||||
share: Dela app
|
||||
rate: Gradera oss
|
||||
feedback: Respons
|
||||
bug: Buggrapport
|
||||
graph: Graph View
|
||||
remote: No Git Host
|
||||
addRepo: Add Repository
|
||||
login: Login
|
||||
history: History
|
||||
setup:
|
||||
autoConfigure:
|
||||
title: Hur vill du göra det här?
|
||||
automatic: Installera automatiskt
|
||||
manual: Låt mig göra det manuellt
|
||||
autoconfigure:
|
||||
step1: 1. Lista dina befintliga repor eller skapa en ny repo
|
||||
step2: 2. Skapa en SSH-nyckel på den här enheten
|
||||
step3: 3. Lägg till nyckeln som en distributionsnyckel med skrivåtkomst till förvaret
|
||||
warning: Detta kommer att kräva att GitJournal får tillgång till alla privata och offentliga repor. Om du inte är bekväm med det, vänligen gå tillbaka och välj alternativet manuell inställning.
|
||||
authorize: Auktorisera GitJournal
|
||||
waitPerm: Väntar på tillstånd ...
|
||||
readUser: Läser användarinfo
|
||||
repoSelector:
|
||||
title: Välj eller Skapa ett arkiv
|
||||
hint: Skriv för att söka eller skapa en repo
|
||||
create: Skapa repo {}
|
||||
loading: Loading
|
||||
cloneUrl:
|
||||
enter: Ange URL för Git Clone
|
||||
validator:
|
||||
empty: Ange lite text
|
||||
invalid: felaktig input
|
||||
onlySsh: Endast SSH-webbadresser accepteras för närvarande
|
||||
manual:
|
||||
title: Vänligen skapa ett nytt git-arkiv -
|
||||
step1: 1. Gå till webbplatsen, skapa en repo och kopiera dess git-klon-URL
|
||||
step2: 2. Ange Git-klon-URL
|
||||
button: Öppna Skapa ny reposida
|
||||
next: Nästa
|
||||
fail: Misslyckades
|
||||
keyEditors:
|
||||
public: Ogiltig allmän nyckel - Börjar inte med ssh-rsa
|
||||
private: Ogiltig privat nyckel
|
||||
load: Load from File
|
||||
sshKey:
|
||||
generate: Genererar SSH-nyckel
|
||||
title: För att komma åt detta arkiv måste denna offentliga nyckel kopieras som en distributionsnyckel
|
||||
step1: 1. Kopiera nyckeln
|
||||
step2a: 2. Öppna webbsidan och klistra in distributionsnyckeln. Se till att den har skrivåtkomst.
|
||||
step2b: 2. Ge denna SSH-nyckel åtkomst till git repo. (Du måste räkna ut det själv)
|
||||
step3: 3. Prova kloning ..
|
||||
copy: Kopiera nyckel
|
||||
copied: Offentlig nyckel kopieras till Urklipp
|
||||
regenerate: Regenerera nyckel
|
||||
openDeploy: Öppna Implementera nyckelsidan
|
||||
clone: Clone Repo
|
||||
addDeploy: Lägger till som en distributionsnyckel
|
||||
save: Save
|
||||
sshKeyChoice:
|
||||
title: Vi behöver SSH-nycklar för att autentisera -
|
||||
generate: Skapa nya nycklar
|
||||
custom: Ange anpassade SSH-nycklar
|
||||
sshKeyUserProvided:
|
||||
public: Allmän nyckel -
|
||||
private: Privat nyckel -
|
||||
password: Private Key Password
|
||||
cloning: Kloning ...
|
||||
host:
|
||||
title: Välj en Git Hosting Provider -
|
||||
custom: Beställnings
|
||||
feature:
|
||||
darkMode: Mörkt läge
|
||||
rawEditor: Raw Editor
|
||||
folderSupport: Mappsupport
|
||||
fileNameCustomize: Anpassa anteckningsfilnamn
|
||||
noteMetaDataCustomize:
|
||||
title: Anpassa antecknings metadata
|
||||
subtitle: GitJournal kan användas med statiska webbplatsgeneratorer
|
||||
autoMergeConflicts: Automation Slå samman konfliktlösning
|
||||
noteSorting: Konfigurerbar noteringssortering
|
||||
gitPushFreq: Konfigurerbar Git Sync-frekvens
|
||||
checklistEditor: Checklista Editor
|
||||
journalEditor: Journalredaktör
|
||||
diffViews: Olika mappvyer - Journal, Grid, Standard
|
||||
imageSupport: Bildstöd
|
||||
tags: Observera taggar
|
||||
appShortcuts: Appgenvägar
|
||||
createRepo: Skapa anpassade repor från appen
|
||||
backlinks: Obs! Stöd för bakåtlänkar
|
||||
txtFiles: Txt-filstöd
|
||||
wikiLinks: Support för Wiki Style-länkar
|
||||
metaDataTitle: Anpassa metadata för titel
|
||||
journalEditorDefaultFolder: Anpassa standardmappen för Journal Editor
|
||||
yamlModifiedKey: Anpassa den YAML-modifierade nyckeln
|
||||
yamlCreatedKey: Anpassa den YAML-skapade nyckeln
|
||||
yamlTagsKey: Anpassa YAML-taggarna
|
||||
disableYamlHeader: Inaktivera YAML-metadatahuvudet
|
||||
customizeHomeScreen: Anpassa startskärmen
|
||||
zenMode: Zen Writing Mode
|
||||
emojiSupport:
|
||||
title: Emoji-support
|
||||
subtitle: "Konvertera: hjärta: till ❤️"
|
||||
allNotesView: Lägg till en skärm för att visa "Alla anteckningar"
|
||||
basicSearch: Grundläggande sökning
|
||||
customSSHKeys: Ge dina egna SSH-nycklar
|
||||
customMetaData: Lägg till anpassade metadata till nya anteckningar
|
||||
graphVisualization: Grafvisualisering
|
||||
mutliRepos: Flera Git Repos
|
||||
customThemes: Anpassade teman
|
||||
gitLog: Visa och sök igenom Git History
|
||||
latex: Latexstöd
|
||||
mermaid: Stöd för sjöjungfrudiagram
|
||||
encryptedHosting: Krypterad Git Hosting
|
||||
desktop: Skrivbordsapp
|
||||
markdownToolbar: Markdown Toolbar
|
||||
localization:
|
||||
title: Lokalisering
|
||||
subtitle: Låt GitJournal översättas
|
||||
inlineTags: Inbyggda taggar
|
||||
singleJournalEntry: Single Journal Entry File per day
|
||||
configureBottomMenuBar: Configure the Bottom Menu Bar
|
||||
customFileNamePerEditor: Custom FileName per Editor
|
||||
branchSelection: Git Branch Selection
|
||||
inlineLatex: Inline Katex Support in Markdown
|
||||
feature_timeline:
|
||||
title: Funktionstidslinje
|
||||
progress: Pågående
|
||||
plan: Planerad
|
||||
issues: GitJournal's development is tracked on Github. Please consider voting on the issues you consider important.
|
||||
purchase_screen:
|
||||
title: Pro-version
|
||||
desc: 'GitJournal är helt öppen källkod och är resultatet av betydande utvecklingsarbete. Det har inget riskkapital eller stöd från företag och kommer aldrig att göra det. Ditt stöd upprätthåller utvecklingen direkt. GitJournal arbetar med en "betala vad du vill modell (med ett minimum)".'
|
||||
restore: Återställa köp
|
||||
oneTime:
|
||||
title: Engångsköp
|
||||
desc: Aktiverar permanent alla Pro-funktioner som för närvarande finns i GitJournal och nya funktioner har lagts till under de följande 12 månaderna.
|
||||
monthly:
|
||||
title: Månadsprenumeration
|
||||
desc: Aktiverar alla Pro-funktioner. Efter 12 månader eller efter att du har betalat {minYearlyPurchase} får du alla fördelarna med "Engångsköp"
|
||||
thanks:
|
||||
title: Thank You
|
||||
subtitle: You're awesome for supporting GitJournal
|
||||
expired: Subscription Expired on {}
|
||||
unknown: Unknown
|
||||
OnBoarding:
|
||||
Skip: Skip
|
||||
Next: Next
|
||||
getStarted: Get Started
|
||||
subtitle: "An Open Source Note Taking App built on top of Git"
|
||||
page2: "Your Notes are stored in a standard Markdown + YAML Header format"
|
||||
page3: "Sync your Local Git Repo with any provider"
|
||||
beta: BETA
|
||||
none: None
|
@ -1,590 +0,0 @@
|
||||
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
|
||||
#
|
||||
# SPDX-License-Identifier: CC-BY-4.0
|
||||
settings:
|
||||
ok: Ok
|
||||
cancel: Cancel
|
||||
title: Cài đặt
|
||||
author:
|
||||
label: Tên đầy đủ
|
||||
validator: Vui lòng nhập một tên
|
||||
email:
|
||||
label: Email
|
||||
validator:
|
||||
empty: Vui lòng nhập một email
|
||||
invalid: Vui lòng nhập một email đúng định đạng
|
||||
display:
|
||||
title: Hiển thị cài đặt
|
||||
homeScreen: Màn hình chính
|
||||
theme: Theme
|
||||
images:
|
||||
title: Image Settings
|
||||
subtitle: Configure how images are displayed
|
||||
imageTextType:
|
||||
alt: Alt Text
|
||||
altAndTooltip: Alt Text and Tooltip
|
||||
tooltip: Tooltip
|
||||
none: None
|
||||
captions:
|
||||
title: Image Captions
|
||||
subtitle: Configure the image captions
|
||||
useAsCaption: Use as caption
|
||||
overlayCaption: Draw caption on top of large enough images
|
||||
transparentCaption: Overlay captions have a semitransparent background
|
||||
blurBehindCaption: Blur Image behind caption
|
||||
tooltipFirst:
|
||||
title: Show tooltip before alt text
|
||||
tooltip: Current order is “<tooltip> - <altText>”
|
||||
altText: Current order is “<altText> - <tooltip>”
|
||||
captionOverrides: Caption Overrides
|
||||
tagDescription: Put these tags in “” to override the behavior for it.
|
||||
doNotCaptionTags:
|
||||
hint: DoNotCaption-Tags
|
||||
label: Never use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoCaption-Tag”.
|
||||
doCaptionTags:
|
||||
hint: DoCaption-Tags
|
||||
label: Always use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotCaption-Tag”.
|
||||
detailsView:
|
||||
header: Detail View
|
||||
maxZoom: Maximal zoom level
|
||||
rotateGestures:
|
||||
title: Rotate Image with gestures
|
||||
subtitle: Rotate by moving two fingers in a circle
|
||||
theming:
|
||||
title: Image Theming
|
||||
subtitle: Configure how images are themed
|
||||
adjustColors:
|
||||
all: All
|
||||
blackAndWhite: Only black and white
|
||||
grays: Only grays
|
||||
doNotThemeTags:
|
||||
hint: DoNotTheme-Tags
|
||||
label: Never theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoTheme-Tag”.
|
||||
doThemeTags:
|
||||
hint: DoTheme-Tag
|
||||
label: Always theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotTheme-Tag”.
|
||||
matchCanvasColor:
|
||||
title: Match Background Color
|
||||
subtitle: Replaces white/black parts of vector graphics with the canvas color
|
||||
tagDescription: Put these tags in “” to override the behavior for the image.
|
||||
themeOverrides: Theme Overrides
|
||||
themeOverrideTagLocation: Theme Override Tag Location
|
||||
themeRasterGraphics: Theme Raster Graphics (.png/.jpg)
|
||||
themeSvgWithBackground: Theme SVGs With Background
|
||||
themeVectorGraphics:
|
||||
title: Theme Vector Graphics
|
||||
filter: Using Color Filter
|
||||
'off': false
|
||||
'on': true
|
||||
vectorGraphics: Vector Graphics (.svg)
|
||||
vectorGraphicsAdjustColors: Colors to Adjust
|
||||
lang: Language
|
||||
gitAuthor: Git Author Settings
|
||||
versionInfo: Thông tin phiên bản
|
||||
analytics: Analytics
|
||||
crashReports: Collect Anonymous Crash Reports
|
||||
usageStats: Collect Anonymous Usage Statistics
|
||||
debug:
|
||||
title: Debug App
|
||||
subtitle: Look under the hood
|
||||
levels:
|
||||
title: Select Level
|
||||
error: Error
|
||||
warning: warning
|
||||
info: Info
|
||||
debug: Debug
|
||||
verbose: Verbose
|
||||
copy: Debug Logs Copied
|
||||
images:
|
||||
title: Image Settings
|
||||
subtitle: Configure how Images are stored
|
||||
imageLocation: Image Location
|
||||
currentFolder: Same Folder as Note
|
||||
customFolder: Custom Folder
|
||||
gitRemote:
|
||||
changeHost:
|
||||
title: Reconfigure Git Host
|
||||
subtitle: Notes which have not been synced will be lost
|
||||
ok: Ok
|
||||
cancel: Cancel
|
||||
title: Git Remote Settings
|
||||
subtitle: Configure where your notes are synced
|
||||
host: Git Host
|
||||
branch: Branch
|
||||
resetHard:
|
||||
title: Reset Git Host
|
||||
subtitle: This will HARD reset the current branch to its remote
|
||||
noteMetaData:
|
||||
title: Note Metadata Settings
|
||||
subtitle: Configure how the Note Metadata is saved
|
||||
text: Every note has some metadata which is stored in a YAML Header as follows -
|
||||
enableHeader: Enable YAML Header
|
||||
modified: Modified Field
|
||||
created: Created Field
|
||||
tags: Tags Field
|
||||
example:
|
||||
title: Example Title
|
||||
titleMetaData:
|
||||
title: Title
|
||||
fromH1: Text Header 1
|
||||
fromYaml: From YAML 'title'
|
||||
filename: FileName
|
||||
exampleTitle: Pigeons
|
||||
exampleBody: I think they might be evil. Even more evil than penguins.
|
||||
exampleTag1: Birds
|
||||
exampleTag2: Evil
|
||||
customMetaData:
|
||||
title: Custom MetaData
|
||||
invalid: Invalid YAML
|
||||
output: Output
|
||||
input: Input
|
||||
editorType: Editor Type Field
|
||||
privacy: Privacy Policy
|
||||
terms: Terms and Conditions
|
||||
experimental:
|
||||
title: Experimental Features
|
||||
subtitle: Try out features in Development
|
||||
markdownToolbar: Show Markdown Toolbar in Editor
|
||||
graphView: Graph View
|
||||
accounts: Platform Independent Accounts
|
||||
includeSubfolders: Include Subfolders
|
||||
experimentalGitOps: Dart-only Git implementation
|
||||
merge: Dart-only merge implementation
|
||||
autoCompleteTags: Tags Auto Completion
|
||||
history: History View
|
||||
editors:
|
||||
title: Editor Settings
|
||||
subtitle: Configure how different editors work
|
||||
defaultEditor: Default Editor
|
||||
defaultState: Default State
|
||||
markdownEditor: Markdown Editor
|
||||
journalEditor: Journal Editor
|
||||
defaultFolder: Default Folder
|
||||
checklistEditor: Checklist Editor
|
||||
rawEditor: Raw Editor
|
||||
choose: Choose Editor
|
||||
orgEditor: Org Editor
|
||||
defaultNoteFormat: Default Note Format
|
||||
journalDefaultFolderSelect: Creating a Note in '{}'
|
||||
sortingField:
|
||||
modified: Last Modified
|
||||
created: Created
|
||||
filename: File Name
|
||||
title: Title
|
||||
sortingOrder:
|
||||
asc: Ascending
|
||||
desc: Descending
|
||||
sortingMode:
|
||||
field: Field
|
||||
order: Order
|
||||
remoteSync:
|
||||
auto: Automatic
|
||||
manual: Manual
|
||||
tags:
|
||||
title: Tags Settings
|
||||
subtitle: Configure how inline tags are parsed
|
||||
enable: Parse Inline Tags
|
||||
prefixes: Inline Tags Prefixes
|
||||
misc:
|
||||
title: Misc Settings
|
||||
swipe: Swipe to Delete Note
|
||||
listView: List View
|
||||
confirmDelete: Show a Popup to Confirm Deletes
|
||||
hardWrap: Enable hardWrap
|
||||
emoji: Emojify text
|
||||
NoteFileNameFormat:
|
||||
iso8601WithTimeZone: ISO8601 With TimeZone
|
||||
iso8601: ISO8601
|
||||
iso8601WithoutColon: ISO8601 without Colons
|
||||
title: Title
|
||||
uuid: Uuid V4
|
||||
zettelkasten: yyyymmddhhmmss
|
||||
simple: yyyy-mm-dd-hh-mm-ss
|
||||
dateOnly: yyyy-mm-dd
|
||||
kebabCase: Kebab Case
|
||||
HomeScreen:
|
||||
allNotes: All Notes
|
||||
allFolders: All Folders
|
||||
EditorDefaultView:
|
||||
edit: Edit
|
||||
view: View
|
||||
lastUsed: Last Used
|
||||
theme:
|
||||
light: Light Theme
|
||||
dark: Dark Theme
|
||||
default: System Default
|
||||
versionCopied: Copied version to clipboard
|
||||
ssh:
|
||||
syncFreq: Sync Frequency
|
||||
note:
|
||||
title: Note Settings
|
||||
defaultFolder: Default Folder for new notes
|
||||
newNoteFileName: New Note Filename
|
||||
storage:
|
||||
title: Storage
|
||||
fileName: filename
|
||||
external: Store Repo Externally
|
||||
icloud: Store in iCloud
|
||||
repoLocation: Repo Location
|
||||
notWritable: "{} is not writable"
|
||||
failedExternal: Unable to get External Storage Directory
|
||||
permissionFailed: External Storage Permission Failed
|
||||
drawer:
|
||||
title: Sidebar Settings
|
||||
bottomMenuBar:
|
||||
title: Bottom Menu Bar
|
||||
subtitle: Configure its appearance and behavior
|
||||
enable: Enable Bottom Menu Bar
|
||||
deleteRepo: Delete Repository
|
||||
fileFormat:
|
||||
markdown: Markdown
|
||||
txt: Txt
|
||||
orgMode: Org Mode
|
||||
fileTypes:
|
||||
title: Note File Types
|
||||
subtitle: Configure what files are considered Notes
|
||||
numFiles:
|
||||
other: "{} File"
|
||||
noExt: No Extension
|
||||
list:
|
||||
userInterface:
|
||||
title: User Interface
|
||||
subtitle: Theme, Language, Home, Bottom Bar, Rendering
|
||||
git:
|
||||
title: Git
|
||||
subtitle: Git Author, Remote, Sync Frequency
|
||||
editor:
|
||||
title: Editor
|
||||
subtitle: Default Editor, Default View
|
||||
storage:
|
||||
title: Storage & File Formats
|
||||
subtitle: Storage, Serialization, Metadata, File Formats
|
||||
analytics:
|
||||
title: Analytics
|
||||
subtitle: It's important that you feel comfortable
|
||||
debug:
|
||||
title: Debug
|
||||
subtitle: Peek inside the inner workings of GitJournal
|
||||
experiments:
|
||||
title: Experiments
|
||||
subtitle: Play around with experimental features
|
||||
project:
|
||||
header: Project
|
||||
docs: Documentation & Support
|
||||
contribute: Contribute
|
||||
about: About
|
||||
license:
|
||||
title: Licenses
|
||||
subtitle: GitJoural uses other great software
|
||||
sshKey:
|
||||
keyType: SSH Key Type
|
||||
rsa: RSA
|
||||
ed25519: Ed25519
|
||||
editors:
|
||||
checklist:
|
||||
add: Add Item
|
||||
common:
|
||||
defaultBodyHint: Write here
|
||||
defaultTitleHint: Title
|
||||
discard: Discard Changes
|
||||
share: Share Note
|
||||
takePhoto: Take Photo
|
||||
addImage: Add Image from Gallery
|
||||
editFileName: Edit File Name
|
||||
tags: Edit Tags
|
||||
zen:
|
||||
enable: Enable Zen Mode
|
||||
disable: Disable Zen Mode
|
||||
saveNoteFailed:
|
||||
title: Failed to Save Note
|
||||
message: We're sorry, but we cannot seem to save the Note. It has been copied to the clipboard to avoid data loss.
|
||||
defaultFileNameHint: File Name
|
||||
find: Find in note
|
||||
pro: Pro
|
||||
actions:
|
||||
newNote: New Note
|
||||
newJournal: New Journal Entry
|
||||
newChecklist: New Checklist
|
||||
screens:
|
||||
folders:
|
||||
title: Folders
|
||||
selected: Folder Selected
|
||||
dialog:
|
||||
title: Create new Folder
|
||||
create: Create
|
||||
discard: Discard
|
||||
errorDialog:
|
||||
title: Error
|
||||
deleteContent: Cannot delete a Folder which contains notes
|
||||
renameContent: Cannot rename Root Folder
|
||||
ok: Ok
|
||||
actions:
|
||||
rename: Rename Folder
|
||||
subFolder: Create Sub-Folder
|
||||
delete: Delete Folder
|
||||
decoration: Folder Name
|
||||
empty: Please enter a name
|
||||
tags:
|
||||
title: Tags
|
||||
empty: No Tags Found
|
||||
filesystem:
|
||||
ignoredFile:
|
||||
title: File Ignored
|
||||
ok: Ok
|
||||
rename: Rename
|
||||
rename:
|
||||
decoration: File Name
|
||||
title: Rename
|
||||
folder_view:
|
||||
empty: Let's add some notes?
|
||||
home:
|
||||
allNotes: All Notes
|
||||
cacheLoading:
|
||||
text: Reading Git History ...
|
||||
error:
|
||||
title: Error
|
||||
message: The repo couldn't be opened. Please file a bug and recreate the repo.
|
||||
widgets:
|
||||
rename:
|
||||
'yes': Rename
|
||||
'no': Cancel
|
||||
validator:
|
||||
empty: Please enter a name
|
||||
exists: Already Exists
|
||||
contains: Cannot contain /
|
||||
noExt: "Warning: Extension missing. Will treat file as plain text"
|
||||
changeExt: "Warning: Changing file type from '{}' to '{}'"
|
||||
backlinks:
|
||||
title:
|
||||
other: "{} Note links to this Note"
|
||||
SortingOrderSelector:
|
||||
title: Sorting Criteria
|
||||
PurchaseButton:
|
||||
text: Purchase for {price}
|
||||
fail: Failed to Load
|
||||
failSend: Failed to send purchase request
|
||||
failPurchase: Failed to Purchase - {}
|
||||
FolderView:
|
||||
syncError: Sync Error {}
|
||||
headerOptions:
|
||||
heading: Header Options
|
||||
auto: Auto Generated Title
|
||||
titleFileName: Title or FileName
|
||||
fileName: FileName
|
||||
summary: Show Summary
|
||||
customize: Customize View
|
||||
views:
|
||||
standard: Standard View
|
||||
journal: Journal View
|
||||
grid: Grid View
|
||||
card: Card View
|
||||
select: Select View
|
||||
calendar: Calendar View
|
||||
sortingOptions: Sorting Options
|
||||
viewOptions: View Options
|
||||
noteDeleted: Note Deleted
|
||||
undo: Undo
|
||||
searchFailed: No Search Results Found
|
||||
actions:
|
||||
moveToFolder: Move To Folder
|
||||
pinned: Pinned
|
||||
others: Others
|
||||
imageRenderer:
|
||||
caption: "{first} - {second}"
|
||||
httpError: "Code: {status} for {url}"
|
||||
NoteDeleteDialog:
|
||||
title:
|
||||
other: Do you want to delete this note?
|
||||
'yes': true
|
||||
'no': false
|
||||
NoteEditor:
|
||||
renameFile: Rename File
|
||||
fileName: Filename
|
||||
addType: Adding '{}' to supported file types
|
||||
SyncButton:
|
||||
error: Sync Error {}
|
||||
PurchaseWidget:
|
||||
failed: Purchase Failed
|
||||
NoteViewer:
|
||||
linkNotFound: Link '{}' not found
|
||||
linkInvalid: Link '{}' is invalid.
|
||||
FolderSelectionDialog:
|
||||
title: Select a Folder
|
||||
FolderTreeView:
|
||||
notesCount: "{} Notes"
|
||||
rootFolder: Root Folder
|
||||
ignoredFiles:
|
||||
dot: Starts with a .
|
||||
ext: Doesn't end with one of the following -
|
||||
drawer:
|
||||
setup: Setup Git Host
|
||||
pro: Unlock Pro Version
|
||||
all: All Notes
|
||||
folders: Folders
|
||||
fs: File System
|
||||
tags: Tags
|
||||
share: Share App
|
||||
rate: Rate Us
|
||||
feedback: Feedback
|
||||
bug: Bug Report
|
||||
graph: Graph View
|
||||
remote: No Git Host
|
||||
addRepo: Add Repository
|
||||
login: Login
|
||||
history: History
|
||||
setup:
|
||||
autoConfigure:
|
||||
title: How do you want to do this?
|
||||
automatic: Setup Automatically
|
||||
manual: Let me do it manually
|
||||
autoconfigure:
|
||||
step1: 1. List your existing repos or create a new repo
|
||||
step2: 2. Generate an SSH Key on this device
|
||||
step3: 3. Add the key as a deploy key with write access to the repository
|
||||
warning: This will require granting GitJournal access to all private and public repos. If you're not comfortable with that please go back and chose the manual setup option.
|
||||
authorize: Authorize GitJournal
|
||||
waitPerm: Waiting for Permissions ...
|
||||
readUser: Reading User Info
|
||||
repoSelector:
|
||||
title: Select or Create a Repository
|
||||
hint: Type to Search or Create a Repo
|
||||
create: Create Private Repo {}
|
||||
loading: Loading
|
||||
cloneUrl:
|
||||
enter: Enter the Git Clone URL
|
||||
validator:
|
||||
empty: Please enter some text
|
||||
invalid: Invalid Input
|
||||
onlySsh: Only SSH urls are currently accepted
|
||||
manual:
|
||||
title: Please create a new git repository -
|
||||
step1: 1. Go to the website, create a repo and copy its git clone URL
|
||||
step2: 2. Enter the Git clone URL
|
||||
button: Open Create New Repo Webpage
|
||||
next: Next
|
||||
fail: Failed
|
||||
keyEditors:
|
||||
public: Invalid Public Key - Doesn't start with ssh-rsa or ssh-ed25519
|
||||
private: Invalid Private Key
|
||||
load: Load from File
|
||||
sshKey:
|
||||
generate: Generating SSH Key
|
||||
title: In order to access this repository, this public key must be copied as a deploy key
|
||||
step1: 1. Copy the key
|
||||
step2a: 2. Open webpage, and paste the deploy key. Make sure it is given Write Access.
|
||||
step2b: 2. Give this SSH Key access to the git repo. (You need to figure it out yourself)
|
||||
step3: 3. Try Cloning ..
|
||||
copy: Copy Key
|
||||
copied: Public Key copied to Clipboard
|
||||
regenerate: Regenerate Key
|
||||
openDeploy: Open Deploy Key Webpage
|
||||
clone: Clone Repo
|
||||
addDeploy: Adding as a Deploy Key
|
||||
save: Save
|
||||
sshKeyChoice:
|
||||
title: We need SSH keys to authenticate -
|
||||
generate: Generate new keys
|
||||
custom: Provide Custom SSH Keys
|
||||
sshKeyUserProvided:
|
||||
public: Public Key -
|
||||
private: Private Key -
|
||||
password: Private Key Password
|
||||
cloning: Cloning ...
|
||||
host:
|
||||
title: Select a Git Hosting Provider -
|
||||
custom: Custom
|
||||
feature:
|
||||
darkMode: Dark Mode
|
||||
rawEditor: Raw Editor
|
||||
folderSupport: Folder Support
|
||||
fileNameCustomize: Customize Note FileName
|
||||
noteMetaDataCustomize:
|
||||
title: Customize Note Metadata
|
||||
subtitle: Allows GitJournal to be used with static website generators
|
||||
autoMergeConflicts: Automation Merge Conflict Resolution
|
||||
noteSorting: Configurable Note Sorting
|
||||
gitPushFreq: Configurable Git Sync Frequency
|
||||
checklistEditor: Checklist Editor
|
||||
journalEditor: Journal Editor
|
||||
diffViews: Different Folder Views - Journal, Grid, Standard
|
||||
imageSupport: Image Support
|
||||
tags: Note Tags
|
||||
appShortcuts: App Shortcuts
|
||||
createRepo: Create Custom Repos from within App
|
||||
backlinks: Note Backlinks Support
|
||||
txtFiles: Txt File Support
|
||||
wikiLinks: Wiki Style Links Support
|
||||
metaDataTitle: Customize Title MetaData
|
||||
journalEditorDefaultFolder: Customize Default Folder for Journal Editor
|
||||
yamlModifiedKey: Customize the YAML modified key
|
||||
yamlCreatedKey: Customize the YAML created key
|
||||
yamlTagsKey: Customize the YAML tags key
|
||||
disableYamlHeader: Disable YAML Metadata Header
|
||||
customizeHomeScreen: Customize Home Screen
|
||||
zenMode: Zen Writing Mode
|
||||
emojiSupport:
|
||||
title: Emoji Support
|
||||
subtitle: "Convert :heart: to ❤️"
|
||||
allNotesView: Add a screen to show "All Notes"
|
||||
basicSearch: Basic Search
|
||||
customSSHKeys: Provide your own SSH Keys
|
||||
customMetaData: Add Custom Metadata to new Notes
|
||||
graphVisualization: Graph Visualization
|
||||
mutliRepos: Multiple Git Repos
|
||||
customThemes: Custom Themes
|
||||
gitLog: View and Search through Git History
|
||||
latex: Latex Support
|
||||
mermaid: Mermaid Diagram Support
|
||||
encryptedHosting: Encrypted Git Hosting
|
||||
desktop: Desktop App
|
||||
markdownToolbar: Markdown Toolbar
|
||||
localization:
|
||||
title: Localization
|
||||
subtitle: Allow GitJournal to be translated
|
||||
inlineTags: Inline Tags
|
||||
singleJournalEntry: Single Journal Entry File per day
|
||||
configureBottomMenuBar: Configure the Bottom Menu Bar
|
||||
customFileNamePerEditor: Custom FileName per Editor
|
||||
branchSelection: Git Branch Selection
|
||||
inlineLatex: Inline Katex Support in Markdown
|
||||
feature_timeline:
|
||||
title: Feature Timeline
|
||||
progress: In Progress
|
||||
plan: Planned
|
||||
issues: GitJournal's development is tracked on Github. Please consider voting on the issues you consider important.
|
||||
purchase_screen:
|
||||
title: Pro Version
|
||||
desc: 'GitJournal is completely open source and is the result of significant development work. It has no venture capital or corporation backing and it never will. Your support directly sustains development. GitJournal operates on a "pay what you want model (with a minimum)".'
|
||||
restore: Restore Purchase
|
||||
oneTime:
|
||||
title: One Time Purchase
|
||||
desc: Permanently enables all Pro features currently in GitJournal and new features added in the following 12 months.
|
||||
monthly:
|
||||
title: Monthly Installments
|
||||
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
|
||||
expired: Subscription Expired on {}
|
||||
unknown: Unknown
|
||||
OnBoarding:
|
||||
Skip: Skip
|
||||
Next: Next
|
||||
getStarted: Get Started
|
||||
subtitle: "An Open Source Note Taking App built on top of Git"
|
||||
page2: "Your Notes are stored in a standard Markdown + YAML Header format"
|
||||
page3: "Sync your Local Git Repo with any provider"
|
||||
beta: BETA
|
||||
none: None
|
@ -1,590 +0,0 @@
|
||||
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
|
||||
#
|
||||
# SPDX-License-Identifier: CC-BY-4.0
|
||||
settings:
|
||||
ok: 好的
|
||||
cancel: 取消
|
||||
title: 设置
|
||||
author:
|
||||
label: 全名
|
||||
validator: 请输入名字
|
||||
email:
|
||||
label: 邮箱地址
|
||||
validator:
|
||||
empty: 请输入邮箱地址
|
||||
invalid: 请输入有效的邮箱地址
|
||||
display:
|
||||
title: 显示设置
|
||||
homeScreen: 主页显示
|
||||
theme: 主题
|
||||
images:
|
||||
title: 图片设置
|
||||
subtitle: 配置图片显示效果
|
||||
imageTextType:
|
||||
alt: Alt Text
|
||||
altAndTooltip: Alt Text 和 Tooltip
|
||||
tooltip: Tooltip
|
||||
none: 无
|
||||
captions:
|
||||
title: 图片说明
|
||||
subtitle: 配置图片说明
|
||||
useAsCaption: 图片说明显示方式
|
||||
overlayCaption: 在足够大的图片上方显示说明
|
||||
transparentCaption: 图片说明使用半透明背景
|
||||
blurBehindCaption: 使说明后的图片模糊
|
||||
tooltipFirst:
|
||||
title: 在 tooltip 前显示 alt text
|
||||
tooltip: 目前的顺序:「<tooltip> - <altText>」
|
||||
altText: 目前的顺序:「<altText> - <tooltip>」
|
||||
captionOverrides: Caption Overrides
|
||||
tagDescription: Put these tags in “” to override the behavior for it.
|
||||
doNotCaptionTags:
|
||||
hint: DoNotCaption-Tags
|
||||
label: Never use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoCaption-Tag”.
|
||||
doCaptionTags:
|
||||
hint: DoCaption-Tags
|
||||
label: Always use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotCaption-Tag”.
|
||||
detailsView:
|
||||
header: Detail View
|
||||
maxZoom: Maximal zoom level
|
||||
rotateGestures:
|
||||
title: Rotate Image with gestures
|
||||
subtitle: Rotate by moving two fingers in a circle
|
||||
theming:
|
||||
title: Image Theming
|
||||
subtitle: Configure how images are themed
|
||||
adjustColors:
|
||||
all: All
|
||||
blackAndWhite: Only black and white
|
||||
grays: Only grays
|
||||
doNotThemeTags:
|
||||
hint: DoNotTheme-Tags
|
||||
label: Never theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoTheme-Tag”.
|
||||
doThemeTags:
|
||||
hint: DoTheme-Tag
|
||||
label: Always theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotTheme-Tag”.
|
||||
matchCanvasColor:
|
||||
title: Match Background Color
|
||||
subtitle: Replaces white/black parts of vector graphics with the canvas color
|
||||
tagDescription: Put these tags in “” to override the behavior for the image.
|
||||
themeOverrides: Theme Overrides
|
||||
themeOverrideTagLocation: Theme Override Tag Location
|
||||
themeRasterGraphics: Theme Raster Graphics (.png/.jpg)
|
||||
themeSvgWithBackground: Theme SVGs With Background
|
||||
themeVectorGraphics:
|
||||
title: Theme Vector Graphics
|
||||
filter: Using Color Filter
|
||||
'off': false
|
||||
'on': true
|
||||
vectorGraphics: 矢量图 (.svg)
|
||||
vectorGraphicsAdjustColors: Colors to Adjust
|
||||
lang: 语言
|
||||
gitAuthor: Git Author 设置
|
||||
versionInfo: 版本信息
|
||||
analytics: 数据共享
|
||||
crashReports: 收集匿名崩溃报告
|
||||
usageStats: 收集匿名使用数据
|
||||
debug:
|
||||
title: 调试应用
|
||||
subtitle: 在列表预览
|
||||
levels:
|
||||
title: 选择等级
|
||||
error: Error
|
||||
warning: warning
|
||||
info: Info
|
||||
debug: Debug
|
||||
verbose: Verbose
|
||||
copy: 调试日志已复制
|
||||
images:
|
||||
title: 图片设置
|
||||
subtitle: 图片存储方式
|
||||
imageLocation: 图片地址
|
||||
currentFolder: 与笔记相同目录
|
||||
customFolder: 自定义文件夹
|
||||
gitRemote:
|
||||
changeHost:
|
||||
title: 重新配置 Git 地址?
|
||||
subtitle: 未同步的笔记将会丢失
|
||||
ok: 好的
|
||||
cancel: 取消
|
||||
title: Git 远程库设置
|
||||
subtitle: 设置您的笔记的同步位置
|
||||
host: Git Host
|
||||
branch: 分支
|
||||
resetHard:
|
||||
title: 重设 Git Host
|
||||
subtitle: 这将会强制将现有分支同其远程版本同步
|
||||
noteMetaData:
|
||||
title: 笔记元数据设置
|
||||
subtitle: 配置如何保存笔记的元数据
|
||||
text: "每条笔记都有一些元数据,这些元数据被存储在YAML格式的数据头中,如下所示 "
|
||||
enableHeader: 启用 YAML 头
|
||||
modified: 修改时间
|
||||
created: 创建时间
|
||||
tags: 标签部分
|
||||
example:
|
||||
title: 示例标题
|
||||
titleMetaData:
|
||||
title: 标题
|
||||
fromH1: 标题 1
|
||||
fromYaml: 从 YAML 的 'title' 获取
|
||||
filename: 文件名
|
||||
exampleTitle: Pigeons
|
||||
exampleBody: I think they might be evil. Even more evil than penguins.
|
||||
exampleTag1: Birds
|
||||
exampleTag2: Evil
|
||||
customMetaData:
|
||||
title: 自定义元数据
|
||||
invalid: YAML 不正确
|
||||
output: 输出
|
||||
input: 输入
|
||||
editorType: Editor Type Field
|
||||
privacy: 隐私政策
|
||||
terms: 使用条款
|
||||
experimental:
|
||||
title: 实验功能
|
||||
subtitle: 体验正在开发的功能
|
||||
markdownToolbar: 在编辑器中显示 Markdown 工具栏
|
||||
graphView: 图谱视图
|
||||
accounts: 平台独立的帐号
|
||||
includeSubfolders: 包括子目录
|
||||
experimentalGitOps: Dart-only Git
|
||||
merge: Dart-only merge
|
||||
autoCompleteTags: 自动补全标签
|
||||
history: 历史视图
|
||||
editors:
|
||||
title: 编辑器设置
|
||||
subtitle: 配置不同的编辑器
|
||||
defaultEditor: 默认编辑器
|
||||
defaultState: 默认视图
|
||||
markdownEditor: Markdown 编辑器
|
||||
journalEditor: 日志编辑器
|
||||
defaultFolder: 默认目录
|
||||
checklistEditor: 清单编辑器
|
||||
rawEditor: Raw 编辑器
|
||||
choose: 选择编辑器
|
||||
orgEditor: Org 编辑器
|
||||
defaultNoteFormat: 默认笔记格式
|
||||
journalDefaultFolderSelect: 在 '{}' 新建笔记
|
||||
sortingField:
|
||||
modified: 编辑时间
|
||||
created: 创建时间
|
||||
filename: 文件名
|
||||
title: 标题
|
||||
sortingOrder:
|
||||
asc: 升序
|
||||
desc: 降序
|
||||
sortingMode:
|
||||
field: 规则
|
||||
order: 排序
|
||||
remoteSync:
|
||||
auto: 自动
|
||||
manual: 手动
|
||||
tags:
|
||||
title: 标签设置
|
||||
subtitle: 配置标签解析方式
|
||||
enable: 解析行内标签
|
||||
prefixes: 行内标签前缀
|
||||
misc:
|
||||
title: 其他设置
|
||||
swipe: 滑动以删除笔记
|
||||
listView: 列表视图
|
||||
confirmDelete: 删除笔记前确认
|
||||
hardWrap: 启用 hardWrap
|
||||
emoji: Emojify Text
|
||||
NoteFileNameFormat:
|
||||
iso8601WithTimeZone: ISO8601 With TimeZone
|
||||
iso8601: ISO8601
|
||||
iso8601WithoutColon: ISO8601 without Colons
|
||||
title: Title
|
||||
uuid: Uuid V4
|
||||
zettelkasten: yyyymmddhhmmss
|
||||
simple: yyyy-mm-dd-hh-mm-ss
|
||||
dateOnly: yyyy-mm-dd
|
||||
kebabCase: Kebab Case
|
||||
HomeScreen:
|
||||
allNotes: 全部笔记
|
||||
allFolders: 所有目录
|
||||
EditorDefaultView:
|
||||
edit: 编辑
|
||||
view: 预览
|
||||
lastUsed: 上一次使用
|
||||
theme:
|
||||
light: 浅色模式
|
||||
dark: 深色模式
|
||||
default: 跟随系统
|
||||
versionCopied: 已复制版本信息到剪贴板
|
||||
ssh:
|
||||
syncFreq: 同步频率
|
||||
note:
|
||||
title: 笔记设置
|
||||
defaultFolder: 新笔记存储位置
|
||||
newNoteFileName: 新笔记的文件名
|
||||
storage:
|
||||
title: 存储
|
||||
fileName: 文件名
|
||||
external: 在外部存储笔记库
|
||||
icloud: 在 iCloud 中存储笔记库
|
||||
repoLocation: 笔记库位置
|
||||
notWritable: "{} 不可写"
|
||||
failedExternal: 无法获取外部存储与目录信息
|
||||
permissionFailed: External Storage Permission Failed
|
||||
drawer:
|
||||
title: 侧边栏设置
|
||||
bottomMenuBar:
|
||||
title: 底栏设置
|
||||
subtitle: 配置底栏
|
||||
enable: 显示底栏
|
||||
deleteRepo: 删除库
|
||||
fileFormat:
|
||||
markdown: Markdown
|
||||
txt: Txt
|
||||
orgMode: Org Mode
|
||||
fileTypes:
|
||||
title: 笔记文件类型
|
||||
subtitle: 配置什么类型的文件被当作笔记
|
||||
numFiles:
|
||||
other: "{} 文件"
|
||||
noExt: 无后缀
|
||||
list:
|
||||
userInterface:
|
||||
title: 用户界面
|
||||
subtitle: 主题,语言,主页,底栏,渲染
|
||||
git:
|
||||
title: Git
|
||||
subtitle: Git Author,远程库,同步频率
|
||||
editor:
|
||||
title: 编辑器
|
||||
subtitle: 默认编辑器,默认视图
|
||||
storage:
|
||||
title: 存储和文件格式
|
||||
subtitle: 存储,序列化,元数据,文件格式
|
||||
analytics:
|
||||
title: 数据共享
|
||||
subtitle: 在征得你同意的情况下收集有限的统计数据
|
||||
debug:
|
||||
title: 调试
|
||||
subtitle: 查看 GitJournal 运行情况
|
||||
experiments:
|
||||
title: 实验功能
|
||||
subtitle: 体验尚在测试中的功能
|
||||
project:
|
||||
header: 项目
|
||||
docs: 文档与帮助
|
||||
contribute: 贡献
|
||||
about: 关于
|
||||
license:
|
||||
title: 许可证
|
||||
subtitle: GitJournal 使用了其他优秀的软件
|
||||
sshKey:
|
||||
keyType: SSH Key Type
|
||||
rsa: RSA
|
||||
ed25519: Ed25519
|
||||
editors:
|
||||
checklist:
|
||||
add: 添加项目
|
||||
common:
|
||||
defaultBodyHint: 在此处键入
|
||||
defaultTitleHint: 标题
|
||||
discard: 放弃更改
|
||||
share: 分享笔记
|
||||
takePhoto: 拍照
|
||||
addImage: 相册
|
||||
editFileName: 编辑文件名
|
||||
tags: 编辑标签
|
||||
zen:
|
||||
enable: 进入禅模式
|
||||
disable: 退出禅模式
|
||||
saveNoteFailed:
|
||||
title: 保存笔记失败
|
||||
message: 抱歉,在保存笔记时出现了一些问题。为了防止数据丢失,笔记内容已复制到剪贴板。
|
||||
defaultFileNameHint: 文件名
|
||||
find: 在笔记内查找
|
||||
pro: Pro
|
||||
actions:
|
||||
newNote: 新笔记
|
||||
newJournal: 新日志
|
||||
newChecklist: 新清单
|
||||
screens:
|
||||
folders:
|
||||
title: 目录
|
||||
selected: 选中目录
|
||||
dialog:
|
||||
title: 新建目录
|
||||
create: 新建
|
||||
discard: 取消
|
||||
errorDialog:
|
||||
title: 错误
|
||||
deleteContent: 目录中含有笔记,无法删除
|
||||
renameContent: 无法重命名根目录
|
||||
ok: 好的
|
||||
actions:
|
||||
rename: 重命名目录
|
||||
subFolder: 新建子目录
|
||||
delete: 删除目录
|
||||
decoration: 目录名
|
||||
empty: 请输入目录名
|
||||
tags:
|
||||
title: 标签
|
||||
empty: 未找到标签
|
||||
filesystem:
|
||||
ignoredFile:
|
||||
title: 已忽略的文件
|
||||
ok: 好的
|
||||
rename: 重命名
|
||||
rename:
|
||||
decoration: 文件名称
|
||||
title: 重命名
|
||||
folder_view:
|
||||
empty: 创建一些笔记吧!
|
||||
home:
|
||||
allNotes: 全部笔记
|
||||
cacheLoading:
|
||||
text: Reading Git History ...
|
||||
error:
|
||||
title: Error
|
||||
message: The repo couldn't be opened. Please file a bug and recreate the repo.
|
||||
widgets:
|
||||
rename:
|
||||
'yes': 重命名
|
||||
'no': 取消
|
||||
validator:
|
||||
empty: 请输入名称
|
||||
exists: 已存在同名笔记
|
||||
contains: 名称不可包含 /
|
||||
noExt: "警告:无后缀。将会当作文本处理"
|
||||
changeExt: "警告:修改文件类型,从 '{}' 改为 '{}'"
|
||||
backlinks:
|
||||
title:
|
||||
other: " {} 个笔记同此笔记链接"
|
||||
SortingOrderSelector:
|
||||
title: 排序
|
||||
PurchaseButton:
|
||||
text: 以 {price} 购买
|
||||
fail: 加载失败
|
||||
failSend: 发送购买请求失败
|
||||
failPurchase: 购买失败 - {}
|
||||
FolderView:
|
||||
syncError: 同步错误 {}
|
||||
headerOptions:
|
||||
heading: 标题选项
|
||||
auto: 自动生成的标题
|
||||
titleFileName: 标题或者文件名
|
||||
fileName: 文件名
|
||||
summary: 展示笔记概览
|
||||
customize: 自定义视图
|
||||
views:
|
||||
standard: 标准视图
|
||||
journal: 日志视图
|
||||
grid: 网格视图
|
||||
card: 卡片视图
|
||||
select: 选择视图
|
||||
calendar: 日历视图
|
||||
sortingOptions: 排序选项
|
||||
viewOptions: 视图设置
|
||||
noteDeleted: 已删除的笔记
|
||||
undo: 撤销
|
||||
searchFailed: 没有找到结果
|
||||
actions:
|
||||
moveToFolder: 移动到
|
||||
pinned: 固定
|
||||
others: 其他
|
||||
imageRenderer:
|
||||
caption: "{first} - {second}"
|
||||
httpError: "Code: {status} for {url}"
|
||||
NoteDeleteDialog:
|
||||
title:
|
||||
other: 是否删除该笔记?
|
||||
'yes': 是
|
||||
'no': 否
|
||||
NoteEditor:
|
||||
renameFile: 重命名
|
||||
fileName: 文件名
|
||||
addType: 将 '{}' 添加进受支持的文件类型
|
||||
SyncButton:
|
||||
error: 同步错误 {}
|
||||
PurchaseWidget:
|
||||
failed: 购买失败
|
||||
NoteViewer:
|
||||
linkNotFound: 链接 '{}' 未找到
|
||||
linkInvalid: 链接 '{}' 不存在
|
||||
FolderSelectionDialog:
|
||||
title: 选择一个目录
|
||||
FolderTreeView:
|
||||
notesCount: "{} Notes"
|
||||
rootFolder: 根目录
|
||||
ignoredFiles:
|
||||
dot: 以 . 开始
|
||||
ext: 不以以下字符结束 -
|
||||
drawer:
|
||||
setup: 设置 Git Host
|
||||
pro: 解锁 Pro 版
|
||||
all: 全部笔记
|
||||
folders: 目录
|
||||
fs: 文件系统
|
||||
tags: 标签
|
||||
share: 分享应用
|
||||
rate: 评分
|
||||
feedback: 反馈
|
||||
bug: 报告 Bug
|
||||
graph: 图谱
|
||||
remote: 无 Git Host
|
||||
addRepo: 新建库
|
||||
login: 登录
|
||||
history: 历史
|
||||
setup:
|
||||
autoConfigure:
|
||||
title: 你希望以什么方式配置?
|
||||
automatic: 自动配置
|
||||
manual: 手动配置
|
||||
autoconfigure:
|
||||
step1: 1. 列出已存在的库与新建库
|
||||
step2: 2. 在此设置生成 SSH 密钥
|
||||
step3: 3. 部署密钥,以获取库的读写权限
|
||||
warning: 这将会授予 GitJournal 所有私有及公有库的访问权限。如果你不放心,请返回,并选择「手动配置」选项。
|
||||
authorize: 授权 GitJournal
|
||||
waitPerm: 等待授权 ……
|
||||
readUser: 读取用户信息
|
||||
repoSelector:
|
||||
title: 选择或者新建一个库
|
||||
hint: 键入以搜索,或者新建库
|
||||
create: 新建私有库 {}
|
||||
loading: 加载中
|
||||
cloneUrl:
|
||||
enter: 输入 Git Clone URL
|
||||
validator:
|
||||
empty: 请输入链接
|
||||
invalid: 链接输入不正确
|
||||
onlySsh: 目前仅接受 SSH 链接
|
||||
manual:
|
||||
title: 请新建一个 Git 库:
|
||||
step1: 1. 打开网页,新建库,然后复制库的 Clone URL。
|
||||
step2: 2. 输入 Git clone URL
|
||||
button: 打开网页以新建库
|
||||
next: 下一步
|
||||
fail: 失败
|
||||
keyEditors:
|
||||
public: 不正确的 Public Key:不以 ssh-rsa 或 ssh-ed25519 开头
|
||||
private: 不正确的 Private Key
|
||||
load: 从文件加载
|
||||
sshKey:
|
||||
generate: 生成 SSH Key
|
||||
title: 为了访问库,必须复制 public key,用于库的 deploy key
|
||||
step1: 1. 复制 Key
|
||||
step2a: 2. 打开网页,将 public key 复制进 deploy key。确认给予其 Write 权限.
|
||||
step2b: 2. 给予此 SSH Key 访问 git 库的权限。 (你必须自己搞定)
|
||||
step3: 3. 正在尝试 Clone ……
|
||||
copy: 复制 Key
|
||||
copied: 已将 Public Key 复制进剪贴板
|
||||
regenerate: 重新生成 Key
|
||||
openDeploy: 打开 Deploy Key 网页
|
||||
clone: Clone 库
|
||||
addDeploy: 添加为 Deploy Key
|
||||
save: 保存
|
||||
sshKeyChoice:
|
||||
title: 授权需要 SSH
|
||||
generate: 生成新的 Key
|
||||
custom: 使用自己的 SSH Keys
|
||||
sshKeyUserProvided:
|
||||
public: Public Key -
|
||||
private: Private Key -
|
||||
password: Private Key 密码
|
||||
cloning: 正在尝试 Clone ……
|
||||
host:
|
||||
title: 选择一个 Git 托管服务商:
|
||||
custom: 自定义
|
||||
feature:
|
||||
darkMode: 深色模式
|
||||
rawEditor: Raw 编辑器
|
||||
folderSupport: 支持目录
|
||||
fileNameCustomize: 自定义文件名
|
||||
noteMetaDataCustomize:
|
||||
title: 自定义笔记元数据
|
||||
subtitle: 使 GitJournal 能够与静态网页生成工具一同使用
|
||||
autoMergeConflicts: 自动解决 Merge 冲突
|
||||
noteSorting: 自定义笔记排序
|
||||
gitPushFreq: 自定义笔记同步频率
|
||||
checklistEditor: 清单编辑器
|
||||
journalEditor: 日志编辑器
|
||||
diffViews: 不同的视图 - 日志,网格,标准
|
||||
imageSupport: 支持图片
|
||||
tags: 笔记标签
|
||||
appShortcuts: App Shortcuts
|
||||
createRepo: 应用内新建库
|
||||
backlinks: 笔记支持反链
|
||||
txtFiles: 支持文本文件
|
||||
wikiLinks: 支持 Wiki 链接
|
||||
metaDataTitle: 自定义标题元数据
|
||||
journalEditorDefaultFolder: 自定义日志编辑器的默认文件夹
|
||||
yamlModifiedKey: 自定义 YAML modified 栏
|
||||
yamlCreatedKey: 自定义 YAML created 栏
|
||||
yamlTagsKey: 自定义 YAML tags 栏
|
||||
disableYamlHeader: 禁用 YAML 元数据头
|
||||
customizeHomeScreen: 自定义主屏
|
||||
zenMode: 禅模式
|
||||
emojiSupport:
|
||||
title: 支持 Emoji
|
||||
subtitle: "将 :heart: 转化为 ❤️"
|
||||
allNotesView: 新增 "全部笔记" 界面
|
||||
basicSearch: 基本搜索
|
||||
customSSHKeys: 支持提供自己的 SSH Keys
|
||||
customMetaData: 添加自定义元数据到新笔记中
|
||||
graphVisualization: 可视化图谱
|
||||
mutliRepos: 多 Git 库
|
||||
customThemes: 自定义主题
|
||||
gitLog: 查看和检索 Git 历史
|
||||
latex: Latex 支持
|
||||
mermaid: 支持 Mermaid 图表
|
||||
encryptedHosting: Git Hosting 加密
|
||||
desktop: 桌面应用
|
||||
markdownToolbar: Markdown 工具栏
|
||||
localization:
|
||||
title: 本地化
|
||||
subtitle: 让 GitJournal 能够被翻译
|
||||
inlineTags: 行内标签
|
||||
singleJournalEntry: 每天仅允许创建一篇日志
|
||||
configureBottomMenuBar: 配置底栏
|
||||
customFileNamePerEditor: 自定义每个编辑器的文件名
|
||||
branchSelection: Git 分支选择
|
||||
inlineLatex: Inline Katex Support in Markdown
|
||||
feature_timeline:
|
||||
title: 功能时间轴
|
||||
progress: 开发中
|
||||
plan: 计划内
|
||||
issues: GitJournal 的开发进度可在 GitHub 中跟进,请为你觉得重要的 issues 投票。
|
||||
purchase_screen:
|
||||
title: Pro 版本
|
||||
desc: "GitJournal 完全开源,是大量的开发工作的成果。它没有来自风险投资亦或企业的支持,也永远不会有。你的支持直接维系着开发工作。\nGitJournal 采用「随你付,随心付(有最小额)」的收费方式。"
|
||||
restore: 恢复购买
|
||||
oneTime:
|
||||
title: 一次性付费
|
||||
desc: 永远解锁现版本所有 Pro 功能,获得接下来 12 个月的新增功能。
|
||||
monthly:
|
||||
title: 按月付费
|
||||
desc: 解锁所有的 Pro 功能。在 12 个月或者支付 {minYearlyPurchase} 后,你将获得所有 「一次性付费」的权益。
|
||||
thanks:
|
||||
title: 感谢
|
||||
subtitle: 谢谢你对 GitJournal 的支持
|
||||
expired: Subscription Expired on {}
|
||||
unknown: Unknown
|
||||
OnBoarding:
|
||||
Skip: 跳过
|
||||
Next: 下一步
|
||||
getStarted: 开始
|
||||
subtitle: "支持 Git 同步的开源笔记应用"
|
||||
page2: "你的笔记以标准的 Markdown 加 YAML 头的格式存储"
|
||||
page3: "同任何 Git 托管服务商同步你的笔记"
|
||||
beta: BETA
|
||||
none: None
|
@ -1,590 +0,0 @@
|
||||
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
|
||||
#
|
||||
# SPDX-License-Identifier: CC-BY-4.0
|
||||
settings:
|
||||
ok: 確定
|
||||
cancel: 取消
|
||||
title: 設定
|
||||
author:
|
||||
label: 作者名稱
|
||||
validator: 請輸入名稱
|
||||
email:
|
||||
label: 電子郵件地址
|
||||
validator:
|
||||
empty: 請輸入電子郵件地址
|
||||
invalid: 請輸入有效的電子郵件地址
|
||||
display:
|
||||
title: 顯示設定
|
||||
homeScreen: 主畫面
|
||||
theme: Theme
|
||||
images:
|
||||
title: Image Settings
|
||||
subtitle: Configure how images are displayed
|
||||
imageTextType:
|
||||
alt: Alt Text
|
||||
altAndTooltip: Alt Text and Tooltip
|
||||
tooltip: Tooltip
|
||||
none: None
|
||||
captions:
|
||||
title: Image Captions
|
||||
subtitle: Configure the image captions
|
||||
useAsCaption: Use as caption
|
||||
overlayCaption: Draw caption on top of large enough images
|
||||
transparentCaption: Overlay captions have a semitransparent background
|
||||
blurBehindCaption: Blur Image behind caption
|
||||
tooltipFirst:
|
||||
title: Show tooltip before alt text
|
||||
tooltip: Current order is “<tooltip> - <altText>”
|
||||
altText: Current order is “<altText> - <tooltip>”
|
||||
captionOverrides: Caption Overrides
|
||||
tagDescription: Put these tags in “” to override the behavior for it.
|
||||
doNotCaptionTags:
|
||||
hint: DoNotCaption-Tags
|
||||
label: Never use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoCaption-Tag”.
|
||||
doCaptionTags:
|
||||
hint: DoCaption-Tags
|
||||
label: Always use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotCaption-Tag”.
|
||||
detailsView:
|
||||
header: Detail View
|
||||
maxZoom: Maximal zoom level
|
||||
rotateGestures:
|
||||
title: Rotate Image with gestures
|
||||
subtitle: Rotate by moving two fingers in a circle
|
||||
theming:
|
||||
title: Image Theming
|
||||
subtitle: Configure how images are themed
|
||||
adjustColors:
|
||||
all: All
|
||||
blackAndWhite: Only black and white
|
||||
grays: Only grays
|
||||
doNotThemeTags:
|
||||
hint: DoNotTheme-Tags
|
||||
label: Never theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoTheme-Tag”.
|
||||
doThemeTags:
|
||||
hint: DoTheme-Tag
|
||||
label: Always theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotTheme-Tag”.
|
||||
matchCanvasColor:
|
||||
title: Match Background Color
|
||||
subtitle: Replaces white/black parts of vector graphics with the canvas color
|
||||
tagDescription: Put these tags in “” to override the behavior for the image.
|
||||
themeOverrides: Theme Overrides
|
||||
themeOverrideTagLocation: Theme Override Tag Location
|
||||
themeRasterGraphics: Theme Raster Graphics (.png/.jpg)
|
||||
themeSvgWithBackground: Theme SVGs With Background
|
||||
themeVectorGraphics:
|
||||
title: Theme Vector Graphics
|
||||
filter: Using Color Filter
|
||||
'off': false
|
||||
'on': true
|
||||
vectorGraphics: Vector Graphics (.svg)
|
||||
vectorGraphicsAdjustColors: Colors to Adjust
|
||||
lang: Language
|
||||
gitAuthor: Git 作者設定
|
||||
versionInfo: GitJournal 版本
|
||||
analytics: 分析
|
||||
crashReports: Collect Anonymous Crash Reports
|
||||
usageStats: Collect Anonymous Usage Statistics
|
||||
debug:
|
||||
title: Debug App
|
||||
subtitle: Look under the hood
|
||||
levels:
|
||||
title: Select Level
|
||||
error: Error
|
||||
warning: warning
|
||||
info: Info
|
||||
debug: Debug
|
||||
verbose: Verbose
|
||||
copy: Debug Logs Copied
|
||||
images:
|
||||
title: 圖片設定
|
||||
subtitle: Configure how Images are stored
|
||||
imageLocation: 圖片位置
|
||||
currentFolder: Same Folder as Note
|
||||
customFolder: 自訂資料夾
|
||||
gitRemote:
|
||||
changeHost:
|
||||
title: Reconfigure Git Host
|
||||
subtitle: Notes which have not been synced will be lost
|
||||
ok: 確定
|
||||
cancel: 取消
|
||||
title: Git 遠端設定
|
||||
subtitle: Configure where your notes are synced
|
||||
host: Git Host
|
||||
branch: Branch
|
||||
resetHard:
|
||||
title: Reset Git Host
|
||||
subtitle: This will HARD reset the current branch to its remote
|
||||
noteMetaData:
|
||||
title: Note Metadata Settings
|
||||
subtitle: Configure how the Note Metadata is saved
|
||||
text: Every note has some metadata which is stored in a YAML Header as follows -
|
||||
enableHeader: Enable YAML Header
|
||||
modified: Modified Field
|
||||
created: Created Field
|
||||
tags: Tags Field
|
||||
example:
|
||||
title: Example Title
|
||||
titleMetaData:
|
||||
title: 標題
|
||||
fromH1: Text Header 1
|
||||
fromYaml: From YAML 'title'
|
||||
filename: FileName
|
||||
exampleTitle: Pigeons
|
||||
exampleBody: I think they might be evil. Even more evil than penguins.
|
||||
exampleTag1: Birds
|
||||
exampleTag2: Evil
|
||||
customMetaData:
|
||||
title: Custom MetaData
|
||||
invalid: Invalid YAML
|
||||
output: Output
|
||||
input: Input
|
||||
editorType: Editor Type Field
|
||||
privacy: 隱私權政策
|
||||
terms: 條款及細則
|
||||
experimental:
|
||||
title: Experimental Features
|
||||
subtitle: Try out features in Development
|
||||
markdownToolbar: Show Markdown Toolbar in Editor
|
||||
graphView: Graph View
|
||||
accounts: Platform Independent Accounts
|
||||
includeSubfolders: Include Subfolders
|
||||
experimentalGitOps: Dart-only Git implementation
|
||||
merge: Dart-only merge implementation
|
||||
autoCompleteTags: Tags Auto Completion
|
||||
history: History View
|
||||
editors:
|
||||
title: Editor Settings
|
||||
subtitle: Configure how different editors work
|
||||
defaultEditor: Default Editor
|
||||
defaultState: Default State
|
||||
markdownEditor: Markdown Editor
|
||||
journalEditor: Journal Editor
|
||||
defaultFolder: 預設資料夾
|
||||
checklistEditor: Checklist Editor
|
||||
rawEditor: Raw Editor
|
||||
choose: Choose Editor
|
||||
orgEditor: Org Editor
|
||||
defaultNoteFormat: Default Note Format
|
||||
journalDefaultFolderSelect: Creating a Note in '{}'
|
||||
sortingField:
|
||||
modified: 上次修改時間
|
||||
created: 建立時間
|
||||
filename: 檔案名稱
|
||||
title: 標題
|
||||
sortingOrder:
|
||||
asc: 遞增
|
||||
desc: 遞減
|
||||
sortingMode:
|
||||
field: 欄位
|
||||
order: 順序
|
||||
remoteSync:
|
||||
auto: 自動
|
||||
manual: 手動
|
||||
tags:
|
||||
title: Tags Settings
|
||||
subtitle: Configure how inline tags are parsed
|
||||
enable: Parse Inline Tags
|
||||
prefixes: Inline Tags Prefixes
|
||||
misc:
|
||||
title: Misc Settings
|
||||
swipe: Swipe to Delete Note
|
||||
listView: List View
|
||||
confirmDelete: Show a Popup to Confirm Deletes
|
||||
hardWrap: Enable hardWrap
|
||||
emoji: Emojify text
|
||||
NoteFileNameFormat:
|
||||
iso8601WithTimeZone: ISO8601 With TimeZone
|
||||
iso8601: ISO8601
|
||||
iso8601WithoutColon: ISO8601 without Colons
|
||||
title: Title
|
||||
uuid: Uuid V4
|
||||
zettelkasten: yyyymmddhhmmss
|
||||
simple: yyyy-mm-dd-hh-mm-ss
|
||||
dateOnly: yyyy-mm-dd
|
||||
kebabCase: Kebab Case
|
||||
HomeScreen:
|
||||
allNotes: All Notes
|
||||
allFolders: All Folders
|
||||
EditorDefaultView:
|
||||
edit: Edit
|
||||
view: View
|
||||
lastUsed: Last Used
|
||||
theme:
|
||||
light: Light Theme
|
||||
dark: Dark Theme
|
||||
default: System Default
|
||||
versionCopied: Copied version to clipboard
|
||||
ssh:
|
||||
syncFreq: Sync Frequency
|
||||
note:
|
||||
title: Note Settings
|
||||
defaultFolder: Default Folder for new notes
|
||||
newNoteFileName: New Note Filename
|
||||
storage:
|
||||
title: Storage
|
||||
fileName: filename
|
||||
external: Store Repo Externally
|
||||
icloud: Store in iCloud
|
||||
repoLocation: Repo Location
|
||||
notWritable: "{} is not writable"
|
||||
failedExternal: Unable to get External Storage Directory
|
||||
permissionFailed: External Storage Permission Failed
|
||||
drawer:
|
||||
title: Sidebar Settings
|
||||
bottomMenuBar:
|
||||
title: Bottom Menu Bar
|
||||
subtitle: Configure its appearance and behavior
|
||||
enable: Enable Bottom Menu Bar
|
||||
deleteRepo: Delete Repository
|
||||
fileFormat:
|
||||
markdown: Markdown
|
||||
txt: Txt
|
||||
orgMode: Org Mode
|
||||
fileTypes:
|
||||
title: Note File Types
|
||||
subtitle: Configure what files are considered Notes
|
||||
numFiles:
|
||||
other: "{} File"
|
||||
noExt: No Extension
|
||||
list:
|
||||
userInterface:
|
||||
title: User Interface
|
||||
subtitle: Theme, Language, Home, Bottom Bar, Rendering
|
||||
git:
|
||||
title: Git
|
||||
subtitle: Git Author, Remote, Sync Frequency
|
||||
editor:
|
||||
title: Editor
|
||||
subtitle: Default Editor, Default View
|
||||
storage:
|
||||
title: Storage & File Formats
|
||||
subtitle: Storage, Serialization, Metadata, File Formats
|
||||
analytics:
|
||||
title: Analytics
|
||||
subtitle: It's important that you feel comfortable
|
||||
debug:
|
||||
title: Debug
|
||||
subtitle: Peek inside the inner workings of GitJournal
|
||||
experiments:
|
||||
title: Experiments
|
||||
subtitle: Play around with experimental features
|
||||
project:
|
||||
header: Project
|
||||
docs: Documentation & Support
|
||||
contribute: Contribute
|
||||
about: About
|
||||
license:
|
||||
title: Licenses
|
||||
subtitle: GitJoural uses other great software
|
||||
sshKey:
|
||||
keyType: SSH Key Type
|
||||
rsa: RSA
|
||||
ed25519: Ed25519
|
||||
editors:
|
||||
checklist:
|
||||
add: Add Item
|
||||
common:
|
||||
defaultBodyHint: Write here
|
||||
defaultTitleHint: Title
|
||||
discard: Discard Changes
|
||||
share: 分享記事
|
||||
takePhoto: Take Photo
|
||||
addImage: Add Image from Gallery
|
||||
editFileName: 編輯檔案名稱
|
||||
tags: Edit Tags
|
||||
zen:
|
||||
enable: Enable Zen Mode
|
||||
disable: Disable Zen Mode
|
||||
saveNoteFailed:
|
||||
title: Failed to Save Note
|
||||
message: We're sorry, but we cannot seem to save the Note. It has been copied to the clipboard to avoid data loss.
|
||||
defaultFileNameHint: 檔案名稱
|
||||
find: Find in note
|
||||
pro: Pro
|
||||
actions:
|
||||
newNote: 新增記事
|
||||
newJournal: New Journal Entry
|
||||
newChecklist: New Checklist
|
||||
screens:
|
||||
folders:
|
||||
title: 資料夾
|
||||
selected: Folder Selected
|
||||
dialog:
|
||||
title: Create new Folder
|
||||
create: 建立
|
||||
discard: 捨棄
|
||||
errorDialog:
|
||||
title: 錯誤
|
||||
deleteContent: Cannot delete a Folder which contains notes
|
||||
renameContent: 無法重新命名根資料夾
|
||||
ok: 確定
|
||||
actions:
|
||||
rename: 重新命名資料夾
|
||||
subFolder: Create Sub-Folder
|
||||
delete: 刪除資料夾
|
||||
decoration: 資料夾名稱
|
||||
empty: 請輸入名稱
|
||||
tags:
|
||||
title: Tags
|
||||
empty: No Tags Found
|
||||
filesystem:
|
||||
ignoredFile:
|
||||
title: File Ignored
|
||||
ok: 確定
|
||||
rename: 重新命名
|
||||
rename:
|
||||
decoration: 檔案名稱
|
||||
title: 重新命名
|
||||
folder_view:
|
||||
empty: Let's add some notes?
|
||||
home:
|
||||
allNotes: All Notes
|
||||
cacheLoading:
|
||||
text: Reading Git History ...
|
||||
error:
|
||||
title: Error
|
||||
message: The repo couldn't be opened. Please file a bug and recreate the repo.
|
||||
widgets:
|
||||
rename:
|
||||
'yes': 重新命名
|
||||
'no': 取消
|
||||
validator:
|
||||
empty: 請輸入名稱
|
||||
exists: 已存在
|
||||
contains: Cannot contain /
|
||||
noExt: "Warning: Extension missing. Will treat file as plain text"
|
||||
changeExt: "Warning: Changing file type from '{}' to '{}'"
|
||||
backlinks:
|
||||
title:
|
||||
other: "{} Note links to this Note"
|
||||
SortingOrderSelector:
|
||||
title: 排序
|
||||
PurchaseButton:
|
||||
text: Purchase for {price}
|
||||
fail: Failed to Load
|
||||
failSend: Failed to send purchase request
|
||||
failPurchase: Failed to Purchase - {}
|
||||
FolderView:
|
||||
syncError: Sync Error {}
|
||||
headerOptions:
|
||||
heading: Header Options
|
||||
auto: Auto Generated Title
|
||||
titleFileName: Title or FileName
|
||||
fileName: FileName
|
||||
summary: Show Summary
|
||||
customize: Customize View
|
||||
views:
|
||||
standard: Standard View
|
||||
journal: Journal View
|
||||
grid: Grid View
|
||||
card: Card View
|
||||
select: Select View
|
||||
calendar: Calendar View
|
||||
sortingOptions: 排序選項
|
||||
viewOptions: View Options
|
||||
noteDeleted: Note Deleted
|
||||
undo: 復原
|
||||
searchFailed: No Search Results Found
|
||||
actions:
|
||||
moveToFolder: 移至資料夾
|
||||
pinned: 已釘選
|
||||
others: 其他
|
||||
imageRenderer:
|
||||
caption: "{first} - {second}"
|
||||
httpError: "Code: {status} for {url}"
|
||||
NoteDeleteDialog:
|
||||
title:
|
||||
other: Do you want to delete this note?
|
||||
'yes': true
|
||||
'no': false
|
||||
NoteEditor:
|
||||
renameFile: 重新命名檔案
|
||||
fileName: Filename
|
||||
addType: Adding '{}' to supported file types
|
||||
SyncButton:
|
||||
error: Sync Error {}
|
||||
PurchaseWidget:
|
||||
failed: Purchase Failed
|
||||
NoteViewer:
|
||||
linkNotFound: Link '{}' not found
|
||||
linkInvalid: Link '{}' is invalid.
|
||||
FolderSelectionDialog:
|
||||
title: 選擇資料夾
|
||||
FolderTreeView:
|
||||
notesCount: "{} Notes"
|
||||
rootFolder: Root Folder
|
||||
ignoredFiles:
|
||||
dot: Starts with a .
|
||||
ext: Doesn't end with one of the following -
|
||||
drawer:
|
||||
setup: Setup Git Host
|
||||
pro: Unlock Pro Version
|
||||
all: 所有記事
|
||||
folders: 資料夾
|
||||
fs: File System
|
||||
tags: Tags
|
||||
share: Share App
|
||||
rate: Rate Us
|
||||
feedback: Feedback
|
||||
bug: Bug Report
|
||||
graph: Graph View
|
||||
remote: No Git Host
|
||||
addRepo: Add Repository
|
||||
login: Login
|
||||
history: History
|
||||
setup:
|
||||
autoConfigure:
|
||||
title: How do you want to do this?
|
||||
automatic: Setup Automatically
|
||||
manual: Let me do it manually
|
||||
autoconfigure:
|
||||
step1: 1. List your existing repos or create a new repo
|
||||
step2: 2. Generate an SSH Key on this device
|
||||
step3: 3. Add the key as a deploy key with write access to the repository
|
||||
warning: This will require granting GitJournal access to all private and public repos. If you're not comfortable with that please go back and chose the manual setup option.
|
||||
authorize: Authorize GitJournal
|
||||
waitPerm: Waiting for Permissions ...
|
||||
readUser: Reading User Info
|
||||
repoSelector:
|
||||
title: Select or Create a Repository
|
||||
hint: Type to Search or Create a Repo
|
||||
create: Create Private Repo {}
|
||||
loading: Loading
|
||||
cloneUrl:
|
||||
enter: Enter the Git Clone URL
|
||||
validator:
|
||||
empty: Please enter some text
|
||||
invalid: Invalid Input
|
||||
onlySsh: Only SSH urls are currently accepted
|
||||
manual:
|
||||
title: Please create a new git repository -
|
||||
step1: 1. Go to the website, create a repo and copy its git clone URL
|
||||
step2: 2. Enter the Git clone URL
|
||||
button: Open Create New Repo Webpage
|
||||
next: Next
|
||||
fail: Failed
|
||||
keyEditors:
|
||||
public: Invalid Public Key - Doesn't start with ssh-rsa or ssh-ed25519
|
||||
private: Invalid Private Key
|
||||
load: Load from File
|
||||
sshKey:
|
||||
generate: Generating SSH Key
|
||||
title: In order to access this repository, this public key must be copied as a deploy key
|
||||
step1: 1. Copy the key
|
||||
step2a: 2. Open webpage, and paste the deploy key. Make sure it is given Write Access.
|
||||
step2b: 2. Give this SSH Key access to the git repo. (You need to figure it out yourself)
|
||||
step3: 3. Try Cloning ..
|
||||
copy: Copy Key
|
||||
copied: Public Key copied to Clipboard
|
||||
regenerate: Regenerate Key
|
||||
openDeploy: Open Deploy Key Webpage
|
||||
clone: Clone Repo
|
||||
addDeploy: Adding as a Deploy Key
|
||||
save: Save
|
||||
sshKeyChoice:
|
||||
title: We need SSH keys to authenticate -
|
||||
generate: Generate new keys
|
||||
custom: Provide Custom SSH Keys
|
||||
sshKeyUserProvided:
|
||||
public: Public Key -
|
||||
private: Private Key -
|
||||
password: Private Key Password
|
||||
cloning: Cloning ...
|
||||
host:
|
||||
title: Select a Git Hosting Provider -
|
||||
custom: Custom
|
||||
feature:
|
||||
darkMode: Dark Mode
|
||||
rawEditor: Raw Editor
|
||||
folderSupport: Folder Support
|
||||
fileNameCustomize: Customize Note FileName
|
||||
noteMetaDataCustomize:
|
||||
title: Customize Note Metadata
|
||||
subtitle: Allows GitJournal to be used with static website generators
|
||||
autoMergeConflicts: Automation Merge Conflict Resolution
|
||||
noteSorting: Configurable Note Sorting
|
||||
gitPushFreq: Configurable Git Sync Frequency
|
||||
checklistEditor: Checklist Editor
|
||||
journalEditor: Journal Editor
|
||||
diffViews: Different Folder Views - Journal, Grid, Standard
|
||||
imageSupport: Image Support
|
||||
tags: Note Tags
|
||||
appShortcuts: App Shortcuts
|
||||
createRepo: Create Custom Repos from within App
|
||||
backlinks: Note Backlinks Support
|
||||
txtFiles: Txt File Support
|
||||
wikiLinks: Wiki Style Links Support
|
||||
metaDataTitle: Customize Title MetaData
|
||||
journalEditorDefaultFolder: Customize Default Folder for Journal Editor
|
||||
yamlModifiedKey: Customize the YAML modified key
|
||||
yamlCreatedKey: Customize the YAML created key
|
||||
yamlTagsKey: Customize the YAML tags key
|
||||
disableYamlHeader: Disable YAML Metadata Header
|
||||
customizeHomeScreen: Customize Home Screen
|
||||
zenMode: Zen Writing Mode
|
||||
emojiSupport:
|
||||
title: Emoji Support
|
||||
subtitle: "Convert :heart: to ❤️"
|
||||
allNotesView: Add a screen to show "All Notes"
|
||||
basicSearch: Basic Search
|
||||
customSSHKeys: Provide your own SSH Keys
|
||||
customMetaData: Add Custom Metadata to new Notes
|
||||
graphVisualization: Graph Visualization
|
||||
mutliRepos: Multiple Git Repos
|
||||
customThemes: Custom Themes
|
||||
gitLog: View and Search through Git History
|
||||
latex: Latex Support
|
||||
mermaid: Mermaid Diagram Support
|
||||
encryptedHosting: Encrypted Git Hosting
|
||||
desktop: Desktop App
|
||||
markdownToolbar: Markdown Toolbar
|
||||
localization:
|
||||
title: Localization
|
||||
subtitle: Allow GitJournal to be translated
|
||||
inlineTags: Inline Tags
|
||||
singleJournalEntry: Single Journal Entry File per day
|
||||
configureBottomMenuBar: Configure the Bottom Menu Bar
|
||||
customFileNamePerEditor: Custom FileName per Editor
|
||||
branchSelection: Git Branch Selection
|
||||
inlineLatex: Inline Katex Support in Markdown
|
||||
feature_timeline:
|
||||
title: Feature Timeline
|
||||
progress: In Progress
|
||||
plan: Planned
|
||||
issues: GitJournal's development is tracked on Github. Please consider voting on the issues you consider important.
|
||||
purchase_screen:
|
||||
title: Pro Version
|
||||
desc: 'GitJournal is completely open source and is the result of significant development work. It has no venture capital or corporation backing and it never will. Your support directly sustains development. GitJournal operates on a "pay what you want model (with a minimum)".'
|
||||
restore: Restore Purchase
|
||||
oneTime:
|
||||
title: One Time Purchase
|
||||
desc: Permanently enables all Pro features currently in GitJournal and new features added in the following 12 months.
|
||||
monthly:
|
||||
title: Monthly Installments
|
||||
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
|
||||
expired: Subscription Expired on {}
|
||||
unknown: Unknown
|
||||
OnBoarding:
|
||||
Skip: Skip
|
||||
Next: Next
|
||||
getStarted: Get Started
|
||||
subtitle: "An Open Source Note Taking App built on top of Git"
|
||||
page2: "Your Notes are stored in a standard Markdown + YAML Header format"
|
||||
page3: "Sync your Local Git Repo with any provider"
|
||||
beta: BETA
|
||||
none: None
|
@ -1,575 +0,0 @@
|
||||
# SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
|
||||
#
|
||||
# SPDX-License-Identifier: CC-BY-4.0
|
||||
settings:
|
||||
ok: 好的
|
||||
cancel: 取消
|
||||
title: 设置
|
||||
author:
|
||||
label: 全名
|
||||
validator: 请输入名字
|
||||
email:
|
||||
label: 邮箱地址
|
||||
validator:
|
||||
empty: 请输入邮箱地址
|
||||
invalid: 请输入有效的邮箱地址
|
||||
display:
|
||||
title: 显示设置
|
||||
homeScreen: 主页显示
|
||||
theme: 主题
|
||||
images:
|
||||
title: 图片设置
|
||||
subtitle: 配置图片显示效果
|
||||
imageTextType:
|
||||
alt: Alt Text
|
||||
altAndTooltip: Alt Text and Tooltip
|
||||
tooltip: Tooltip
|
||||
none: None
|
||||
captions:
|
||||
title: 图片说明
|
||||
subtitle: 配置图片说明
|
||||
useAsCaption: 图片说明显示方式
|
||||
overlayCaption: 在足够大的图片上方显示说明
|
||||
transparentCaption: 图片说明使用半透明背景
|
||||
blurBehindCaption: 使说明后的图片模糊
|
||||
tooltipFirst:
|
||||
title: 在 tooltip 前显示 alt text
|
||||
tooltip: 目前的顺序:「<tooltip> - <altText>」
|
||||
altText: 目前的顺序:「<altText> - <tooltip>」
|
||||
captionOverrides: Caption Overrides
|
||||
tagDescription: Put these tags in “” to override the behavior for it.
|
||||
doNotCaptionTags:
|
||||
hint: DoNotCaption-Tags
|
||||
label: Never use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoCaption-Tag”.
|
||||
doCaptionTags:
|
||||
hint: DoCaption-Tags
|
||||
label: Always use as caption with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotCaption-Tag”.
|
||||
detailsView:
|
||||
header: Detail View
|
||||
maxZoom: Maximal zoom level
|
||||
rotateGestures:
|
||||
title: Rotate Image with gestures
|
||||
subtitle: Rotate by moving two fingers in a circle
|
||||
theming:
|
||||
title: Image Theming
|
||||
subtitle: Configure how images are themed
|
||||
adjustColors:
|
||||
all: All
|
||||
blackAndWhite: Only black and white
|
||||
grays: Only grays
|
||||
doNotThemeTags:
|
||||
hint: DoNotTheme-Tags
|
||||
label: Never theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoTheme-Tag”.
|
||||
doThemeTags:
|
||||
hint: DoTheme-Tag
|
||||
label: Always theme images with tags
|
||||
validator:
|
||||
empty: Tags cannot be empty.
|
||||
same: Tag cannot be identical to a “DoNotTheme-Tag”.
|
||||
matchCanvasColor:
|
||||
title: Match Background Color
|
||||
subtitle: Replaces white/black parts of vector graphics with the canvas color
|
||||
tagDescription: Put these tags in “” to override the behavior for the image.
|
||||
themeOverrides: Theme Overrides
|
||||
themeOverrideTagLocation: Theme Override Tag Location
|
||||
themeRasterGraphics: Theme Raster Graphics (.png/.jpg)
|
||||
themeSvgWithBackground: Theme SVGs With Background
|
||||
themeVectorGraphics:
|
||||
title: Theme Vector Graphics
|
||||
filter: Using Color Filter
|
||||
'off': false
|
||||
'on': true
|
||||
vectorGraphics: 矢量图 (.svg)
|
||||
vectorGraphicsAdjustColors: Colors to Adjust
|
||||
lang: 语言
|
||||
gitAuthor: Git Author 设置
|
||||
versionInfo: 版本信息
|
||||
analytics: 数据共享
|
||||
crashReports: 收集匿名崩溃报告
|
||||
usageStats: 收集匿名使用数据
|
||||
debug:
|
||||
title: 调试应用
|
||||
subtitle: 在列表预览
|
||||
levels:
|
||||
title: 选择等级
|
||||
error: Error
|
||||
warning: warning
|
||||
info: Info
|
||||
debug: Debug
|
||||
verbose: Verbose
|
||||
copy: 调试日志已复制
|
||||
images:
|
||||
title: 图片设置
|
||||
subtitle: 图片存储方式
|
||||
imageLocation: 图片地址
|
||||
currentFolder: 与笔记相同目录
|
||||
customFolder: 自定义文件夹
|
||||
gitRemote:
|
||||
changeHost:
|
||||
title: 重新配置 Git 地址?
|
||||
subtitle: 未同步的笔记将会丢失
|
||||
ok: 好的
|
||||
cancel: 取消
|
||||
title: Git 远程库设置
|
||||
subtitle: 设置您的笔记的同步位置
|
||||
host: Git Host
|
||||
branch: 分支
|
||||
resetHard:
|
||||
title: 重设 Git Host
|
||||
subtitle: 这将会强制将现有分支同其远程版本同步
|
||||
noteMetaData:
|
||||
title: 笔记元数据设置
|
||||
subtitle: 配置如何保存笔记的元数据
|
||||
text: "每条笔记都有一些元数据,这些元数据被存储在YAML格式的数据头中,如下所示 "
|
||||
enableHeader: 启用 YAML 头
|
||||
modified: 修改时间
|
||||
created: 创建时间
|
||||
tags: 标签部分
|
||||
example:
|
||||
title: 示例标题
|
||||
titleMetaData:
|
||||
title: 标题
|
||||
fromH1: 标题 1
|
||||
fromYaml: 从 YAML 的 'title' 获取
|
||||
filename: 文件名
|
||||
exampleTitle: Pigeons
|
||||
exampleBody: I think they might be evil. Even more evil than penguins.
|
||||
exampleTag1: Birds
|
||||
exampleTag2: Evil
|
||||
customMetaData:
|
||||
title: 自定义元数据
|
||||
invalid: YAML 不正确
|
||||
output: 输出
|
||||
input: 输入
|
||||
privacy: 隐私政策
|
||||
terms: 使用条款
|
||||
experimental:
|
||||
title: 实验功能
|
||||
subtitle: 体验正在开发的功能
|
||||
markdownToolbar: 在编辑器中显示 Markdown 工具栏
|
||||
graphView: 图谱视图
|
||||
accounts: 平台独立的帐号
|
||||
includeSubfolders: 包括子目录
|
||||
experimentalGitOps: Dart-only Git
|
||||
merge: Dart-only merge
|
||||
autoCompleteTags: 自动补全标签
|
||||
history: 历史视图
|
||||
editors:
|
||||
title: 编辑器设置
|
||||
subtitle: 配置不同的编辑器
|
||||
defaultEditor: 默认编辑器
|
||||
defaultState: 默认视图
|
||||
markdownEditor: Markdown 编辑器
|
||||
journalEditor: 日志编辑器
|
||||
defaultFolder: 默认目录
|
||||
checklistEditor: 清单编辑器
|
||||
rawEditor: Raw 编辑器
|
||||
choose: 选择编辑器
|
||||
orgEditor: Org 编辑器
|
||||
defaultNoteFormat: 默认笔记格式
|
||||
journalDefaultFolderSelect: 在 '{}' 新建笔记
|
||||
sortingField:
|
||||
modified: 编辑时间
|
||||
created: 创建时间
|
||||
filename: 文件名
|
||||
title: 标题
|
||||
sortingOrder:
|
||||
asc: 升序
|
||||
desc: 降序
|
||||
sortingMode:
|
||||
field: 规则
|
||||
order: 排序
|
||||
remoteSync:
|
||||
auto: 自动
|
||||
manual: 手动
|
||||
tags:
|
||||
title: 标签设置
|
||||
subtitle: 配置标签解析方式
|
||||
enable: 解析行内标签
|
||||
prefixes: 行内标签前缀
|
||||
misc:
|
||||
title: 其他设置
|
||||
swipe: 滑动以删除笔记
|
||||
listView: 列表视图
|
||||
confirmDelete: 删除笔记前确认
|
||||
hardWrap: 启用 hardWrap
|
||||
emoji: Emojify Text
|
||||
NoteFileNameFormat:
|
||||
iso8601WithTimeZone: ISO8601 With TimeZone
|
||||
iso8601: ISO8601
|
||||
iso8601WithoutColon: ISO8601 without Colons
|
||||
title: Title
|
||||
uuid: Uuid V4
|
||||
zettelkasten: yyyymmddhhmmss
|
||||
simple: yyyy-mm-dd-hh-mm-ss
|
||||
dateOnly: yyyy-mm-dd
|
||||
HomeScreen:
|
||||
allNotes: 全部笔记
|
||||
allFolders: 所有目录
|
||||
EditorDefaultView:
|
||||
edit: 编辑
|
||||
view: 预览
|
||||
lastUsed: 上一次使用
|
||||
theme:
|
||||
light: 浅色模式
|
||||
dark: 深色模式
|
||||
default: 跟随系统
|
||||
versionCopied: 已复制版本信息到剪贴板
|
||||
ssh:
|
||||
syncFreq: 同步频率
|
||||
note:
|
||||
title: 笔记设置
|
||||
defaultFolder: 新笔记存储位置
|
||||
newNoteFileName: 新笔记的文件名
|
||||
storage:
|
||||
title: 存储
|
||||
fileName: 文件名
|
||||
external: 在外部存储笔记库
|
||||
icloud: 在 iCloud 中存储笔记库
|
||||
repoLocation: 笔记库位置
|
||||
notWritable: "{} 不可写"
|
||||
failedExternal: 无法获取外部存储与目录信息
|
||||
drawer:
|
||||
title: 侧边栏设置
|
||||
bottomMenuBar:
|
||||
title: 底栏设置
|
||||
subtitle: 配置底栏
|
||||
enable: 显示底栏
|
||||
deleteRepo: 删除库
|
||||
fileFormat:
|
||||
markdown: Markdown
|
||||
txt: Txt
|
||||
orgMode: Org Mode
|
||||
fileTypes:
|
||||
title: 笔记文件类型
|
||||
subtitle: 配置什么类型的文件被当作笔记
|
||||
numFiles:
|
||||
other: "{} 文件"
|
||||
noExt: 无后缀
|
||||
list:
|
||||
userInterface:
|
||||
title: 用户界面
|
||||
subtitle: 主题,语言,主页,底栏,渲染
|
||||
git:
|
||||
title: Git
|
||||
subtitle: Git Author,远程库,同步频率
|
||||
editor:
|
||||
title: 编辑器
|
||||
subtitle: 默认编辑器,默认视图
|
||||
storage:
|
||||
title: 存储和文件格式
|
||||
subtitle: 存储,序列化,元数据,文件格式
|
||||
analytics:
|
||||
title: 数据共享
|
||||
subtitle: 在征得你同意的情况下收集有限的统计数据
|
||||
debug:
|
||||
title: 调试
|
||||
subtitle: 查看 GitJournal 运行情况
|
||||
experiments:
|
||||
title: 实验功能
|
||||
subtitle: 体验尚在测试中的功能
|
||||
project:
|
||||
header: 项目
|
||||
docs: 文档与帮助
|
||||
contribute: 贡献
|
||||
about: 关于
|
||||
license:
|
||||
title: 许可证
|
||||
subtitle: GitJournal 使用了其他优秀的软件
|
||||
editors:
|
||||
checklist:
|
||||
add: 添加项目
|
||||
common:
|
||||
defaultBodyHint: 在此处键入
|
||||
defaultTitleHint: 标题
|
||||
discard: 放弃更改
|
||||
share: 分享笔记
|
||||
takePhoto: 拍照
|
||||
addImage: 相册
|
||||
editFileName: 编辑文件名
|
||||
tags: 编辑标签
|
||||
zen:
|
||||
enable: 进入禅模式
|
||||
disable: 退出禅模式
|
||||
saveNoteFailed:
|
||||
title: 保存笔记失败
|
||||
message: 抱歉,在保存笔记时出现了一些问题。为了防止数据丢失,笔记内容已复制到剪贴板。
|
||||
defaultFileNameHint: 文件名
|
||||
find: 在笔记内查找
|
||||
pro: Pro
|
||||
actions:
|
||||
newNote: 新笔记
|
||||
newJournal: 新日志
|
||||
newChecklist: 新清单
|
||||
screens:
|
||||
folders:
|
||||
title: 目录
|
||||
selected: 选中目录
|
||||
dialog:
|
||||
title: 新建目录
|
||||
create: 新建
|
||||
discard: 取消
|
||||
errorDialog:
|
||||
title: 错误
|
||||
deleteContent: 目录中含有笔记,无法删除
|
||||
renameContent: 无法重命名根目录
|
||||
ok: 好的
|
||||
actions:
|
||||
rename: 重命名目录
|
||||
subFolder: 新建子目录
|
||||
delete: 删除目录
|
||||
decoration: 目录名
|
||||
empty: 请输入目录名
|
||||
tags:
|
||||
title: 标签
|
||||
empty: 未找到标签
|
||||
filesystem:
|
||||
ignoredFile:
|
||||
title: 已忽略的文件
|
||||
ok: 好的
|
||||
rename: 重命名
|
||||
rename:
|
||||
decoration: 文件名称
|
||||
title: 重命名
|
||||
folder_view:
|
||||
empty: 创建一些笔记吧!
|
||||
home:
|
||||
allNotes: 全部笔记
|
||||
cacheLoading:
|
||||
text: Reading Git History ...
|
||||
widgets:
|
||||
rename:
|
||||
'yes': 重命名
|
||||
'no': 取消
|
||||
validator:
|
||||
empty: 请输入名称
|
||||
exists: 已存在同名笔记
|
||||
contains: 名称不可包含 /
|
||||
noExt: "警告:无后缀。将会当作文本处理"
|
||||
changeExt: "警告:修改文件类型,从 '{}' 改为 '{}'"
|
||||
backlinks:
|
||||
title:
|
||||
other: " {} 个笔记同此笔记链接"
|
||||
SortingOrderSelector:
|
||||
title: 排序
|
||||
PurchaseButton:
|
||||
text: 以 {price} 购买
|
||||
fail: 加载失败
|
||||
failSend: 发送购买请求失败
|
||||
failPurchase: 购买失败 - {}
|
||||
FolderView:
|
||||
syncError: 同步错误 {}
|
||||
headerOptions:
|
||||
heading: 标题选项
|
||||
auto: 自动生成的标题
|
||||
titleFileName: 标题或者文件名
|
||||
fileName: 文件名
|
||||
summary: 展示笔记概览
|
||||
customize: 自定义视图
|
||||
views:
|
||||
standard: 标准视图
|
||||
journal: 日志视图
|
||||
grid: 网格视图
|
||||
card: 卡片视图
|
||||
select: 选择视图
|
||||
calendar: 日历视图
|
||||
sortingOptions: 排序选项
|
||||
viewOptions: 视图设置
|
||||
noteDeleted: 已删除的笔记
|
||||
undo: 撤销
|
||||
searchFailed: 没有找到结果
|
||||
actions:
|
||||
moveToFolder: 移动到
|
||||
pinned: 固定
|
||||
others: 其他
|
||||
imageRenderer:
|
||||
caption: "{first} - {second}"
|
||||
httpError: "Code: {status} for {url}"
|
||||
NoteDeleteDialog:
|
||||
title:
|
||||
other: 是否删除该笔记?
|
||||
'yes': 是
|
||||
'no': 否
|
||||
NoteEditor:
|
||||
renameFile: 重命名
|
||||
fileName: 文件名
|
||||
addType: 将 '{}' 添加进受支持的文件类型
|
||||
SyncButton:
|
||||
error: 同步错误 {}
|
||||
PurchaseWidget:
|
||||
failed: 购买失败
|
||||
NoteViewer:
|
||||
linkNotFound: 链接 '{}' 未找到
|
||||
linkInvalid: 链接 '{}' 不存在
|
||||
FolderSelectionDialog:
|
||||
title: 选择一个目录
|
||||
rootFolder: 根目录
|
||||
ignoredFiles:
|
||||
dot: 以 . 开始
|
||||
ext: 不以以下字符结束 -
|
||||
drawer:
|
||||
setup: 设置 Git Host
|
||||
pro: 解锁 Pro 版
|
||||
all: 全部笔记
|
||||
folders: 目录
|
||||
fs: 文件系统
|
||||
tags: 标签
|
||||
share: 分享应用
|
||||
rate: 评分
|
||||
feedback: 反馈
|
||||
bug: 报告 Bug
|
||||
graph: 图谱
|
||||
remote: 无 Git Host
|
||||
addRepo: 新建库
|
||||
login: 登录
|
||||
history: 历史
|
||||
setup:
|
||||
autoConfigure:
|
||||
title: 你希望以什么方式配置?
|
||||
automatic: 自动配置
|
||||
manual: 手动配置
|
||||
autoconfigure:
|
||||
step1: 1. 列出已存在的库与新建库
|
||||
step2: 2. 在此设置生成 SSH 密钥
|
||||
step3: 3. 部署密钥,以获取库的读写权限
|
||||
warning: 这将会授予 GitJournal 所有私有及公有库的访问权限。如果你不放心,请返回,并选择「手动配置」选项。
|
||||
authorize: 授权 GitJournal
|
||||
waitPerm: 等待授权 ……
|
||||
readUser: 读取用户信息
|
||||
repoSelector:
|
||||
title: 选择或者新建一个库
|
||||
hint: 键入以搜索,或者新建库
|
||||
create: 新建私有库 {}
|
||||
loading: 加载中
|
||||
cloneUrl:
|
||||
enter: 输入 Git Clone URL
|
||||
validator:
|
||||
empty: 请输入链接
|
||||
invalid: 链接输入不正确
|
||||
onlySsh: 目前仅接受 SSH 链接
|
||||
manual:
|
||||
title: 请新建一个 Git 库:
|
||||
step1: 1. 打开网页,新建库,然后复制库的 Clone URL。
|
||||
step2: 2. 输入 Git clone URL
|
||||
button: 打开网页以新建库
|
||||
next: 下一步
|
||||
fail: 失败
|
||||
keyEditors:
|
||||
public: 不正确的 Public Key:不以 ssh-rsa 或 ssh-ed25519 开头
|
||||
private: 不正确的 Private Key
|
||||
load: 从文件加载
|
||||
sshKey:
|
||||
generate: 生成 SSH Key
|
||||
title: 为了访问库,必须复制 public key,用于库的 deploy key
|
||||
step1: 1. 复制 Key
|
||||
step2a: 2. 打开网页,将 public key 复制进 deploy key。确认给予其 Write 权限.
|
||||
step2b: 2. 给予此 SSH Key 访问 git 库的权限。 (你必须自己搞定)
|
||||
step3: 3. 正在尝试 Clone ……
|
||||
copy: 复制 Key
|
||||
copied: 已将 Public Key 复制进剪贴板
|
||||
regenerate: 重新生成 Key
|
||||
openDeploy: 打开 Deploy Key 网页
|
||||
clone: Clone 库
|
||||
addDeploy: 添加为 Deploy Key
|
||||
save: 保存
|
||||
sshKeyChoice:
|
||||
title: 授权需要 SSH
|
||||
generate: 生成新的 Key
|
||||
custom: 使用自己的 SSH Keys
|
||||
sshKeyUserProvided:
|
||||
public: Public Key -
|
||||
private: Private Key -
|
||||
password: Private Key 密码
|
||||
cloning: 正在尝试 Clone ……
|
||||
host:
|
||||
title: 选择一个 Git 托管服务商:
|
||||
custom: 自定义
|
||||
feature:
|
||||
darkMode: 深色模式
|
||||
rawEditor: Raw 编辑器
|
||||
folderSupport: 支持目录
|
||||
fileNameCustomize: 自定义文件名
|
||||
noteMetaDataCustomize:
|
||||
title: 自定义笔记元数据
|
||||
subtitle: 使 GitJournal 能够与静态网页生成工具一同使用
|
||||
autoMergeConflicts: 自动解决 Merge 冲突
|
||||
noteSorting: 自定义笔记排序
|
||||
gitPushFreq: 自定义笔记同步频率
|
||||
checklistEditor: 清单编辑器
|
||||
journalEditor: 日志编辑器
|
||||
diffViews: 不同的视图 - 日志,网格,标准
|
||||
imageSupport: 支持图片
|
||||
tags: 笔记标签
|
||||
appShortcuts: App Shortcuts
|
||||
createRepo: 应用内新建库
|
||||
backlinks: 笔记支持反链
|
||||
txtFiles: 支持文本文件
|
||||
wikiLinks: 支持 Wiki 链接
|
||||
metaDataTitle: 自定义标题元数据
|
||||
journalEditorDefaultFolder: 自定义日志编辑器的默认文件夹
|
||||
yamlModifiedKey: 自定义 YAML modified 栏
|
||||
yamlCreatedKey: 自定义 YAML created 栏
|
||||
yamlTagsKey: 自定义 YAML tags 栏
|
||||
disableYamlHeader: 禁用 YAML 元数据头
|
||||
customizeHomeScreen: 自定义主屏
|
||||
zenMode: 禅模式
|
||||
emojiSupport:
|
||||
title: 支持 Emoji
|
||||
subtitle: "将 :heart: 转化为 ❤️"
|
||||
allNotesView: 新增 "全部笔记" 界面
|
||||
basicSearch: 基本搜索
|
||||
customSSHKeys: 支持提供自己的 SSH Keys
|
||||
customMetaData: 添加自定义元数据到新笔记中
|
||||
graphVisualization: 可视化图谱
|
||||
mutliRepos: 多 Git 库
|
||||
customThemes: 自定义主题
|
||||
gitLog: 查看和检索 Git 历史
|
||||
latex: Latex 支持
|
||||
mermaid: 支持 Mermaid 图表
|
||||
encryptedHosting: Git Hosting 加密
|
||||
desktop: 桌面应用
|
||||
markdownToolbar: Markdown 工具栏
|
||||
localization:
|
||||
title: 本地化
|
||||
subtitle: 让 GitJournal 能够被翻译
|
||||
inlineTags: 行内标签
|
||||
singleJournalEntry: 每天仅允许创建一篇日志
|
||||
configureBottomMenuBar: 配置底栏
|
||||
customFileNamePerEditor: 自定义每个编辑器的文件名
|
||||
branchSelection: Git 分支选择
|
||||
feature_timeline:
|
||||
title: 功能时间轴
|
||||
progress: 开发中
|
||||
plan: 计划内
|
||||
issues: GitJournal 的开发进度可在 GitHub 中跟进,请为你觉得重要的 issues 投票。
|
||||
purchase_screen:
|
||||
title: Pro 版本
|
||||
desc: 'GitJournal 完全开源,是大量的开发工作的成果。它没有来自风险投资亦或企业的支持,也永远不会有。你的支持直接维系着开发工作。 GitJournal 采用「随你付,随心付(有最小额)」的收费方式。'
|
||||
restore: 恢复购买
|
||||
oneTime:
|
||||
title: 一次性付费
|
||||
desc: 永远解锁现版本所有 Pro 功能,获得接下来 12 个月的新增功能。
|
||||
monthly:
|
||||
title: 按月付费
|
||||
desc: 解锁所有的 Pro 功能。在 12 个月或者支付 {minYearlyPurchase} 后,你将获得所有 「一次性付费」的权益。
|
||||
thanks:
|
||||
title: 感谢
|
||||
subtitle: 谢谢你对 GitJournal 的支持
|
||||
OnBoarding:
|
||||
Skip: 跳过
|
||||
Next: 下一步
|
||||
getStarted: 开始
|
||||
subtitle: '支持 Git 同步的开源笔记应用'
|
||||
page2: '你的笔记以标准的 Markdown 加 YAML 头的格式存储'
|
||||
page3: '同任何 Git 托管服务商同步你的笔记'
|
||||
beta: BETA
|
||||
none: None
|
14
pubspec.lock
14
pubspec.lock
@ -448,20 +448,6 @@ packages:
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.1.0"
|
||||
easy_localization:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: easy_localization
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "3.0.1"
|
||||
easy_logger:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: easy_logger
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.0.2"
|
||||
email_validator:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
@ -127,7 +127,6 @@ flutter:
|
||||
- "assets/icon/gitlab-icon.png"
|
||||
- "assets/OnBoardingMarkdown.png"
|
||||
- "assets/OnBoardingGitProviders.png"
|
||||
- "assets/langs/"
|
||||
fonts:
|
||||
- family: Lato
|
||||
fonts:
|
||||
|
@ -11,15 +11,11 @@ cd "$(dirname "$0")"
|
||||
ID=$(awk '{print $1}' secrets/poeditor-api-key.txt)
|
||||
TOKEN=$(awk '{print $2}' secrets/poeditor-api-key.txt)
|
||||
|
||||
# Must have a .yml extension
|
||||
FILE_PATH="../assets/langs/en.yaml"
|
||||
cp "$FILE_PATH" /tmp/en.yml
|
||||
|
||||
curl -X POST https://api.poeditor.com/v2/projects/upload \
|
||||
-F api_token="$TOKEN" \
|
||||
-F id="$ID" \
|
||||
-F updating="terms_translations" \
|
||||
-F file=@"/tmp/en.yml" \
|
||||
-F file=@"../lib/l10n/app_en.arb" \
|
||||
-F language=en \
|
||||
-F overwrite=1 \
|
||||
-F fuzzy_trigger=1 \
|
||||
|
Reference in New Issue
Block a user