aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-07-10 16:07:45 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-07-11 17:47:53 +0200
commitfa1a7037b47f2e0114d8abc5a99d29239bd3637b (patch)
tree83404acf711aa8976dce47950edcca64836e0cd8 /src/i18n
parent6.0.0-nightly.96 [skip ci] (diff)
downloadferdium-app-fa1a7037b47f2e0114d8abc5a99d29239bd3637b.tar.gz
ferdium-app-fa1a7037b47f2e0114d8abc5a99d29239bd3637b.tar.zst
ferdium-app-fa1a7037b47f2e0114d8abc5a99d29239bd3637b.zip
refactor: local server import/export
Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/en-US.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 27d825657..f25d59098 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -192,6 +192,7 @@
192 "settings.app.buttonInstallUpdate": "Restart & install update", 192 "settings.app.buttonInstallUpdate": "Restart & install update",
193 "settings.app.buttonOpenFerdiumProfileFolder": "Open Profile folder", 193 "settings.app.buttonOpenFerdiumProfileFolder": "Open Profile folder",
194 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder", 194 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder",
195 "settings.app.buttonOpenImportExport": "Import / Export",
195 "settings.app.buttonSearchForUpdate": "Check for updates", 196 "settings.app.buttonSearchForUpdate": "Check for updates",
196 "settings.app.cacheInfo": "Ferdium cache is currently using {size} of disk space.", 197 "settings.app.cacheInfo": "Ferdium cache is currently using {size} of disk space.",
197 "settings.app.cacheNotCleared": "Couldn't clear all cache", 198 "settings.app.cacheNotCleared": "Couldn't clear all cache",
@@ -287,6 +288,7 @@
287 "settings.app.sectionServiceIconsSettings": "Service Icons Settings", 288 "settings.app.sectionServiceIconsSettings": "Service Icons Settings",
288 "settings.app.sectionSidebarSettings": "Sidebar Settings", 289 "settings.app.sectionSidebarSettings": "Sidebar Settings",
289 "settings.app.sectionUpdates": "App Updates Settings", 290 "settings.app.sectionUpdates": "App Updates Settings",
291 "settings.app.serverHelp": "Connected to server at {serverURL}",
290 "settings.app.spellCheckerLanguageInfo": "Ferdium uses your Mac's build-in spellchecker to check for typos. If you want to change the languages the spellchecker checks for, you can do so in your Mac's System Preferences.", 292 "settings.app.spellCheckerLanguageInfo": "Ferdium uses your Mac's build-in spellchecker to check for typos. If you want to change the languages the spellchecker checks for, you can do so in your Mac's System Preferences.",
291 "settings.app.subheadlineCache": "Cache", 293 "settings.app.subheadlineCache": "Cache",
292 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile", 294 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",