Skip to content

Commit

Permalink
i18n: update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Feb 1, 2024
1 parent eca2262 commit cfbb9f3
Show file tree
Hide file tree
Showing 5 changed files with 265 additions and 19 deletions.
123 changes: 123 additions & 0 deletions src-bex/_locales/be_BY/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
{
"appDescription": {
"message": "This is a companion extension for QOwnNotes to interact with the note taking desktop application.",
"description": "The description of the application"
},
"settingsHeadline": {
"message": "QOwnNotes settings"
},
"socketPortLabel": {
"message": "QOwnNotes socket server port"
},
"sendPageToQOwnNotes": {
"message": "Send page to QOwnNotes"
},
"createScreenshotNote": {
"message": "Create note with screenshot of visible page"
},
"sendSelectionToQOwnNotes": {
"message": "Send selection to QOwnNotes"
},
"connectionFailed": {
"message": "Connection to QOwnNotes failed!"
},
"popupHeadline": {
"message": "Bookmarks"
},
"popupSearchLabel": {
"message": "Search"
},
"NewBookmark": {
"message": "New bookmark"
},
"Cancel": {
"message": "Cancel"
},
"Ok": {
"message": "Ok"
},
"Save": {
"message": "Save"
},
"BookmarkAllTabs": {
"message": "Bookmark all tabs"
},
"ImportBrowserBookmarks": {
"message": "Import browser bookmarks"
},
"WebClipper": {
"message": "Web clipper"
},
"Import": {
"message": "Import"
},
"ImportAllBrowserBookmarks": {
"message": "Do you want to import all browser bookmarks?"
},
"InputTokenHeadline": {
"message": "Input security token"
},
"InputToken": {
"message": "Please input the security token that now is shown in QOwnNotes!"
},
"Token": {
"message": "Security token from QOwnNotes"
},
"TokenHint": {
"message": "If you are syncing your browser settings you may want to use the same token on every device."
},
"Menu": {
"message": "Menu"
},
"OpenAllBookmarks": {
"message": "Open all bookmarks in new tabs"
},
"AddBookmark": {
"message": "Add bookmark"
},
"Close": {
"message": "Close"
},
"Tags": {
"message": "Tags"
},
"NoteFolder": {
"message": "Note folder"
},
"LinkName": {
"message": "Link name"
},
"Description": {
"message": "Description"
},
"URL": {
"message": "URL"
},
"ConsentHeadline": {
"message": "User data consent"
},
"ConsentIntro": {
"message": "This browser extension collects personal user data to send it to your local instance of QOwnNotes via a WebSocket. The data collected may include the following information:"
},
"ConsentData1": {
"message": "Information about your browser tabs, like the URL, to store bookmarks in QOwnNotes"
},
"ConsentData2": {
"message": "The content of your open tab, if you want to send it to QOwnNotes as a note"
},
"ConsentData3": {
"message": "A screenshot of your open tab, if you want to send it to QOwnNotes as a note"
},
"ConsentData4": {
"message": "Your browser bookmarks, if you want to import them into QOwnNotes"
},
"ConsentFooter": {
"message": "This extension doesn't work without communicating to your local instance of QOwnNotes and sending user data back and forth. No user data is sent over the internet or to any other party!"
},
"ConsentButton": {
"message": "Consent with user data collection"
},
"UninstallButton": {
"message": "Uninstall extension"
}
}
6 changes: 3 additions & 3 deletions src-bex/_locales/de_DE/messages.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"appDescription": {
"message": "Dies ist eine begleitende Erweiterung für QOwnNotes für die Interaktion mit den Notizen der Desktop-Anwendung.",
"message": "Dies ist eine begleitende Erweiterung für QOwnNotes, um mit den Notizen der Desktop-Anwendung zu interagieren.",
"description": "The description of the application"
},
"settingsHeadline": {
Expand Down Expand Up @@ -61,7 +61,7 @@
"message": "Bitte das Sicherheits-Token eingeben, das gerade in QOwnNotes angezeigt wird!"
},
"Token": {
"message": "Sicherheitstoken von QOwnNotes"
"message": "Sicherheits-Token von QOwnNotes"
},
"TokenHint": {
"message": "Wenn Sie Ihre Browsereinstellungen synchronisieren, möchten Sie vielleicht auf jedem Gerät dasselbe Token verwenden."
Expand All @@ -88,7 +88,7 @@
"message": "Linkname"
},
"Description": {
"message": "Beschreibung:"
"message": "Beschreibung"
},
"URL": {
"message": "URL"
Expand Down
26 changes: 13 additions & 13 deletions src-bex/_locales/ko_KR/messages.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"appDescription": {
"message": "메모 작성 데스크탑 애플리케이션과 정보를 교환할 수 있는 QOwnNotes용 동반 익스텐션입니다.",
"message": "이것은 QOwnNotes가 노트 필기 데스크톱 응용프로그램과 상호 작용할 수 있도록 지원하는 확장입니다.",
"description": "The description of the application"
},
"settingsHeadline": {
"message": "QOwnNotes 설정"
},
"socketPortLabel": {
"message": "QOwnNotes 소켓 서버 포트"
"message": "QOWNNotes 소켓 서버 포트"
},
"sendPageToQOwnNotes": {
"message": "QOwnNotes로 페이지 보내기"
"message": "페이지를 QOWNNotes로 보내기"
},
"createScreenshotNote": {
"message": "보이는 페이지의 스크린샷으로 노트 만들기"
"message": "보이는 페이지의 스크린샷이 있는 노트 만들기"
},
"sendSelectionToQOwnNotes": {
"message": "QOwnNotes로 선택사항 보내기"
"message": "선택 항목을 QOWNNotes로 전송"
},
"connectionFailed": {
"message": "QOwnNotes 연결 실패!"
"message": "QOWNNotes에 연결하지 못했습니다!"
},
"popupHeadline": {
"message": "북마크"
Expand All @@ -28,7 +28,7 @@
"message": "검색"
},
"NewBookmark": {
"message": "새로운 북마크"
"message": " 북마크"
},
"Cancel": {
"message": "취소"
Expand All @@ -37,7 +37,7 @@
"message": "확인"
},
"Save": {
"message": "저장"
"message": "Save"
},
"BookmarkAllTabs": {
"message": "모든 탭 북마크"
Expand All @@ -55,13 +55,13 @@
"message": "모든 브라우저 북마크를 가져오시겠습니까?"
},
"InputTokenHeadline": {
"message": "입력 보안 토큰"
"message": "보안 토큰 입력"
},
"InputToken": {
"message": "QOwnNotes에 표시되는 보안 토큰을 입력하십시오!"
"message": "QOWNNotes에 표시된 보안 토큰을 입력하십시오!"
},
"Token": {
"message": "QOwnNotes의 보안 토큰"
"message": "QOownNotes의 보안 토큰"
},
"TokenHint": {
"message": "브라우저 설정을 동기화하는 경우 모든 장치에서 동일한 토큰을 사용할 수 있습니다."
Expand All @@ -82,7 +82,7 @@
"message": "태그"
},
"NoteFolder": {
"message": "메모 폴더"
"message": "노트 폴더"
},
"LinkName": {
"message": "링크 이름"
Expand All @@ -106,7 +106,7 @@
"message": "열려 있는 탭의 내용입니다. 이 내용을 메모로 QOwnNotes에 보내려면"
},
"ConsentData3": {
"message": "열려 있는 탭의 스크린샷 , 노트로 QOwnNotes에 보내려는 경우"
"message": "열려 있는 탭을 QOwnNotes로 노트로 보내려면 해당 탭의 스크린샷"
},
"ConsentData4": {
"message": "브라우저 북마크를 QOwnNotes로 가져오려는 경우"
Expand Down
6 changes: 3 additions & 3 deletions src-bex/_locales/ro_RO/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
"message": "Introduceți simbolul de securitate care este afișat acum în QOwnNotes!"
},
"Token": {
"message": "Jeton de securitate din QOwnNotes"
"message": "Token de securitate din QOwnNotes"
},
"TokenHint": {
"message": "Dacă sincronizați setările browserului, vă recomandăm să utilizați același simbol pe fiecare dispozitiv."
"message": "Dacă sincronizați setările browserului, vă recomandăm să utilizați același token pe fiecare dispozitiv."
},
"Menu": {
"message": "Meniul"
Expand All @@ -73,7 +73,7 @@
"message": "Deschideți toate marcajele în filele noi"
},
"AddBookmark": {
"message": "Adaugă semn de carte"
"message": "Adaugă marcaj"
},
"Close": {
"message": "Închide"
Expand Down
123 changes: 123 additions & 0 deletions src-bex/_locales/ta_IN/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
{
"appDescription": {
"message": "This is a companion extension for QOwnNotes to interact with the note taking desktop application.",
"description": "The description of the application"
},
"settingsHeadline": {
"message": "QOwnNotes settings"
},
"socketPortLabel": {
"message": "QOwnNotes socket server port"
},
"sendPageToQOwnNotes": {
"message": "Send page to QOwnNotes"
},
"createScreenshotNote": {
"message": "Create note with screenshot of visible page"
},
"sendSelectionToQOwnNotes": {
"message": "Send selection to QOwnNotes"
},
"connectionFailed": {
"message": "Connection to QOwnNotes failed!"
},
"popupHeadline": {
"message": "Bookmarks"
},
"popupSearchLabel": {
"message": "Search"
},
"NewBookmark": {
"message": "New bookmark"
},
"Cancel": {
"message": "Cancel"
},
"Ok": {
"message": "Ok"
},
"Save": {
"message": "Save"
},
"BookmarkAllTabs": {
"message": "Bookmark all tabs"
},
"ImportBrowserBookmarks": {
"message": "Import browser bookmarks"
},
"WebClipper": {
"message": "Web clipper"
},
"Import": {
"message": "Import"
},
"ImportAllBrowserBookmarks": {
"message": "Do you want to import all browser bookmarks?"
},
"InputTokenHeadline": {
"message": "Input security token"
},
"InputToken": {
"message": "Please input the security token that now is shown in QOwnNotes!"
},
"Token": {
"message": "Security token from QOwnNotes"
},
"TokenHint": {
"message": "If you are syncing your browser settings you may want to use the same token on every device."
},
"Menu": {
"message": "Menu"
},
"OpenAllBookmarks": {
"message": "Open all bookmarks in new tabs"
},
"AddBookmark": {
"message": "Add bookmark"
},
"Close": {
"message": "Close"
},
"Tags": {
"message": "Tags"
},
"NoteFolder": {
"message": "Note folder"
},
"LinkName": {
"message": "Link name"
},
"Description": {
"message": "Description"
},
"URL": {
"message": "URL"
},
"ConsentHeadline": {
"message": "User data consent"
},
"ConsentIntro": {
"message": "This browser extension collects personal user data to send it to your local instance of QOwnNotes via a WebSocket. The data collected may include the following information:"
},
"ConsentData1": {
"message": "Information about your browser tabs, like the URL, to store bookmarks in QOwnNotes"
},
"ConsentData2": {
"message": "The content of your open tab, if you want to send it to QOwnNotes as a note"
},
"ConsentData3": {
"message": "A screenshot of your open tab, if you want to send it to QOwnNotes as a note"
},
"ConsentData4": {
"message": "Your browser bookmarks, if you want to import them into QOwnNotes"
},
"ConsentFooter": {
"message": "This extension doesn't work without communicating to your local instance of QOwnNotes and sending user data back and forth. No user data is sent over the internet or to any other party!"
},
"ConsentButton": {
"message": "Consent with user data collection"
},
"UninstallButton": {
"message": "Uninstall extension"
}
}

0 comments on commit cfbb9f3

Please sign in to comment.