🔀 chore(cs.cfg): reorganize and clean up language configuration file

The changes in this commit include reorganizing the language configuration file to improve readability and removing unused or unnecessary messages. Some messages were also renamed to better reflect their purpose. The commit also includes minor changes such as fixing typos and removing unnecessary whitespace.

🌐 chore(lang): update language files
The commit updates the language files for the DistroHopper application. The changes include adding new translations, updating existing translations, and fixing typos. The commit also removes some unused translations.

🌐 feat(lang): add Spanish and French translations
This commit adds Spanish and French translations to the project. The new files are located in the lang directory and contain translations for various messages and prompts used throughout the application. The addition of these translations will allow users who speak Spanish or French to use the application in their native language.
This commit is contained in:
zenobit 2023-04-12 20:49:29 +02:00
parent 93270cdb97
commit cce6c90af2
5 changed files with 193 additions and 112 deletions

View file

@ -1,24 +1,23 @@
MSG_ADD_STARTED="Adding new distro started..."
MSG_ARGUMENTS="Possible arguments:"
MSG_AS_ROOT="as root"
MSG_BUGS="PS: You saw some bugs?"
MSG_CHAT="Chat group on SimpleX: https://tinyurl.com/7hm4kcjx"
MSG_C_DESKTOP="Copying desktop entries and locales..."
MSG_C_ENTRIES="Copying desktop entries and locales..."
MSG_C_ENTRY="Copying desktop entry..."
MSG_C_ICONS="Copying icons..."
MSG_C_ISOS="Copying ISOs to dir. It will take some time..."
MSG_C_LANG="Do you want copy translation to system? (y/n)"
MSG_C_TRANS="Copying translation..."
MSG_DIR="creating config dir..."
MSG_CONFIG="Sourcing config..."
MSG_COPY="Copying "
MSG_CREATING="Creating..."
MSG_C_TRANSLATION="Copying translation..."
MSG_DEFAULT_TERMINAL="DONTKNOW"
MSG_DESKTOP_ENTRY="DONTKNOW"
MSG_DONE="Done"
MSG_DUMP="Dumping language source..."
MSG_D_INTERM="Do you want DistroHopper to run in the terminal? (y/n)"
MSG_D_LANG=" Trying to download Windows %s %s..."
MSG_D_OS=" Trying to download %s %s..."
MSG_D_RELEASE=" Trying to download %s %s %s..."
MSG_ERROR="Error"
MSG_FEEDBACK="Could you please provide feedback?"
MSG_FLAWLESS="Wish you flawless distro hopping..."
MSG_FZF="Missing fzf!"
MSG_HOMEPAGE="Homepage: dh.osowoso.xyz"
MSG_HOSTED="Project hosted at: https://github.com/oSoWoSo/DistroHopper"
MSG_H_ADD="Add new distro to quickget"
MSG_H_COPY="Copy all ISOs to target dir (for Ventoy)"
MSG_H_DIR="Set default directory where VMs are stored"
@ -26,46 +25,49 @@ MSG_H_FIRST="example for First run from terminal:"
MSG_H_GUI="Run graphical user interface (GUI)"
MSG_H_HELP="Show this help and exit"
MSG_H_INSTALL="Install DistroHopper"
MSG_H_LANG="Translate DistroHopper"
MSG_H_MODE="Portable mode"
MSG_HOMEPAGE="Homepage: dh.osowoso.xyz"
MSG_HOSTED="Project hosted at: https://github.com/oSoWoSo/DistroHopper"
MSG_H_PUSH="Push changed quickget to quickemu project"
MSG_H_READY="Update ready to run VMs"
MSG_H_SORT="Sort functions in quickget"
MSG_H_SUPPORTED="Update supported VMs"
MSG_H_TRANSLATE="Translate DistroHopper"
MSG_H_TUI="Run terminal user interface (TUI)"
MSG_CHAT="Chat group on SimpleX: https://tinyurl.com/7hm4kcjx"
MSG_ICONS="creating icons dir as root..."
MSG_IMPROVE="What can be improved, added, changed?"
MSG_INSTALLING="Installing DistroHopper..."
MSG_INTERM="Do you want show output in the terminal? (y/n)"
MSG_INVALID_AGAIN="Invalid option, please choose again."
MSG_INVALID="Invalid option:"
MSG_LANG="Choosed language is:"
MSG_LANG_CHANGE="Which language change? (en/cs)"
MSG_KNOW=" Let me know..."
MSG_LANG_CODE="If you want create new one, insert two digit language code..."
MSG_LETMEKNOW=" Let me know..."
MSG_LANG_CHANGE="Which language change? (en/cs)"
MSG_LANG="Choosed language is:"
MSG_LIKE="How do you like DistroHopper?"
MSG_MERG="Merging changes... (Do it yourself)"
MSG_MO="Generating .mo file..."
MSG_MERGING="Merging changes... (Do it yourself)"
MSG_MODE="Switching to portable mode!"
MSG_MO="Generating .mo file..."
MSG_NEEDED="Installing needed..."
MSG_NEW=" Do you want to create a new VM? (c)"
MSG_NO_DISTRO="I currently don't have support for your distro"
MSG_NO="No argumet provided!"
MSG_NO_CONF="No .conf files found"
MSG_NO_DISTROERROR="I currently don't have support for your distro"
MSG_NO_VM="No VMs found."
MSG_OR_RUN=" or run an existing one? (press anything)"
MSG_PREPARED=" Prepared VMs"
MSG_PUSHING="Pushing changes to..."
MSG_Q_INTERM="Do you want quickget to show outputs in the terminal? (y/n)"
MSG_RUNNING="DistroHopper is running... Press Ctrl-Q anytime to exit."
MSG_R_TUI="Running DistroHopper TUI..."
MSG_SETTINGUP="Setting up directory..."
MSG_SORTING="Sorting functions in template..."
MSG_STRUCTURE="Creating directory structure..."
MSG_S_CHOOSED=" Starting %s..."
MSG_S_GUI="Starting DistroHopper GUI..."
MSG_S_INSTALL="Starting installation..."
MSG_S_INSTALLATION="Starting installation..."
MSG_SORTING="Sorting functions in template..."
MSG_STARTING=" Starting %s..."
MSG_STRUCTURE="Creating directory structure..."
MSG_S_TUI="Running DistroHopper TUI..."
MSG_TERMINAL_SET="Default terminal set to:"
MSG_TRANSLATION="translation into "
MSG_TRYING="Trying to download "
MSG_U_READY="Updating ready VMs..."
MSG_U_SUPPORTED="Updating supported VMs..."
MSG_VM="Creating desktop entry..."
MSG_YAD="Missing yad!"
MSQ_ARGUMENTS="Possible arguments:"
MSQ_FLAWLESS="Wish you flawless distro hopping..."