Commit Graph

83 Commits

Author SHA1 Message Date
ROCKTAKEY
62dcbb22a8 enhance: Update Japanese translation (#10004) 2023-08-09 01:17:31 +08:00
Jonathan Courchesne
458ac81cb4 enhance: Translation to French (#9981)
* Update fr.edn

* Update fr.edn

Added new translations
Fixed some mistakes

* Update fr.edn

* Update fr.edn

* Update fr.edn

* Update fr.edn

* Update lang.clj for fr.edn
2023-08-04 10:08:58 -04:00
Konstantinos Kaloutas
bd868fab37 add translations 2023-08-04 11:16:18 +08:00
atxulo
97fad3e349 Enhance: Improvements in Spanish translation (#9896)
* Improvements in Spanish translation

* Update es.edn, merged #9732

---------

Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2023-08-01 09:20:19 -04:00
einmeterhecht
ac1e0982b5 Link to german tutorial in de.edn
And not to the english one
2023-07-31 09:52:18 -04:00
einmeterhecht
4d2bab8471 Translate the tutorial to german 2023-07-31 09:52:18 -04:00
einmeterhecht
51658c16c0 Update de.edn
Removed or translated german texts identical to the english ones
2023-07-31 09:52:18 -04:00
einmeterhecht
f2d1de9e99 Translate all missing entries to german 2023-07-31 09:52:18 -04:00
ROCKTAKEY
ece07dee90 enhance: Add Japanese translation 2023-07-24 09:59:51 -04:00
ingepettersen
183e153ead Updated Norwegian translations (#9905)
* Update Norwegian translation

* Update two strings

* Update Norwegian translation
2023-07-21 09:15:27 -04:00
hasecilu
0aa76fbb26 Translate latest strings 2023-07-21 09:12:12 -04:00
hasecilu
2a0c59f05f Fix translations based on feedback 2023-07-21 09:12:12 -04:00
hasecilu
41e2722143 Finish Spanish translations. 2023-07-21 09:12:12 -04:00
hasecilu
ded02048b9 Sort and format file with Spanish translations.
[why]
Sorting the keys gives the advantage of having strings with same context
together making it easier to have consistency on translations.

[how]
1. Having a .edn file execute:
	grep ":" src/resources/dicts/es.edn | grep -v "/" | sort > single_keys
	grep ":" src/resources/dicts/es.edn | grep "/" | sort > hierarchical_keys
2. Both files are sorted, now manually merge them into sorted_file. I
   decided to left turial keys on top, then single_keys and finally
   hierarchical_keys at the end. Check the braces.
3. Execute this script:
	#!/bin/bash

	while IFS= read -r line; do
	if [[ "$line" == *\"* ]]; then
		first_quote_index=$(expr index "$line" \")
		content_after_quote="${line:$first_quote_index}"
		content_before_quote="${line:0:$first_quote_index-1}"
		spaces=$(printf '%*s' $((52 - ${#content_before_quote})))
		echo "$content_before_quote$spaces\"$content_after_quote"
	else
		echo "$line"
	fi
	done <sorted_file >formatted_file
4. Replace the .edn file with the resultant formated_file. Now all
   strings start at column 53.
2023-07-21 09:12:12 -04:00
hasecilu
2700b5583e Add some Spanish translations. 2023-07-21 09:12:12 -04:00
hasecilu
cd9e3fb973 Fix some Spanish translations. 2023-07-21 09:12:12 -04:00
queeup
20071dfed1 enhance(i18n): update Turkish translation 2023-07-06 16:55:37 -04:00
Gabriel Horner
25c8cfc6ab Address remaining feedback for #9801 and #9757
Also add more explicit translation guidance for reviewers
2023-07-05 11:08:48 -04:00
Rui Sun
64cf564183 Enhance: Add Chinese i18n translations and make more of right-sidebar, query, slide and bug-report translatable (#9801)
* i18n: fix translation of switch to in zh-CN.

* fix: Enable i18n for create or search graph in the context of whiteboard.

* i18n: Add Chinese translations for whiteboard feature.

* i18n: Add more Chinese translations for whiteboard feature.

* i18n: Add i18n for "Properties settings for this query:"

* i18n: Add i18n for "No matched result"

* i18n: Add i18n for "Tips: press f to go full screen"

* i18n: Add i18n for "redo/undo history"

* i18n: Add i18n for "help documents"

* i18n: Add i18n for "bug report"

* fix: Make translate for Tips press f go fullscreen

* fix: Remove placeholder zh-cn that is not used.

* fix: Add a hidden element to use :whiteboard/create-or-search-graph so it will not be reported as unused.

* i18n: Add i18n for "check update"

* i18n: Add i18n for "export current page"

* i18n: Add i18n for "Grant permission"

* i18n: Fix for Chinese, "These translations keys are invalid because they are just copying the English value"

* revert: Translation for whiteboard/create-or-search-graph blocked by bb lang:validate-translations

* i18n: Fix translation for Chinese with help from amazing andelf.

* Update src/resources/dicts/zh-cn.edn

Co-authored-by: Andelf <andelf@gmail.com>

* Update src/resources/dicts/zh-cn.edn

Co-authored-by: Andelf <andelf@gmail.com>

* Update src/resources/dicts/zh-cn.edn

Co-authored-by: Andelf <andelf@gmail.com>

---------

Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
Co-authored-by: Andelf <andelf@gmail.com>
2023-07-05 11:07:57 -04:00
Gabriel Horner
c8ed14ef05 Merge pull request #9743 from logseq/feat/pdf-shape
Feat (Whiteboards): Introduce PDF shape
2023-07-04 10:30:58 -04:00
queeup
a366c5fb2b i18n: update Turkish translation 2023-07-03 11:02:39 -04:00
ROCKTAKEY
a9d5ef0a70 enhance: Add additional Japanese translation 2023-07-03 11:01:12 -04:00
Inge
f36507ff24 Update two strings 2023-06-30 09:51:55 -04:00
Inge
7f3ea9029d Update Norwegian translation 2023-06-30 09:51:55 -04:00
Konstantinos Kaloutas
6ff7658372 Merge branch 'master' into feat/pdf-shape 2023-06-28 11:28:19 +03:00
Junyi Du
53e85ddffc ux: diff-merge switch & fix 2023-06-28 00:45:00 +08:00
Andelf
79093a8bb7 enhance(sync): add feature switch to diff-merge 2023-06-28 00:45:00 +08:00
Konstantinos Kaloutas
fcfd547ca0 Merge branch 'master' into feat/pdf-shape 2023-06-26 14:25:04 +03:00
Gabriel Horner
4949a19b19 Tweak word to describe feature accurately 2023-06-23 15:39:51 -04:00
Bad3r
0b322b0f08 chore: replace 'presentation' with 'View as slide' 2023-06-23 15:39:51 -04:00
Konstantinos Kaloutas
aa39e5f6da Merge branch 'master' into feat/pdf-shape 2023-06-23 17:47:42 +03:00
queeup
cd28f94b43 i18n: update Turkish translation 2023-06-23 10:35:56 -04:00
Gabriel Horner
43df7dfd9a Translate two translations that weren't usable by all langs
See #9716. Position matters for some langs like Turkish
2023-06-23 09:51:33 -04:00
Konstantinos Kaloutas
c4b44c9321 Merge branch 'master' into feat/pdf-shape 2023-06-22 16:09:28 +03:00
greatbody
4cb80bad85 trans: add translations for Chinese zh-CN 2023-06-21 15:15:35 -04:00
greatbody
c91e116889 fix: Switch to: does not use i18n translation 2023-06-21 15:15:35 -04:00
Konstantinos Kaloutas
340a037b3a Merge branch 'master' into feat/pdf-shape 2023-06-21 11:13:44 +03:00
Gabriel Horner
1b0403bbaf Revert 3 titles that don't need translation from last PR
See https://github.com/logseq/logseq/pull/9680#discussion_r1235470813
for context
2023-06-20 16:19:23 -04:00
Mikhail Smelov
1d932f07c4 Enhance: Convert more of the UI to be translatable - settings, onboarding, bug-report, whiteboard, flashcards and search (#9680)
* Enhance: add translation strings

* Add search/command-palette strings

* add translation strings quick_tour

* FIX

* Add translation strings tour-whiteboard

* add translation strings settings-page

* add translation strings settings-page/git

* FIX

* add translation strings settings-page/sync

* FIX

* Add translation strings Flashcards

* FIX

* FIX: Add [frontend.context.i18n :refer [t]]

* Add translation strings :on-boarding/importing

* Add translation strings :on-boarding and FIX :on-boarding/importing

* Add translation strings :bug-report

* fix

* Fix link to flashcard documentation

---------

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2023-06-20 12:20:36 -04:00
Konstantinos Kaloutas
4f00e326ff feat: snap to grip 2023-06-20 09:09:10 -04:00
queeup
083f5f69fc i18n: update Turkish translation 2023-06-19 13:27:50 -04:00
Konstantinos Kaloutas
6092f08da0 enhance: add edit pdf button 2023-06-19 18:01:13 +03:00
Charlie
741edecc57 Enhance(UX): marketplace (#9609)
* fix(ui): hidden proxy label for the default system proxy network mode

* improve(plugin): support option to enable/disable the auto-check the installed plugins

* fix(revert): codes

* improve(ux): add the auto-check updates switcher to the toolbar plugins manager

* improve(i18n): plugin-related i18n

* enhance(plugin): add Github proxy server for the plugin updates

* enhance(plugin): add Github proxy server for the plugin updates

* fix(ui): warning

* fix: typo

* fix(ui): hidden proxy label for the default system proxy network mode

* improve(plugin): support option to enable/disable the auto-check the installed plugins

* fix(revert): codes

* improve(ux): add the auto-check updates switcher to the toolbar plugins manager

* improve(i18n): plugin-related i18n

* enhance(plugin): add Github proxy server for the plugin updates

* enhance(plugin): add Github proxy server for the plugin updates

* fix(ui): warning

* fix: typo
2023-06-19 12:51:40 +08:00
Mikhail Smelov
6a22870d49 Enhance: Improve Russian (ru) translations (#9645)
* Enhance: Improve Russian (ru) translations

* Improved tutorial-ru.md and dummy-notes-ru.md

* Fix: :relaunch-confirm-to-work and :page/created(updated)-at

* FIX: whiteboard

* FIX

* add strings
2023-06-16 09:54:55 -04:00
Taylor Hoffmann
87c4667d95 chore: updated pt-BR translations (#9655)
* chore: language pt-br

* fix: removed lang duplications

* fix: added duplicated entries for "pt-br" and "en"
2023-06-15 14:40:09 -04:00
hasecilu
d34073c3b1 Fix translations 2023-06-15 11:45:27 -04:00
hasecilu
e826c83ebd Update Spanish translations 2023-06-15 11:45:27 -04:00
Mikhail Smelov
eafca05387 Enhance: add translation strings to electron context menu; Settings (#9658)
* enhance: add translation strings to electron context menu

* Add translation strings to General settings

* FIX: :electron.context-menu/

* Add Tips

* Remove translations that can't be translated yet

---------

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2023-06-15 10:54:15 -04:00
Gabriel Horner
f051790707 Merge pull request #9610 from logseq/chore/i18n-refactoring
Chore (i18n): Make punctuation usage consistent in translations
2023-06-13 12:55:37 -04:00
ingepettersen
bbc30fde81 Enhance(i18n): Updated Norwegian translation (#9618)
* Updated Norwegian translations.

* Fixed bad paste

* Updated Norwegian translation

* nb-NO: Fix a few translations + lang.clj script

---------

Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2023-06-12 10:13:33 -04:00