mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-24 04:32:15 -04:00
english translations file
This commit is contained in:
parent
2b67d3bc62
commit
0c64f615bf
90
resources/i18n/en.json
Normal file
90
resources/i18n/en.json
Normal file
@ -0,0 +1,90 @@
|
|||||||
|
{
|
||||||
|
"@metadata": {
|
||||||
|
"authors": [
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"name":"English",
|
||||||
|
"error-downloader-window-title":"Cannot create downloader",
|
||||||
|
"error-downloader-launch-message":"Impossible to launch downloader, Kiwix-desktop will start but all download functions will not working !",
|
||||||
|
"open-zim":"Open Zim",
|
||||||
|
"local-kiwix-server":"Local Kiwix Server",
|
||||||
|
"random-article":"Random Article",
|
||||||
|
"home-page":"Home page",
|
||||||
|
"print":"Print",
|
||||||
|
"new-tab":"New tab",
|
||||||
|
"close-tab":"Close tab",
|
||||||
|
"reopen-closed-tab":"Reopen closed tab",
|
||||||
|
"browse-library":"Browse library",
|
||||||
|
"open-file":"Open file",
|
||||||
|
"open-recent":"Open recent",
|
||||||
|
"search-article":"Search arcticle",
|
||||||
|
"search-in-library":"Search in library",
|
||||||
|
"find-in-page":"Find in page",
|
||||||
|
"set-fullscreen":"Set fullscreen",
|
||||||
|
"quit-fullscreen":"Quit fullScreen",
|
||||||
|
"table-of-content":"Table of content",
|
||||||
|
"reading-list":"Reading list",
|
||||||
|
"reading-list-title":"Reading List",
|
||||||
|
"zoom-in":"Zoom in",
|
||||||
|
"zoom-out":"Zoom out",
|
||||||
|
"zoom-reset":"Zoom reset",
|
||||||
|
"help":"Help",
|
||||||
|
"feedback":"Feedback",
|
||||||
|
"report-a-bug":"Report a bug",
|
||||||
|
"request-a-feature":"Request a feature",
|
||||||
|
"about-kiwix":"About Kiwix",
|
||||||
|
"donate-to-support-kiwix":"Donate to support Kiwix",
|
||||||
|
"exit":"Exit",
|
||||||
|
"save-file-as-window-title":"Save File as",
|
||||||
|
"download-finished-message":"The document has been downloaded.",
|
||||||
|
"file":"File",
|
||||||
|
"edit":"Edit",
|
||||||
|
"view":"View",
|
||||||
|
"tools":"Tools",
|
||||||
|
"window-title":"Library - Kiwix",
|
||||||
|
"search":"Search",
|
||||||
|
"browse-directory":"Browse Directory",
|
||||||
|
"settings":"Settings",
|
||||||
|
"back":"Back",
|
||||||
|
"forward":"Forward",
|
||||||
|
"search-files":"Search files",
|
||||||
|
"title":"Title",
|
||||||
|
"size":"Size",
|
||||||
|
"date":"Date",
|
||||||
|
"content-type":"Content type",
|
||||||
|
"reset-sort":"reset sort",
|
||||||
|
"open":"Open",
|
||||||
|
"delete":"Delete",
|
||||||
|
"download":"Download",
|
||||||
|
"resume":"Resume",
|
||||||
|
"pause":"Pause",
|
||||||
|
"cancel":"Cancel",
|
||||||
|
"apply":"Apply",
|
||||||
|
"port-for-local-kiwix-server-setting":"Port for local Kiwix server :",
|
||||||
|
"zoom-level-setting":"Zoom level :",
|
||||||
|
"download-directory-setting":"Download directory :",
|
||||||
|
"reset":"Reset",
|
||||||
|
"browse":"Browse",
|
||||||
|
"kiwix-desktop-description":"Kiwix enables you to have the whole Wikipedia at hand wherever you go! On a boat, in the middle of nowhere or in jail, Kiwix gives you access to the whole human knowledge. You don't need Internet, everything is store on your computer.",
|
||||||
|
"learn-more-about-kiwix":"Learn more about Kiwix",
|
||||||
|
"release":"Release",
|
||||||
|
"source-code":"This software is released under the terms of the GNU General Public License version 3. View the source code on",
|
||||||
|
"version":"Version",
|
||||||
|
"build-date":"Build date",
|
||||||
|
"reporting-problem":"Reporting problem",
|
||||||
|
"report-issue-1/3":"To open an issue, visit",
|
||||||
|
"report-issue-2/3":"and open an issue describing your problem.",
|
||||||
|
"report-issue-3/3":"Please mention the version and the build date in the issue.",
|
||||||
|
"libraries":"Libraries",
|
||||||
|
"kiwix-server-running-message":"The Kiwix Server is running and can be accessed in the local network at :",
|
||||||
|
"kiwix-server-description":"Starting a server allows other computers in the local network to access your Kiwix library with a standard web browser.",
|
||||||
|
"fullscreen-notification":"You are now in full screen mode. Press ESC to quit!",
|
||||||
|
"all-files":"All Files",
|
||||||
|
"local-files":"Local Files",
|
||||||
|
"browse-by-category":"Browse By Category",
|
||||||
|
"browse-by-language":"Browse By Language",
|
||||||
|
"hide":"Hide",
|
||||||
|
"open-in-browser":"Open in browser",
|
||||||
|
"start-kiwix-server":"Start Kiwix Server",
|
||||||
|
"stop-kiwix-server":"Stop Kiwix Server"
|
||||||
|
}
|
@ -1,5 +1,6 @@
|
|||||||
<RCC>
|
<RCC>
|
||||||
<qresource prefix="/">
|
<qresource prefix="/">
|
||||||
<file>i18n/kiwix-desktop_fr.qm</file>
|
<file>i18n/kiwix-desktop_fr.qm</file>
|
||||||
|
<file>i18n/en.json</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user