diff --git a/CHANGES b/CHANGES
index 3d930c30d..4d5e19888 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,12 +8,13 @@ website will have to do for older versions.
This release contains contributions from (alphabetically by first name):
- Anke Boersma
- apt-ghetto
+ - Victor Ibragimov
## Core ##
- A new object *Network* is available to QML modules in `io.calamares.core`.
It exposes network status through the *hasInternet* property.
- - Welcome to Tajik translations. This has reached sufficient completion
- to be included in the drop-down list of languages on the welcome page.
+ - Welcome to Tajik translations. The Tajik language has quickly reached
+ 100% completion.
- Welcome to [Interlingue](https://en.wikipedia.org/wiki/Interlingue).
The translation is at an early stage.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3dec2e55f..10f314856 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -140,22 +140,19 @@ set( CALAMARES_DESCRIPTION_SUMMARY
# TODO: drop the es_ES translation from Transifex
#
# NOTE: move eo (Esperanto) to _ok once Qt can actually create a
-# locale for it. (Qt 5.12.2 can, see check later on).
-# NOTE: update these lines by running txstats.py, or copy these four lines
-# and prefix each variable name with "p", so that the automatic
-# checks for new languages and misspelled ones are done (that is,
-# copy these four lines to four backup lines, add "p", and then update
-# the original four lines with the current translations).
+# locale for it. (Qt 5.12.2 can, see Translation Status section).
+# NOTE: move ie (Interlingue) to _ok once Qt supports it.
+# NOTE: update these lines by running `txstats.py`, or for full automation
+# `txstats.py -e`. See also
#
# Total 68 languages
-set( _tx_complete az az_AZ ca da fi_FI he hi hr ja pt_BR sq tr_TR
- uk zh_TW )
-set( _tx_good as ast be cs_CZ de es fr hu it_IT ko lt ml nl pt_PT
- ru sk sv zh_CN )
-set( _tx_ok ar bg el en_GB es_MX es_PR et eu fa gl id is mr nb pl
- ro sl sr sr@latin tg th )
-set( _tx_incomplete bn ca@valencia eo fr_CH gu ie kk kn lo lv mk
- ne_NP ur uz )
+set( _tx_complete ca fi_FI he hr nl pt_BR sq tg tr_TR uk zh_TW )
+set( _tx_good as ast az az_AZ be cs_CZ da de es fr hi hu it_IT ja
+ ko lt ml pt_PT ru sk sv zh_CN )
+set( _tx_ok ar bg el en_GB es_MX es_PR et eu fa gl id is mr nb
+ pl ro sl sr sr@latin th )
+set( _tx_incomplete bn ca@valencia eo fr_CH gu ie kk kn lo lv mk ne_NP
+ ur uz )
### Required versions
#
@@ -287,14 +284,6 @@ find_package( Qt5 ${QT_VERSION} CONFIG REQUIRED Concurrent Core Gui LinguistTool
if( WITH_QML )
find_package( Qt5 ${QT_VERSION} CONFIG REQUIRED Quick QuickWidgets )
endif()
-if( Qt5_VERSION VERSION_GREATER 5.12.1 )
- # At least Qt 5.12.2 seems to support Esperanto in QLocale
- if( "eo" IN_LIST _tx_incomplete )
- message(STATUS "Esperanto support since Qt 5.12.2, enabling Esperanto locale")
- list( REMOVE_ITEM _tx_incomplete "eo" )
- list( APPEND _tx_ok "eo" )
- endif()
-endif()
# Optional Qt parts
find_package( Qt5DBus CONFIG )
@@ -430,30 +419,22 @@ set(Calamares_WITH_QML ${WITH_QML})
### Transifex Translation status
#
-# Construct language lists for use. If there are p_tx* variables,
-# then run an extra cmake-time check for consistency of the old
-# (p_tx*) and new (_tx*) lists.
+# Construct language lists for use.
#
-set( prev_tx ${p_tx_complete} ${p_tx_good} ${p_tx_ok} ${p_tx_incomplete} )
+if( Qt5_VERSION VERSION_GREATER 5.12.1 )
+ # At least Qt 5.12.2 seems to support Esperanto in QLocale
+ if( "eo" IN_LIST _tx_incomplete )
+ message(STATUS "Esperanto support since Qt 5.12.2, enabling Esperanto locale")
+ list( REMOVE_ITEM _tx_incomplete "eo" )
+ list( APPEND _tx_ok "eo" )
+ endif()
+endif()
+
set( curr_tx ${_tx_complete} ${_tx_good} ${_tx_ok} ${_tx_incomplete} )
set( tx_errors OFF )
-if ( prev_tx )
- # Gone in new list
- foreach( l ${prev_tx} )
- list( FIND curr_tx ${l} p_l )
- if( p_l EQUAL -1 )
- message(WARNING "Language ${l} was present in previous translations and is now absent.")
- set( tx_errors ON )
- endif()
- endforeach()
-
+if ( curr_tx )
# New in list
foreach( l ${curr_tx} )
- list( FIND prev_tx ${l} p_l )
- if( p_l EQUAL -1 )
- message(WARNING "Language ${l} is new.")
- set( tx_errors ON )
- endif()
set( p_l "lang/calamares_${l}.ts" )
if( NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${p_l} )
message(WARNING "Language ${l} has no .ts file yet.")
@@ -464,7 +445,6 @@ if ( prev_tx )
unset( p_l )
unset( l )
endif()
-unset( prev_tx )
unset( curr_tx )
if( tx_errors )
message( FATAL_ERROR "Translation warnings, see above." )
@@ -475,14 +455,6 @@ list( SORT CALAMARES_TRANSLATION_LANGUAGES )
add_subdirectory( lang ) # i18n tools
-if ( INSTALL_COMPLETION )
- if( NOT CMAKE_INSTALL_BASHCOMPLETIONDIR )
- set( CMAKE_INSTALL_BASHCOMPLETIONDIR "${CMAKE_INSTALL_DATADIR}/bash-completion/completions" )
- endif()
-
- install( FILES ${CMAKE_SOURCE_DIR}/data/completion/bash/calamares DESTINATION "${CMAKE_INSTALL_BASHCOMPLETIONDIR}" )
-endif()
-
### Example Distro
#
# For testing purposes Calamares includes a very, very, limited sample
@@ -672,6 +644,14 @@ if( INSTALL_POLKIT )
)
endif()
+if ( INSTALL_COMPLETION )
+ if( NOT CMAKE_INSTALL_BASHCOMPLETIONDIR )
+ set( CMAKE_INSTALL_BASHCOMPLETIONDIR "${CMAKE_INSTALL_DATADIR}/bash-completion/completions" )
+ endif()
+
+ install( FILES ${CMAKE_SOURCE_DIR}/data/completion/bash/calamares DESTINATION "${CMAKE_INSTALL_BASHCOMPLETIONDIR}" )
+endif()
+
install(
FILES calamares.desktop
DESTINATION ${CMAKE_INSTALL_DATADIR}/applications
diff --git a/CMakeModules/CalamaresAddPlugin.cmake b/CMakeModules/CalamaresAddPlugin.cmake
index 66536eda7..ee3c63acb 100644
--- a/CMakeModules/CalamaresAddPlugin.cmake
+++ b/CMakeModules/CalamaresAddPlugin.cmake
@@ -187,13 +187,22 @@ function( calamares_add_plugin )
install( FILES ${CMAKE_CURRENT_BINARY_DIR}/${PLUGIN_DESC_FILE}
DESTINATION ${PLUGIN_DESTINATION} )
+ set( _warned_config OFF )
foreach( PLUGIN_CONFIG_FILE ${PLUGIN_CONFIG_FILES} )
- configure_file( ${PLUGIN_CONFIG_FILE} ${PLUGIN_CONFIG_FILE} COPYONLY )
+ if( ${CMAKE_CURRENT_SOURCE_DIR}/${PLUGIN_CONFIG_FILE} IS_NEWER_THAN ${CMAKE_CURRENT_BINARY_DIR}/${PLUGIN_CONFIG_FILE} OR INSTALL_CONFIG )
+ configure_file( ${PLUGIN_CONFIG_FILE} ${PLUGIN_CONFIG_FILE} COPYONLY )
+ else()
+ message( " ${BoldYellow}Not updating${ColorReset} ${PLUGIN_CONFIG_FILE}" )
+ set( _warned_config ON )
+ endif()
if ( INSTALL_CONFIG )
install(
FILES ${CMAKE_CURRENT_BINARY_DIR}/${PLUGIN_CONFIG_FILE}
DESTINATION ${PLUGIN_DATA_DESTINATION} )
endif()
endforeach()
+ if ( _warned_config )
+ message( "" )
+ endif()
endif()
endfunction()
diff --git a/CMakeModules/FindLibPWQuality.cmake b/CMakeModules/FindLibPWQuality.cmake
index 84136f5ad..2728afb1e 100644
--- a/CMakeModules/FindLibPWQuality.cmake
+++ b/CMakeModules/FindLibPWQuality.cmake
@@ -6,10 +6,16 @@
# LibPWQuality_LIBRARIES, where to find the library
# LibPWQuality_INCLUDE_DIRS, where to find pwquality.h
#
-include(FindPkgConfig)
+find_package(PkgConfig)
include(FindPackageHandleStandardArgs)
-pkg_search_module(pc_pwquality QUIET pwquality)
+if(PkgConfig_FOUND)
+ pkg_search_module(pc_pwquality QUIET pwquality)
+else()
+ # It's just possible that the find_path and find_library will
+ # find it **anyway**, so let's pretend it was there.
+ set(pc_pwquality_FOUND ON)
+endif()
find_path(LibPWQuality_INCLUDE_DIR
NAMES pwquality.h
diff --git a/calamares.desktop b/calamares.desktop
index a70f377cf..82c94485e 100644
--- a/calamares.desktop
+++ b/calamares.desktop
@@ -190,8 +190,8 @@ GenericName[sv]=Systeminstallerare
Comment[sv]=Calamares — Systeminstallerare
Name[tg]=Насбкунии низом
Icon[tg]=calamares
-GenericName[tg]=Насбкунандаи низом
-Comment[tg]=Calamares — Насбкунандаи низом
+GenericName[tg]=Насбкунандаи низомӣ
+Comment[tg]=Calamares — Насбкунандаи низомӣ
Name[th]=ติดตั้งระบบ
Name[uk]=Встановити Систему
Icon[uk]=calamares
diff --git a/ci/travis-continuous.sh b/ci/travis-continuous.sh
index aefaca6f8..567a55d3d 100755
--- a/ci/travis-continuous.sh
+++ b/ci/travis-continuous.sh
@@ -24,7 +24,7 @@ section "cmake $CMAKE_ARGS $SRCDIR"
cmake $CMAKE_ARGS $SRCDIR || { echo "! CMake failed" ; exit 1 ; }
section "make"
-make -j2 || { echo "! Make recheck" ; pwd -P ; df -h ; make -j1 VERBOSE=1 ; echo "! Make failed" ; exit 1 ; }
+make -j2 VERBOSE=1 || { echo "! Make recheck" ; pwd -P ; df -h ; make -j1 VERBOSE=1 ; echo "! Make failed" ; exit 1 ; }
section "make install"
diff --git a/ci/txstats.py b/ci/txstats.py
index 139ebe523..40fe3f43b 100755
--- a/ci/txstats.py
+++ b/ci/txstats.py
@@ -8,25 +8,137 @@
# Run it with a -v command-line option to get extra output on
# actual translation percentages.
import sys
+import argparse
-def get_tx_credentials():
+class TXError(Exception):
+ pass
+
+
+class TransifexGetter(object):
"""
- Gets the API token out of the user's .transifexrc (this is supposed
- to be secure).
+ Get language data from Transifex.
+
+ The object does all the work in __init__, after that
+ the only relevant data is .languages, a dictionary
+ of language data.
"""
- import configparser
- import os
- txconfig_name = os.path.expanduser("~/.transifexrc")
- try:
- with open(txconfig_name, "r") as f:
- parser = configparser.ConfigParser()
- parser.read_file(f)
+ def __init__(self):
+ token = self.get_tx_credentials()
+ if token is None:
+ raise TXError("Could not get Transifex API token")
- return parser.get("https://www.transifex.com", "password")
- except IOError as e:
- return None
+ import requests
+ r = requests.get("https://api.transifex.com/organizations/calamares/projects/calamares/resources/calamares/", auth=("api", token))
+ if r.status_code != 200:
+ raise TXError("Could not get Transifex data from API")
-def output_langs(all_langs, label, filterfunc):
+ j = r.json()
+ self.languages = j["stats"]
+
+
+ def get_tx_credentials(self):
+ """
+ Gets the API token out of the user's .transifexrc (this is supposed
+ to be secure).
+ """
+ import configparser
+ import os
+ txconfig_name = os.path.expanduser("~/.transifexrc")
+ try:
+ with open(txconfig_name, "r") as f:
+ parser = configparser.ConfigParser()
+ parser.read_file(f)
+
+ return parser.get("https://www.transifex.com", "password")
+ except IOError as e:
+ return None
+
+
+class BogusGetter(object):
+ """
+ Fake language data.
+
+ This object pretends to retrieve data, and returns fixed language lists and percentages,
+ for testing purposes without hitting Transifex servers all the time.
+ """
+ def __init__(self):
+ self.languages = dict()
+ for lang, completion in ( ("sq", 100), ("ar", 44), ("as", 28), ("de", 15), ("da", 4), ("ts", 82) ):
+ self.languages[lang] = dict(translated=dict(stringcount=686, percentage=(completion/100.0)))
+
+
+class PrintOutputter(object):
+ """
+ Output via print-statements.
+ """
+ def __init__(self):
+ pass
+
+ def print(self, s):
+ print(s)
+
+ def __enter__(self):
+ return self
+
+ def __exit__(self, e, v, tb):
+ pass
+
+
+class EditingOutputter(object):
+ """
+ Edit CMakeLists in-place.
+ """
+ def __init__(self):
+ with open("CMakeLists.txt", "r") as f:
+ lines = f.readlines()
+
+ mark = None
+ for l in lines:
+ # Note that we didn't strip the lines, so need the \n here
+ if l.startswith("# Total ") and l.endswith(" languages\n"):
+ mark = lines.index(l)
+ break
+ if mark is None:
+ raise TXError("No CMakeLists.txt lines for TX stats found")
+ self.pre_lines = lines[:mark]
+
+ nextmark = mark + 1
+ for l in lines[mark+1:]:
+ if l.startswith("set( _tx_"):
+ nextmark += 1
+ continue
+ if l.startswith(" "):
+ nextmark += 1
+ continue
+ break
+ if nextmark > mark + 12 or nextmark > len(lines) - 4:
+ # Try to catch runaway nextmarks: we know there should
+ # be four set-lines, which are unlikely to be 3 lines each;
+ # similarly the CMakeLists.txt is supposed to end with
+ # some boilerplate.
+ raise TXError("Could not find end of TX settings in CMakeLists.txt")
+ self.post_lines = lines[nextmark:]
+
+ self.mid_lines = []
+ print("# Editing CMakeLists.txt in-place")
+
+ def print(self, s):
+ # Add the implicit \n from print()
+ self.mid_lines.append(s + "\n")
+ if s.startswith("#"):
+ print(s)
+
+ def __enter__(self):
+ return self
+
+ def __exit__(self, e, v, tb):
+ if e is None:
+ with open("CMakeLists.txt", "w") as f:
+ f.write("".join(self.pre_lines + self.mid_lines + self.post_lines))
+ print("# CMakeLists.txt updated")
+
+
+def output_langs(all_langs, outputter, label, filterfunc):
"""
Output (via print) all of the languages in @p all_langs
that satisfy the translation-percentage filter @p filterfunc.
@@ -42,12 +154,13 @@ def output_langs(all_langs, label, filterfunc):
while len(out) > width - len(prefix):
chunk = out[:out[:width].rfind(" ")]
- print("%s%s" % (prefix, chunk))
+ outputter.print("%s%s" % (prefix, chunk))
out = out[len(chunk)+1:]
prefix = " "
- print("%s%s" % (prefix, out))
+ outputter.print("%s%s" % (prefix, out))
-def get_tx_stats(token, verbose):
+
+def get_tx_stats(languages, outputter, verbose):
"""
Does an API request to Transifex with the given API @p token, getting
the translation statistics for the main body of texts. Then prints
@@ -56,12 +169,6 @@ def get_tx_stats(token, verbose):
If @p verbose is True, prints out language stats as well.
"""
- import requests
-
- r = requests.get("https://api.transifex.com/organizations/calamares/projects/calamares/resources/calamares/", auth=("api", token))
- if r.status_code != 200:
- return 1
-
suppressed_languages = ( "es_ES", ) # In Transifex, but not used
# Some languages go into the "incomplete" list by definition,
# regardless of their completion status: this can have various reasons.
@@ -71,13 +178,11 @@ def get_tx_stats(token, verbose):
# and it's at-the-least ok.
incomplete_languages = (
"eo", # Not supported by QLocale < 5.12.1
+ "ie", # Not supported by Qt at least through 5.15.0
)
all_langs = []
-
- j = r.json()
- languages = j["stats"]
- print("# Total %d languages" % len(languages))
+ outputter.print("# Total %d languages" % len(languages))
for lang_name in languages:
if lang_name in suppressed_languages:
continue
@@ -91,23 +196,35 @@ def get_tx_stats(token, verbose):
if verbose:
for s, l in sorted(all_langs, reverse=True):
- print("# %16s\t%6.2f" % (l, s * 100.0))
- output_langs(all_langs, "complete", lambda s : s == 1.0)
- output_langs(all_langs, "good", lambda s : 1.0 > s >= 0.75)
- output_langs(all_langs, "ok", lambda s : 0.75 > s >= 0.05)
- output_langs(all_langs, "incomplete", lambda s : 0.05 > s)
+ outputter.print("# %16s\t%6.2f" % (l, s * 100.0))
+ output_langs(all_langs, outputter, "complete", lambda s : s == 1.0)
+ output_langs(all_langs, outputter, "good", lambda s : 1.0 > s >= 0.75)
+ output_langs(all_langs, outputter, "ok", lambda s : 0.75 > s >= 0.05)
+ output_langs(all_langs, outputter, "incomplete", lambda s : 0.05 > s)
return 0
def main():
- verbose = (sys.argv[-1] == "-v")
- cred = get_tx_credentials()
- if cred:
- return get_tx_stats(cred, verbose)
- else:
- print("! Could not find API token in ~/.transifexrc")
- return 1
+ parser = argparse.ArgumentParser(description="Update Transifex Statistics")
+ parser.add_argument("--verbose", "-v", help="Show statistics", action="store_true")
+ parser.add_argument("--bogus", "-n", help="Use bogus data (do not query Transifex)", action="store_true")
+ parser.add_argument("--edit", "-e", help="Edit CMakeLists.txt in-place", action="store_true")
+ args = parser.parse_args()
+ try:
+ if args.bogus:
+ getter = BogusGetter()
+ else:
+ getter = TransifexGetter()
+ if args.edit:
+ outputter = EditingOutputter()
+ else:
+ outputter = PrintOutputter()
+ with outputter:
+ return get_tx_stats(getter.languages, outputter, args.verbose)
+ except TXError as e:
+ print("! " + str(e))
+ return 1;
return 0
if __name__ == "__main__":
diff --git a/lang/calamares_ar.ts b/lang/calamares_ar.ts
index 2e3960701..0ecfd7d4c 100644
--- a/lang/calamares_ar.ts
+++ b/lang/calamares_ar.ts
@@ -220,7 +220,7 @@
-
+
@@ -265,171 +265,171 @@
Calamares::ViewManager
-
+
-
+ فشل التثبيت
-
+
-
+ خطأ
-
-
+
+ &نعم
-
-
+
+ &لا
-
+ &اغلاق
-
+
-
+
-
+
-
+
-
+
-
+ الإستمرار في التثبيت؟
-
+
-
+
-
+ مثبّت %1 على وشك بإجراء تعديلات على قرصك لتثبيت %2.<br/><strong>لن تستطيع التّراجع عن هذا.</strong>
-
+
-
+ &ثبت الأن
-
+ &إرجع
-
+
-
+ &ثبت
-
+ اكتمل الإعداد. أغلق برنامج الإعداد.
-
+ اكتمل التثبيت , اغلق المثبِت
-
+
-
+ الغاء الـ تثبيت من دون احداث تغيير في النظام
-
+ &التالي
-
+ &رجوع
-
+
-
+ &إلغاء
-
+ إلغاء الإعداد؟
-
+ إلغاء التثبيت؟
-
+ هل تريد حقًا إلغاء عملية الإعداد الحالية؟
سيتم إنهاء برنامج الإعداد وسيتم فقد جميع التغييرات.
-
+ أتريد إلغاء عمليّة التّثبيت الحاليّة؟
@@ -491,12 +491,12 @@ The installer will quit and all changes will be lost.
&إلغاء
-
+
-
+ %1 المثبت
@@ -523,9 +523,9 @@ The installer will quit and all changes will be lost.
-
-
-
+
+
+ الحاليّ:
@@ -536,115 +536,115 @@ The installer will quit and all changes will be lost.
-
-
+
+ <strong>تقسيم يدويّ</strong><br/>يمكنك إنشاء أو تغيير حجم الأقسام بنفسك.
-
+
-
+ <strong>اختر قسمًا لتقليصه، ثمّ اسحب الشّريط السّفليّ لتغيير حجمه </strong>
-
+
-
+ مكان محمّل الإقلاع:
-
+ <strong>اختر القسم حيث سيكون التّثبيت عليه</strong>
-
+ تعذّر إيجاد قسم النّظام EFI في أيّ مكان. فضلًا ارجع واستخدم التّقسيم اليدويّ لإعداد %1.
-
+ قسم النّظام EFI على %1 سيُستخدم لبدء %2.
-
+ قسم نظام EFI:
-
+ لا يبدو أن في جهاز التّخزين أيّ نظام تشغيل. ما الذي تودّ فعله؟<br/>يمكنك مراجعة الاختيارات وتأكيدها قبل تطبيقها على جهاز التّخزين.
-
-
-
-
+
+
+
+ <strong>مسح القرص</strong><br/>هذا س<font color="red">يمسح</font> كلّ البيانات الموجودة في جهاز التّخزين المحدّد.
-
-
-
-
+
+
+
+ <strong>ثبّت جنبًا إلى جنب</strong><br/>سيقلّص المثبّت قسمًا لتفريغ مساحة لِ %1.
-
-
-
-
+
+
+
+ <strong>استبدل قسمًا</strong><br/>يستبدل قسمًا مع %1 .
-
+ على جهاز التّخزين %1. ما الذي تودّ فعله؟<br/>يمكنك مراجعة الاختيارات وتأكيدها قبل تطبيقها على جهاز التّخزين.
-
+ على جهاز التّخزين هذا نظام تشغيل ذأصلًا. ما الذي تودّ فعله؟<br/>يمكنك مراجعة الاختيارات وتأكيدها قبل تطبيقها على جهاز التّخزين.
-
+ على جهاز التّخزين هذا عدّة أنظمة تشغيل. ما الذي تودّ فعله؟<br/>يمكنك مراجعة الاختيارات وتأكيدها قبل تطبيقها على جهاز التّخزين.
-
+
-
+
-
+
-
+
-
+
@@ -652,17 +652,17 @@ The installer will quit and all changes will be lost.
ClearMountsJob
-
+
-
+
-
+
@@ -670,22 +670,22 @@ The installer will quit and all changes will be lost.
ClearTempMountsJob
-
+
-
+
-
+
-
+
@@ -712,30 +712,30 @@ The installer will quit and all changes will be lost.
Config
-
+ اضبط طراز لوحة المفتاتيح ليكون %1.<br/>
-
+ اضبط تخطيط لوحة المفاتيح إلى %1/%2.
-
+
+
+
+
+
+
-
+
-
-
-
- اضبط المنطقة الزّمنيّة إلى %1/%2.<br/>
-
@@ -801,6 +801,46 @@ The installer will quit and all changes will be lost.
+
+
+
+ اسم المستخدم طويل جدًّا.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ اسم المضيف قصير جدًّا.
+
+
+
+
+ اسم المضيف طويل جدًّا.
+
+
+
+
+
+
+
+
+
+
+ ContextualProcessJob
@@ -965,40 +1005,30 @@ The installer will quit and all changes will be lost.
CreateUserJob
-
+ أنشئ المستخدم %1
-
+ أنشئ المستخدم <strong>%1</strong>.
-
+ ينشئ المستخدم %1.
-
-
- دليل Sudoers لا يمكن الكتابة فيه.
-
-
-
+ تعذّر إنشاء ملفّ sudoers للكتابة.
-
+ تعذّر تغيير صلاحيّات ملفّ sudores.
-
-
-
- تعذّر فتح ملفّ groups للقراءة.
- CreateVolumeGroupDialog
@@ -1236,37 +1266,37 @@ The installer will quit and all changes will be lost.
FillGlobalStorageJob
-
+ اضبط معلومات القسم
-
+ ثبّت %1 على قسم نظام %2 <strong>جديد</strong>.
-
+ اضطب قسم %2 <strong>جديد</strong> بنقطة الضّمّ <strong>%1</strong>.
-
+ ثبّت %2 على قسم النّظام %3 <strong>%1</strong>.
-
+ اضبط القسم %3 <strong>%1</strong> بنقطة الضّمّ <strong>%2</strong>.
-
+ ثبّت محمّل الإقلاع على <strong>%1</strong>.
-
+ يضبط نقاط الضّمّ.
@@ -1517,12 +1547,12 @@ The installer will quit and all changes will be lost.
KeyboardPage
-
+ اضبط طراز لوحة المفتاتيح ليكون %1.<br/>
-
+ اضبط تخطيط لوحة المفاتيح إلى %1/%2.
@@ -1579,32 +1609,32 @@ The installer will quit and all changes will be lost.
-
+ أقبل الشّروط والأحكام أعلاه.
-
+
-
+
-
+
-
+
-
+
@@ -1680,41 +1710,26 @@ The installer will quit and all changes will be lost.
LocalePage
-
+ المنطقة:
-
+ المجال:
-
-
+
+ &غيّر...
-
-
-
-
-
-
-
-
-
-
-
-
-
- اضبط المنطقة الزّمنيّة إلى %1/%2.<br/>
- LocaleQmlViewStep
-
+ الموقع
@@ -1722,7 +1737,7 @@ The installer will quit and all changes will be lost.
LocaleViewStep
-
+ الموقع
@@ -1784,7 +1799,7 @@ The installer will quit and all changes will be lost.
Map
-
+
@@ -2185,7 +2200,7 @@ The installer will quit and all changes will be lost.
-
+
@@ -2524,112 +2539,112 @@ The installer will quit and all changes will be lost.
جاري جمع معلومات عن النظام...
-
+ الأقسام
-
+ ثبّت %1 <strong>جنبًا إلى جنب</strong> مع نظام تشغيل آخر.
-
+ <strong>امسح</strong> القرص وثبّت %1.
-
+ <strong>استبدل</strong> قسمًا ب %1.
-
+ تقسيم <strong>يدويّ</strong>.
-
+
-
+ <strong>امسح</strong> القرص <strong>%2</strong> (%3) وثبّت %1.
-
+ <strong>استبدل</strong> قسمًا على القرص <strong>%2</strong> (%3) ب %1.
-
+
-
+
-
+ الحاليّ:
-
+ بعد:
-
+ لم يُضبط أيّ قسم نظام EFI
-
+
-
+
-
+ راية قسم نظام EFI غير مضبوطة
-
+
-
+
-
+
-
+
-
+
-
+
@@ -2677,17 +2692,17 @@ The installer will quit and all changes will be lost.
PreserveFiles
-
+
-
+
-
+
@@ -3167,29 +3182,29 @@ Output:
SetKeyboardLayoutJob
-
+ اضبك طراز لوحة المفتايح إلى %1، والتّخطيط إلى %2-%3
-
+ فشلت كتابة ضبط لوحة المفاتيح للطرفيّة الوهميّة.
-
-
-
+
+
+ فشلت الكتابة إلى %1
-
+ فشلت كتابة ضبط لوحة المفاتيح ل X11.
-
+
@@ -3422,28 +3437,28 @@ Output:
TrackingKUserFeedbackJob
-
+
-
+
-
-
+
+
-
+
-
+
@@ -3451,28 +3466,28 @@ Output:
TrackingMachineUpdateManagerJob
-
+
-
+
-
-
+
+
-
+
-
+
@@ -3531,47 +3546,17 @@ Output:
UsersPage
-
+
-
+
-
-
- اسم المستخدم طويل جدًّا.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- اسم المضيف قصير جدًّا.
-
-
-
-
- اسم المضيف طويل جدًّا.
-
-
-
-
-
-
-
-
+ لا يوجد تطابق في كلمات السر!
@@ -3579,7 +3564,7 @@ Output:
UsersViewStep
-
+ المستخدمين
@@ -3792,19 +3777,19 @@ Output:
i18n
-
+
-
+
+ The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
-
+
@@ -3812,44 +3797,44 @@ Output:
keyboardq
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
+
-
+
-
+
@@ -3857,17 +3842,7 @@ Output:
localeq
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/lang/calamares_as.ts b/lang/calamares_as.ts
index f7c0f1af0..b087c0ba3 100644
--- a/lang/calamares_as.ts
+++ b/lang/calamares_as.ts
@@ -220,7 +220,7 @@
-
+
@@ -257,171 +257,171 @@
Calamares::ViewManager
-
+ চেত্ আপ বিফল হ'ল
-
+ ইনস্তলেচন বিফল হ'ল
-
+ আপুনি ৱেবত ইণ্স্টল ল'গ পেস্ট কৰিব বিচাৰে নেকি?
-
+ ত্ৰুটি
-
-
+
+ হয় (&Y)
-
-
+
+ নহয় (&N)
-
+ বন্ধ (&C)
-
+ ইনস্তল ল'গ পেস্ট URL
-
+ আপলোড বিফল হৈছিল। কোনো ৱেব-পেস্ট কৰা হোৱা নাছিল।
-
+ কেলামাৰেচৰ আৰম্ভণি বিফল হ'ল
-
+ %1 ইনস্তল কৰিব পৰা নগ'ল। কেলামাৰেচে সকলোবোৰ সংৰূপ দিয়া মডিউল লোড্ কৰাত সফল নহ'ল। এইটো এটা আপোনাৰ ডিষ্ট্ৰিবিউচনে কি ধৰণে কেলামাৰেচ ব্যৱহাৰ কৰিছে, সেই সম্বন্ধীয় সমস্যা।
-
+ <br/>নিম্নোক্ত মডিউলবোৰ লোড্ কৰিৱ পৰা নগ'ল:
-
+ চেত্ আপ অব্যাহত ৰাখিব?
-
+ ইন্স্তলেচন অব্যাহত ৰাখিব?
-
+ %1 চেত্ আপ প্ৰগ্ৰেমটোৱে %2 চেত্ আপ কৰিবলৈ আপোনাৰ ডিস্কত সালসলনি কৰিব।<br/><strong>আপুনি এইবোৰ পিছত পূৰ্বলৈ সলনি কৰিব নোৱাৰিব।</strong>
-
+ %1 ইনস্তলাৰটোৱে %2 ইনস্তল কৰিবলৈ আপোনাৰ ডিস্কত সালসলনি কৰিব।<br/><strong>আপুনি এইবোৰ পিছত পূৰ্বলৈ সলনি কৰিব নোৱাৰিব।</strong>
-
+ এতিয়া চেত্ আপ কৰক (&S)
-
+ এতিয়া ইনস্তল কৰক (&I)
-
+ উভতি যাওক (&b)
-
+ চেত্ আপ কৰক (&S)
-
+ ইনস্তল (&I)
-
+ চেত্ আপ সম্পূৰ্ণ হ'ল। প্ৰোগ্ৰেম বন্ধ কৰক।
-
+ ইনস্তলেচন সম্পূৰ্ণ হ'ল। ইন্স্তলাৰ বন্ধ কৰক।
-
+ চিছ্তেম সলনি নকৰাকৈ চেত্ আপ বাতিল কৰক।
-
+ চিছ্তেম সলনি নকৰাকৈ ইনস্তলেচন বাতিল কৰক।
-
+ পৰবর্তী (&N)
-
+ পাছলৈ (&B)
-
+ হৈ গ'ল (&D)
-
+ বাতিল কৰক (&C)
-
+ চেত্ আপ বাতিল কৰিব?
-
+ ইনস্তলেছন বাতিল কৰিব?
-
+ সচাকৈয়ে চলিত চেত্ আপ প্ৰক্ৰিয়া বাতিল কৰিব বিচাৰে নেকি?
চেত্ আপ প্ৰোগ্ৰেম বন্ধ হ'ব আৰু গোটেই সলনিবোৰ নোহোৱা হৈ যাব।
-
+ সচাকৈয়ে চলিত ইনস্তল প্ৰক্ৰিয়া বাতিল কৰিব বিচাৰে নেকি?
@@ -484,12 +484,12 @@ The installer will quit and all changes will be lost.
বাতিল কৰক (&C)
-
+ %1 চেত্ আপ প্ৰোগ্ৰেম
-
+ %1 ইনস্তলাৰ
@@ -516,9 +516,9 @@ The installer will quit and all changes will be lost.
-
-
-
+
+
+ বর্তমান:
@@ -529,115 +529,115 @@ The installer will quit and all changes will be lost.
-
-
+
+ <strong>মেনুৱেল বিভাজন</strong><br/>আপুনি নিজে বিভাজন বনাব বা বিভজনৰ আয়তন সলনি কৰিব পাৰে।
-
+ %1ক %2ৰ গৃহ বিভাজন হিচাপে পুনৰ ব্যৱহাৰ কৰক।
-
+ <strong>আয়তন সলনি কৰিবলৈ বিভাজন বাচনি কৰক, তাৰ পিছত তলৰ "বাৰ্" ডালৰ সহায়ত আয়তন চেত্ কৰক</strong>
-
+ %1 বিভজনক সৰু কৰি %2MiB কৰা হ'ব আৰু %4ৰ বাবে %3MiBৰ নতুন বিভজন বনোৱা হ'ব।
-
+ বুত্ লোডাৰৰ অৱস্থান:
-
+ <strong>ইনস্তল কৰিবলৈ এখন বিভাজন চয়ন কৰক</strong>
-
+ এই চিছটেমত এখনো EFI চিছটেম বিভাজন কতো পোৱা নগ'ল। অনুগ্ৰহ কৰি উভতি যাওক আৰু মেনুৱেল বিভাজন প্ৰক্ৰিয়া দ্বাৰা %1 চেত্ আপ কৰক।
-
+ %1ত থকা EFI চিছটেম বিভাজনটো %2ক আৰম্ভ কৰাৰ বাবে ব্যৱহাৰ কৰা হ'ব।
-
+ EFI চিছটেম বিভাজন:
-
+ এইটো ষ্টোৰেজ ডিভাইচত কোনো অপাৰেটিং চিছটেম নাই যেন লাগে। আপুনি কি কৰিব বিচাৰে?<br/>আপুনি ষ্টোৰেজ ডিভাইচটোত কিবা সলনি কৰাৰ আগতে পুনৰীক্ষণ আৰু চয়ন নিশ্চিত কৰিব পাৰিব।
-
-
-
-
+
+
+
+ <strong>ডিস্কত থকা গোটেই ডাটা আতৰাওক।</strong><br/> ইয়াৰ দ্ৱাৰা ষ্টোৰেজ ডিভাইছত বৰ্তমান থকা সকলো ডাটা <font color="red">বিলোপ</font> কৰা হ'ব।
-
-
-
-
+
+
+
+ <strong>সমান্তৰালভাৱে ইনস্তল কৰক</strong><br/> ইনস্তলাৰটোৱে %1ক ইনস্তল কৰাৰ বাবে এখন বিভাজন সৰু কৰি দিব।
-
-
-
-
+
+
+
+ <strong>বিভাজন সলনি কৰক</strong> <br/>এখন বিভাজনক % ৰ্ সৈতে সলনি কৰক।
-
+ এইটো ষ্টোৰেজ ডিভাইচত %1 আছে। <br/> আপুনি কি কৰিব বিচাৰে? ষ্টোৰেজ ডিভাইচটোত যিকোনো সলনি কৰাৰ আগত আপুনি পুনৰীক্ষণ আৰু সলনি কৰিব পাৰিব।
-
+ এইটো ষ্টোৰেজ ডিভাইচত ইতিমধ্যে এটা অপাৰেটিং চিছটেম আছে। আপুনি কি কৰিব বিচাৰে? <br/>ষ্টোৰেজ ডিভাইচটোত যিকোনো সলনি কৰাৰ আগত আপুনি পুনৰীক্ষণ আৰু সলনি কৰিব পাৰিব।
-
+ এইটো ষ্টোৰেজ ডিভাইচত একাধিক এটা অপাৰেটিং চিছটেম আছে। আপুনি কি কৰিব বিচাৰে? 1ষ্টোৰেজ ডিভাইচটোত যিকোনো সলনি কৰাৰ আগত আপুনি পুনৰীক্ষণ আৰু সলনি কৰিব পাৰিব।
-
+ কোনো স্ৱেপ নাই
-
+ স্ৱেপ পুনৰ ব্যৱহাৰ কৰক
-
+ স্ৱেপ (হাইবাৰনেট নোহোৱাকৈ)
-
+ স্ৱোআপ (হাইবাৰনেটৰ সৈতে)
-
+ ফাইললৈ স্ৱোআপ কৰক।
@@ -645,17 +645,17 @@ The installer will quit and all changes will be lost.
ClearMountsJob
-
+ %1ত বিভাজন কৰ্য্যৰ বাবে মাউণ্ট্ আতৰাওক
-
+ %1ত বিভাজন কৰ্য্যৰ বাবে মাউণ্ট্ আতৰ কৰি আছে।
-
+ %1ৰ গোটেই মাউন্ত আতৰোৱা হ'ল
@@ -663,22 +663,22 @@ The installer will quit and all changes will be lost.
ClearTempMountsJob
-
+ গোটেই অস্থায়ী মাউন্ত আঁতৰাওক।
-
+ গোটেই অস্থায়ী মাউন্ত আঁতৰোৱা হৈ আছে।
-
+ অস্থায়ী মাউন্তৰ সূচী পোৱা নগ'ল।
-
+ গোটেই অস্থায়ী মাউন্ত আঁতৰোৱা হ'ল।
@@ -705,30 +705,30 @@ The installer will quit and all changes will be lost.
Config
-
+ কিবোৰ্ডৰ মডেল %1ত চেট্ কৰক।<br/>
-
+ কিবোৰ্ডৰ লেআউট %1/%2 চেট্ কৰক।
-
+
+
+
+
+
+ চিছটেমৰ ভাষা %1লৈ সলনি কৰা হ'ব।
-
+ সংখ্যা আৰু তাৰিখ স্থানীয় %1লৈ সলনি কৰা হ'ব।
-
-
-
- সময় জ'ন %1/%2লৈ সলনি কৰা হ'ল।<br/>
-
@@ -794,6 +794,46 @@ The installer will quit and all changes will be lost.
+
+
+
+ আপোনাৰ ইউজাৰ নাম বহুত দীঘল।
+
+
+
+
+
+
+
+
+
+ আপোনাৰ ব্যৱহাৰকাৰী নাম lowercase বৰ্ণ বা underscoreৰে আৰম্ভ হ'ব লাগিব।
+
+
+
+
+ কেৱল lowercase বৰ্ণ, সংখ্যা, underscore আৰু hyphenৰ হে মাত্ৰ অনুমতি আছে।
+
+
+
+
+ আপোনাৰ হ'স্ট্ নাম বহুত ছুটি।
+
+
+
+
+ আপোনাৰ হ'স্ট্ নাম বহুত দীঘল।
+
+
+
+
+
+
+
+
+
+ কেৱল বৰ্ণ, সংখ্যা, underscore আৰু hyphenৰ হে মাত্ৰ অনুমতি আছে।
+ ContextualProcessJob
@@ -958,40 +998,30 @@ The installer will quit and all changes will be lost.
CreateUserJob
-
+ %1 ব্যৱহাৰকৰ্তা বনাওক
-
+ <strong>%1</strong> ব্যৱহাৰকৰ্তা বনাওক।
-
+ %1 ব্যৱহাৰকৰ্তা বনোৱা হৈ আছে।
-
-
- Sudoers ডিৰেক্টৰি লিখনযোগ্য নহয়।
-
-
-
+ লিখাৰ বাবে sudoers ফাইল বনাব পৰা নগ'ল।
-
+ sudoers ফাইলত chmod কৰিব পৰা নগ'ল।
-
-
-
- পঢ়াৰ বাবে groups ফাইল খুলিব পৰা নগ'ল।
- CreateVolumeGroupDialog
@@ -1229,37 +1259,37 @@ The installer will quit and all changes will be lost.
FillGlobalStorageJob
-
+ বিভাজন তথ্য চেত্ কৰক
-
+ <strong>নতুন</strong> %2 চিছটেম বিভাজনত %1 ইনস্তল কৰক।
-
+ <strong>%1</strong> মাউন্ট পইন্টৰ সৈতে <strong>নতুন</strong> %2 বিভজন স্থাপন কৰক।
-
+ %3 চিছটেম বিভাজনত <strong>%1</strong>ত %2 ইনস্তল কৰক।
-
+ %3 বিভাজন <strong>%1</strong> <strong>%2</strong>ৰ সৈতে স্থাপন কৰক।
-
+ <strong>1%ত</strong> বুত্ লোডাৰ ইনস্তল কৰক।
-
+ মাউন্ট পইন্ট চেত্ আপ হৈ আছে।
@@ -1510,12 +1540,12 @@ The installer will quit and all changes will be lost.
KeyboardPage
-
+ কিবোৰ্ডৰ মডেল %1ত চেট্ কৰক।<br/>
-
+ কিবোৰ্ডৰ লেআউট %1/%2 চেট্ কৰক।
@@ -1572,32 +1602,32 @@ The installer will quit and all changes will be lost.
<h1>অনুজ্ঞা-পত্ৰ চুক্তি</h1>
-
+ মই ওপৰোক্ত চৰ্তাৱলী গ্ৰহণ কৰিছোঁ।
-
+ অনুগ্ৰহ কৰি ব্যৱহাৰকৰ্তাৰ অনুজ্ঞা-পত্ৰ চুক্তি (EULA) সমূহ ভালদৰে নিৰীক্ষণ কৰক।
-
+ এই চেচ্ আপ প্ৰক্ৰিয়াই মালিকানা চফটৱেৰ ইনস্তল কৰিব যিটো অনুজ্ঞা-পত্ৰৰ চৰ্তৰ অধীন বিষয় হ'ব।
-
+ যদি আপুনি চৰ্তাৱলী গ্ৰহণ নকৰে, চেত্ আপ প্ৰক্ৰিয়া চলাই যাব নোৱাৰিব।
-
+ এই চেত্ আপ প্ৰক্ৰিয়াই অতিৰিক্ত বৈশিষ্ট্য থকা সঁজুলি প্ৰদান কৰি ব্যৱহাৰকৰ্তাৰ অভিজ্ঞতা সংবৰ্দ্ধন কৰাৰ বাবে মালিকানা চফটৱেৰ ইনস্তল কৰিব যিটো অনুজ্ঞা-পত্ৰৰ চৰ্তৰ অধীন বিষয় হ'ব।
-
+ যাদি আপুনি চৰ্তাৱলী নামানে, মালিকিস্ৱত্ত থকা চফ্টৱেৰ ইনস্তল নহব আৰু মুকলি উৎস বিকল্প ব্যৱহাৰ হ'ব।
@@ -1673,41 +1703,26 @@ The installer will quit and all changes will be lost.
LocalePage
-
+ ক্ষেত্ৰ:
-
+ মন্ডল:
-
-
+
+ সলনি... (&C)
-
-
-
- চিছটেমৰ ভাষা %1লৈ সলনি কৰা হ'ব।
-
-
-
-
- সংখ্যা আৰু তাৰিখ স্থানীয় %1লৈ সলনি কৰা হ'ব।
-
-
-
-
- সময় জ'ন %1/%2লৈ সলনি কৰা হ'ল।<br/>
- LocaleQmlViewStep
-
+ অৱস্থান
@@ -1715,7 +1730,7 @@ The installer will quit and all changes will be lost.
LocaleViewStep
-
+ অৱস্থান
@@ -1777,7 +1792,7 @@ The installer will quit and all changes will be lost.
Map
-
+
@@ -2178,7 +2193,7 @@ The installer will quit and all changes will be lost.
অজ্ঞাত ক্ৰুটি
-
+ খালী পাছৱৰ্ড
@@ -2517,112 +2532,112 @@ The installer will quit and all changes will be lost.
চিছটেম তথ্য সংগ্ৰহ কৰা হৈ আছে।
-
+ বিভাজনসমুহ
-
+ %1ক বেলেগ এটা অপাৰেটিং চিছটেমৰ <strong>লগত </strong>ইনস্তল কৰক।
-
+ ডিস্কত থকা সকলো ডাটা <strong>আতৰাওক</strong> আৰু %1 ইনস্তল কৰক।
-
+ এখন বিভাজন %1ৰ লগত <strong>সলনি</strong> কৰক।
-
+ <strong>মেনুৱেল</strong> বিভাজন।
-
+ %1ক <strong>%2</strong>(%3)ত ডিস্কত থকা বেলেগ অপাৰেটিং চিছটেমৰ <strong>লগত</strong> ইনস্তল কৰক।
-
+ <strong>%2</strong> (%3)ডিস্কত থকা সকলো ডাটা <strong>আতৰাওক</strong> আৰু %1 ইনস্তল কৰক।
-
+ <strong>%2</strong> (%3) ডিস্কত এখন বিভাজন %1ৰ লগত <strong>সলনি</strong> কৰক।
-
+ <strong>%1</strong> (%2) ডিস্কত <strong>মেনুৱেল</strong> বিভাজন।
-
+ ডিস্ক্ <strong>%1</strong> (%2)
-
+ বর্তমান:
-
+ পিছত:
-
+ কোনো EFI চিছটেম বিভাজন কনফিগাৰ কৰা হোৱা নাই
-
+
-
+
-
+ EFI চিছটেম বিভাজনত ফ্লেগ চেট কৰা নাই
-
+
-
+
-
+ বুত্ বিভাজন এনক্ৰিপ্ত্ নহয়
-
+ এনক্ৰিপ্তেড ৰুট বিভাজনৰ সৈতে এটা বেলেগ বুট বিভাজন চেত্ আপ কৰা হৈছিল, কিন্তু বুট বিভাজন এনক্ৰিপ্তেড কৰা হোৱা নাই। <br/><br/>এইধৰণৰ চেত্ আপ সুৰক্ষিত নহয় কাৰণ গুৰুত্ব্পুৰ্ণ চিছটেম ফাইল আন্এনক্ৰিপ্তেড বিভাজনত ৰখা হয়। <br/>আপুনি বিচাৰিলে চলাই থাকিব পাৰে কিন্তু পিছ্ত চিছটেম আৰম্ভৰ সময়ত ফাইল চিছটেম খোলা যাব। <br/>বুট বিভাজন এনক্ৰিপ্ত্ কৰিবলৈ উভতি যাওক আৰু বিভাজন বনোৱা windowত <strong>Encrypt</strong> বাচনি কৰি আকৌ বনাওক।
-
+ অতি কমেও এখন ডিস্ক্ উপলব্ধ আছে।
-
+
@@ -2670,17 +2685,17 @@ The installer will quit and all changes will be lost.
PreserveFiles
-
+ ফাইল পিছৰ বাবে জমা কৰি আছে ...
-
+ পিছলৈ জমা ৰাখিব কোনো ফাইল কন্ফিগাৰ কৰা হোৱা নাই।
-
+ কন্ফিগাৰ কৰা গোটেই ফাইল জমা ৰাখিব নোৱৰি।
@@ -3163,29 +3178,29 @@ Output:
SetKeyboardLayoutJob
-
+ কিবোৰ্ডৰ মডেল %1 চেত্ কৰক, বিন্যাস %2-%3
-
+ ভাৰচুৱেল কনচ'লৰ বাবে কিবোৰ্ড কনফিগাৰেচন লিখাত বিফল হ'ল।
-
-
-
+
+
+ %1 ত লিখাত বিফল হ'ল
-
+ X11ৰ বাবে কিবোৰ্ড কনফিগাৰেচন লিখাত বিফল হ'ল।
-
+ উপস্থিত থকা /etc/default ডিৰেক্টৰিত কিবোৰ্ড কনফিগাৰেচন লিখাত বিফল হ'ল।
@@ -3418,28 +3433,28 @@ Output:
TrackingKUserFeedbackJob
-
+
-
+
-
-
+
+
-
+
-
+
@@ -3447,28 +3462,28 @@ Output:
TrackingMachineUpdateManagerJob
-
+ মেচিন সম্বন্ধীয় প্ৰতিক্ৰীয়া
-
+ মেচিন সম্বন্ধীয় প্ৰতিক্ৰীয়া কনফিগাৰ কৰি আছে।
-
-
+
+ মেচিনত ফিডবেক কনফিগাৰেচনৰ ক্ৰুটি।
-
+ মেচিনৰ প্ৰতিক্ৰিয়া ঠাকভাৱে কন্ফিগাৰ কৰিব পৰা নগ'ল, লিপি ক্ৰুটি %1।
-
+ মেচিনৰ প্ৰতিক্ৰিয়া ঠাকভাৱে কন্ফিগাৰ কৰিব পৰা নগ'ল, কেলামাৰেচ ক্ৰুটি %1।
@@ -3527,47 +3542,17 @@ Output:
UsersPage
-
+ <small>যদি এটাতকৈ বেছি ব্যক্তিয়ে এইটো কম্পিউটাৰ ব্যৱহাৰ কৰে, আপুনি চেত্ আপৰ পিছত বহুতো একাউন্ট বনাব পাৰে।</small>
-
+ <small>যদি এটাতকৈ বেছি ব্যক্তিয়ে এইটো কম্পিউটাৰ ব্যৱহাৰ কৰে, আপুনি ইনস্তলচেনৰ পিছত বহুতো একাউন্ট বনাব পাৰে।</small>
-
-
- আপোনাৰ ইউজাৰ নাম বহুত দীঘল।
-
-
-
-
- আপোনাৰ ব্যৱহাৰকাৰী নাম lowercase বৰ্ণ বা underscoreৰে আৰম্ভ হ'ব লাগিব।
-
-
-
-
- কেৱল lowercase বৰ্ণ, সংখ্যা, underscore আৰু hyphenৰ হে মাত্ৰ অনুমতি আছে।
-
-
-
-
- আপোনাৰ হ'স্ট্ নাম বহুত ছুটি।
-
-
-
-
- আপোনাৰ হ'স্ট্ নাম বহুত দীঘল।
-
-
-
-
- কেৱল বৰ্ণ, সংখ্যা, underscore আৰু hyphenৰ হে মাত্ৰ অনুমতি আছে।
-
-
-
+ আপোনাৰ পাছৱৰ্ডকেইটাৰ মিল নাই!
@@ -3575,7 +3560,7 @@ Output:
UsersViewStep
-
+ ব্যৱহাৰকাৰীসকল
@@ -3788,19 +3773,19 @@ Output:
i18n
-
+
-
+
+ The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
-
+
@@ -3808,44 +3793,44 @@ Output:
keyboardq
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
+
-
+
-
+
@@ -3853,17 +3838,7 @@ Output:
localeq
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/lang/calamares_ast.ts b/lang/calamares_ast.ts
index 4b17a8a11..f10b353e9 100644
--- a/lang/calamares_ast.ts
+++ b/lang/calamares_ast.ts
@@ -220,7 +220,7 @@
-
+ Falló la carga.
@@ -257,171 +257,171 @@
Calamares::ViewManager
-
+ Falló la configuración
-
+ Falló la instalación
-
+
-
+ Fallu
-
-
+
+ &Sí
-
-
+
+ &Non
-
+ &Zarrar
-
+
-
+
-
+ Falló l'aniciu de Calamares
-
+ %1 nun pue instalase. Calamares nun foi a cargar tolos módulos configuraos. Esto ye un problema col mou nel que la distribución usa Calamares.
-
+ <br/>Nun pudieron cargase los módulos de darréu:
-
+ ¿Siguir cola instalación?
-
+ ¿Siguir cola instalación?
-
+ El programa d'instalación de %1 ta a piques de facer cambeos nel discu pa configurar %2.<br/><strong>Nun vas ser a desfacer estos cambeos.<strong>
-
+ L'instalador de %1 ta a piques de facer cambeos nel discu pa instalar %2.<br/><strong>Nun vas ser a desfacer esos cambeos.</strong>
-
+ &Configurar agora
-
+ &Instalar agora
-
+ Dir p'&atrás
-
+ &Configurar
-
+ &Instalar
-
+ Completóse la configuración. Zarra'l programa de configuración.
-
+ Completóse la instalación. Zarra l'instalador.
-
+ Encaboxa la configuración ensin camudar el sistema.
-
+ Encaboxa la instalación ensin camudar el sistema.
-
+ &Siguiente
-
+ &Atrás
-
+ &Fecho
-
+ &Encaboxar
-
+ ¿Encaboxar la configuración?
-
+ ¿Encaboxar la instalación?
-
+ ¿De xuru que quies encaboxar el procesu actual de configuración?
El programa de configuración va colar y van perdese tolos cambeos.
-
+ ¿De xuru que quies encaboxar el procesu actual d'instalación?
@@ -483,12 +483,12 @@ L'instalador va colar y van perdese tolos cambeos.&Encaboxar
-
+ Programa de configuración de %1
-
+ Instalador de %1
@@ -515,9 +515,9 @@ L'instalador va colar y van perdese tolos cambeos.
-
-
-
+
+
+ Anguaño:
@@ -528,115 +528,115 @@ L'instalador va colar y van perdese tolos cambeos.
-
-
+
+ <strong>Particionáu manual</strong><br/>Vas poder crear o redimensionar particiones.
-
+ Reusu de %s como partición d'aniciu pa %2.
-
+ <strong>Esbilla una partición a redimensionar, dempués arrastra la barra baxera pa facelo</strong>
-
+ %1 va redimensionase a %2MB y va crease una partición de %3MB pa %4.
-
+ Allugamientu del xestor d'arrinque:
-
+ <strong>Esbilla una partición na qu'instalar</strong>
-
+ Nun pudo alcontrase per nenyures una partición del sistema EFI. Volvi p'atrás y usa'l particionáu manual pa configurar %1, por favor.
-
+ La partición del sistema EFI en %1 va usase p'aniciar %2.
-
+ Partición del sistema EFI:
-
+ Esti preséu d'almacenamientu nun paez que tenga un sistema operativu nelli. ¿Qué te prestaría facer?<br/>Vas ser a revisar y confirmar lo qu'escueyas enantes de que se faiga cualesquier cambéu nel preséu d'almacenamientu.
-
-
-
-
+
+
+
+ <strong>Desaniciu d'un discu</strong><br/>Esto va <font color="red">desaniciar</font> tolos datos presentes nel preséu d'almacenamientu esbilláu.
-
-
-
-
+
+
+
+ <strong>Instalación anexa</strong><br/>L'instalador va redimensionar una partición pa dexar sitiu a %1.
-
-
-
-
+
+
+
+ <strong>Troquéu d'una partición</strong><br/>Troca una parción con %1.
-
+ Esti preséu d'almacenamientu tien %1 nelli. ¿Qué te prestaría facer?<br/>Vas ser a revisar y confirmar lo qu'escueyas enantes de que se faiga cualesquier cambéu nel preséu d'almacenamientu.
-
+ Esti preséu d'almacenamientu yá tien un sistema operativu nelli. ¿Qué te prestaría facer?<br/>Vas ser a revisar y confirmar lo qu'escueyas enantes de que se faiga cualesquier cambéu nel preséu d'almacenamientu.
-
+ Esti preséu d'almacenamientu tien varios sistemes operativos nelli. ¿Qué te prestaría facer?<br/>Vas ser a revisar y confirmar lo qu'escueyas enantes de que se faiga cualesquier cambéu nel preséu d'almacenamientu.
-
+ Ensin intercambéu
-
+ Reusar un intercambéu
-
+ Intercambéu (ensin ivernación)
-
+ Intercambéu (con ivernación)
-
+ Intercambéu nun ficheru
@@ -644,17 +644,17 @@ L'instalador va colar y van perdese tolos cambeos.
ClearMountsJob
-
+ Llimpieza de los montaxes pa les operaciones de particionáu en %1.
-
+ Llimpiando los montaxes pa les operaciones de particionáu en %1.
-
+ Llimpiáronse tolos montaxes de %1
@@ -662,22 +662,22 @@ L'instalador va colar y van perdese tolos cambeos.
ClearTempMountsJob
-
+ Llimpieza de tolos montaxes temporales.
-
+ Llimpiando tolos montaxes temporales.
-
+ Nun pue consiguise la llista de montaxes temporales.
-
+ Llimpiáronse tolos puntos de montaxe.
@@ -704,30 +704,30 @@ L'instalador va colar y van perdese tolos cambeos.
Config
-
+ Va afitase'l modelu del tecláu a %1.<br/>
-
+ Va afitase la distrubución del tecláu a %1/%2.
-
+
+
+
+
+
+ La llingua del sistema va afitase a %1.
-
+ La númberación y data van afitase en %1.
-
-
-
- Va afitase'l fusu horariu a %1/%2.<br/>
-
@@ -776,21 +776,61 @@ L'instalador va colar y van perdese tolos cambeos.
-
+ <h1>Afáyate nel programa de configuración de Calamares pa %1</h1>
-
+ <h1>Afáyate na configuración de %1</h1>
-
+ <h1>Afáyate nel instalador Calamares pa %1</h1>
+ <h1>Afáyate nel instalador de %1</h1>
+
+
+
+
+ El nome d'usuariu ye perllargu.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ El nome d'agospiu ye percurtiu.
+
+
+
+
+ El nome d'agospiu ye perllargu.
+
+
+
+
+
+
+
+
+
@@ -957,40 +997,30 @@ L'instalador va colar y van perdese tolos cambeos.
CreateUserJob
-
+ Creación del usuariu %1
-
+ Va crease l'usuariu <strong>%1</strong>.
-
+ Creando l'usuariu %1.
-
-
- El direutoriu de sudoers nun ye escribible.
-
-
-
+ Nun pue crease'l ficheru sudoers pa la escritura.
-
+ Nun pue facese chmod al ficheru sudoers.
-
-
-
- Nun pue abrise pa la llectura'l ficheru de grupos.
- CreateVolumeGroupDialog
@@ -1228,37 +1258,37 @@ L'instalador va colar y van perdese tolos cambeos.
FillGlobalStorageJob
-
+ Afitamientu de la información de les particiones
-
+ Va instalase %1 na partición %2 <strong>nueva</strong> del sistema.
-
+ Va configurase una partición %2 <strong>nueva</strong> col puntu de montaxe <strong>%1</strong>.
-
+ Va instalase %2 na partición %3 del sistema de <strong>%1</strong>.
-
+ Va configurase la partición %3 de <strong>%1</strong> col puntu de montaxe <strong>%2</strong>.
-
+ Va instalase'l xestor d'arrinque en <strong>%1</strong>.
-
+ Configurando los puntos de montaxe.
@@ -1402,7 +1432,7 @@ L'instalador va colar y van perdese tolos cambeos.
-
+ ta executando l'instalador como alministrador (root)
@@ -1417,7 +1447,7 @@ L'instalador va colar y van perdese tolos cambeos.
-
+ tien una pantalla abondo grande como p'amosar tol instalador
@@ -1509,12 +1539,12 @@ L'instalador va colar y van perdese tolos cambeos.
KeyboardPage
-
+ Va afitase'l modelu del tecláu a %1.<br/>
-
+ Va afitase la distrubución del tecláu a %1/%2.
@@ -1571,32 +1601,32 @@ L'instalador va colar y van perdese tolos cambeos.
-
+ Aceuto los términos y condiciones d'enriba.
-
+
-
+ Esti procedimientu va instalar software privativu que ta suxetu a términos de llicencia.
-
+ Si nun aceutes los términos, el procedimientu de configuración nun pue siguir.
-
+ Esti procedimientu de configuración pue instalar software privativu que ta suxetu a términos de llicencia pa fornir carauterístiques adicionales y ameyorar la esperiencia d'usuariu.
-
+ Si nun aceutes los términos, el software privativu nun va instalase y van usase les alternatives de códigu abiertu.
@@ -1672,41 +1702,26 @@ L'instalador va colar y van perdese tolos cambeos.
LocalePage
-
+ Rexón:
-
+ Zona:
-
-
+
+ &Camudar...
-
-
-
- La llingua del sistema va afitase a %1.
-
-
-
-
- La númberación y data van afitase en %1.
-
-
-
-
- Va afitase'l fusu horariu a %1/%2.<br/>
- LocaleQmlViewStep
-
+ Allugamientu
@@ -1714,7 +1729,7 @@ L'instalador va colar y van perdese tolos cambeos.
LocaleViewStep
-
+ Allugamientu
@@ -1776,7 +1791,7 @@ L'instalador va colar y van perdese tolos cambeos.
Map
-
+
@@ -1869,7 +1884,7 @@ L'instalador va colar y van perdese tolos cambeos.
-
+ Estilu
@@ -2177,7 +2192,7 @@ L'instalador va colar y van perdese tolos cambeos.
Desconozse'l fallu
-
+ La contraseña ta balera
@@ -2516,112 +2531,112 @@ L'instalador va colar y van perdese tolos cambeos.
Recoyendo la información del sistema...
-
+ Particiones
-
+ Va instalase %1 <strong>xunto a</strong> otru sistema operativu.
-
+ <strong>Va desaniciase</strong>'l discu y va instalase %1.
-
+ <strong>Va trocase</strong> una partición con %1.
-
+ Particionáu <strong>manual</strong>.
-
+ Va instalase %1 <strong>xunto a</strong> otru sistema operativu nel discu <strong>%2</strong> (%3).
-
+ <strong>Va desaniciase</strong>'l discu <strong>%2</strong> (%3) y va instalase %1.
-
+ <strong>Va trocase</strong> una partición nel discu <strong>%2</strong> (%3) con %1.
-
+ Particionáu <strong>manual</strong> nel discu <strong>%1</strong> (%2).
-
+ Discu <strong>%1</strong> (%2)
-
+ Anguaño:
-
+ Dempués:
-
+ Nun se configuró nenguna partición del sistema EFI
-
+
-
+
-
+ Nun s'afitó la bandera del sistema EFI
-
+
-
+
-
+ La partición d'arrinque nun ta cifrada
-
+ Configuróse una partición d'arrinque xunto con una partición raigañu cifrada pero la partición d'arrinque nun ta cifrada.<br/><br/>Hai problemes de seguranza con esta triba de configuración porque los ficheros importantes del sistema caltiénense nuna partición ensin cifrar.<br/>Podríes siguir si quixeres pero'l desbloquéu del sistema de ficheros va asoceder más sero nel aniciu del sistema.<br/>Pa cifrar la partición raigañu, volvi p'atrás y recreala esbillando <strong>Cifrar</strong> na ventana de creación de particiones.
-
+ tien polo menos un preséu disponible d'almacenamientu
-
+ Nun hai particiones nes qu'instalar.
@@ -2669,17 +2684,17 @@ L'instalador va colar y van perdese tolos cambeos.
PreserveFiles
-
+ Guardando ficheros pa dempués...
-
+ Nun se configuraron ficheros pa guardar dempués.
-
+ Nun pudieron caltenese tolos ficheros configuraos.
@@ -2836,7 +2851,8 @@ Salida:
-
+ <p>Esti ordenador nun satisfaz nengún de los requirimientos aconseyaos pa configurar %1.<br/>
+ La configuración pue siguir pero quiciabes se desactiven dalgunes carauterístiques.</p>
@@ -2947,13 +2963,15 @@ Salida:
-
+ <p>Esti ordenador nun satisfaz los requirimientos mínimos pa instalar %1.<br/>
+ La instalación nun pue siguir.</p>
-
+ <p>Esti ordenador nun satisfaz nengún de los requirimientos aconseyaos pa configurar %1.<br/>
+ La configuración pue siguir pero quiciabes se desactiven dalgunes carauterístiques.</p>
@@ -3162,29 +3180,29 @@ Salida:
SetKeyboardLayoutJob
-
+ Afitamientu del modelu del tecláu a %1, distribución %2-%3
-
+ Fallu al escribir la configuración del tecláu pa la consola virtual.
-
-
-
+
+
+ Fallu al escribir en %1
-
+ Fallu al escribir la configuración del tecláu pa X11.
-
+ Fallu al escribir la configuración del tecláu nel direutoriu esistente de /etc/default .
@@ -3417,28 +3435,28 @@ Salida:
TrackingKUserFeedbackJob
-
+
-
+
-
-
+
+
-
+
-
+
@@ -3446,28 +3464,28 @@ Salida:
TrackingMachineUpdateManagerJob
-
+ Siguimientu de la máquina
-
+ Configurando'l siguimientu de la máquina.
-
-
+
+ Fallu na configuración del siguimientu de la máquina.
-
+ Nun pudo configurase afayadizamente'l siguimientu de la máquina, fallu del script %1.
-
+ Nun pudo configurase afayadizamente'l siguimientu de la máquina, fallu de Calamares %1.
@@ -3502,7 +3520,7 @@ Salida:
-
+ Al esbillar esto vas unviar información tocante a la instalación y el hardware. Esta información va unviase namás <b>una vegada</b> dempués de finar la instalación.
@@ -3526,47 +3544,17 @@ Salida:
UsersPage
-
+ <small>Si va usar l'ordenador más d'una persona, pues crear más cuentes tres la configuración.</small>
-
+ <small>Si va usar l'ordenador más d'una persona, pues crear más cuentes tres la instalación.</small>
-
-
- El nome d'usuariu ye perllargu.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- El nome d'agospiu ye percurtiu.
-
-
-
-
- El nome d'agospiu ye perllargu.
-
-
-
-
-
-
-
-
+ ¡Les contraseñes nun concasen!
@@ -3574,7 +3562,7 @@ Salida:
UsersViewStep
-
+ Usuarios
@@ -3787,19 +3775,19 @@ Salida:
i18n
-
+
-
+
+ The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
-
+
@@ -3807,44 +3795,44 @@ Salida:
keyboardq
-
+
-
+ Escueyi'l modelu que prefieras o usa'l predetermináu según el hardware deteutáu
-
+
-
-
+
+
-
-
+
+
-
+ Modelos
-
+ Variantes
-
+
@@ -3852,17 +3840,7 @@ Salida:
localeq
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/lang/calamares_az.ts b/lang/calamares_az.ts
index bfc079749..4656531e5 100644
--- a/lang/calamares_az.ts
+++ b/lang/calamares_az.ts
@@ -220,7 +220,7 @@
QML addımı <i>%1</i>.
-
+ Yüklənmə alınmadı.
@@ -257,171 +257,171 @@
Calamares::ViewManager
-
+ Quraşdırılma xətası
-
+ Quraşdırılma alınmadı
-
+ Quraşdırma jurnalını vebdə yerləşdirmək istəyirsinizmi?
-
+ Xəta
-
-
+
+ &Bəli
-
-
+
+ &Xeyr
-
+ &Bağlamaq
-
+ Jurnal yerləşdirmə URL-nu daxil etmək
-
+ Yükləmə uğursuz oldu. Heç nə vebdə daxil edilmədi.
-
+ Calamares işə salına bilmədi
-
+ %1 quraşdırılmadı. Calamares konfiqurasiya edilmiş modulların hamısını yükləyə bilmədi. Bu Calamares'i, sizin distribütör tərəfindən necə istifadə edilməsindən asılı olan bir problemdir.
-
+ <br/>Yüklənə bilməyən modullar aşağıdakılardır:
-
+ Quraşdırılma davam etdirilsin?
-
+ Quraşdırılma davam etdirilsin?
-
+ %1 quraşdırıcı proqramı %2 quraşdırmaq üçün Sizin diskdə dəyişiklik etməyə hazırdır.<br/><strong>Bu dəyişikliyi ləğv etmək mümkün olmayacaq.</strong>
-
+ %1 quraşdırıcı proqramı %2 quraşdırmaq üçün Sizin diskdə dəyişiklik etməyə hazırdır.<br/><strong>Bu dəyişikliyi ləğv etmək mümkün olmayacaq.</strong>
-
+ &İndi ayarlamaq
-
+ Q&uraşdırmağa başlamaq
-
+ &Geriyə
-
+ A&yarlamaq
-
+ Qu&raşdırmaq
-
+ Quraşdırma başa çatdı. Quraşdırma proqramını bağlayın.
-
+ Quraşdırma başa çatdı. Quraşdırıcını bağlayın.
-
+ Sistemi dəyişdirmədən quraşdırmanı ləğv etmək.
-
+ Sistemə dəyişiklik etmədən quraşdırmadan imtina etmək.
-
+ İ&rəli
-
+ &Geriyə
-
+ &Hazır
-
+ İm&tina etmək
-
+ Quraşdırılmadan imtina edilsin?
-
+ Yüklənmədən imtina edilsin?
-
+ Siz doğrudanmı hazırkı quraşdırmadan imtina etmək istəyirsiniz?
Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.
-
+ Siz doğrudanmı hazırkı yüklənmədən imtina etmək istəyirsiniz?
@@ -484,12 +484,12 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.&İmtina etmək
-
+ %1 Quraşdırıcı proqram
-
+ %1 Quraşdırıcı
@@ -516,9 +516,9 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.
-
-
-
+
+
+ Cari:
@@ -529,115 +529,115 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.
-
- <strong>Əl ilə bölmək</strong><br/>Siz disk sahəsini özünüz bölə və ölçülərini təyin edə bilərsiniz. GPT disk bölmələri cədvəli və <strong>fat32 512Mb /boot bölməsi UEFI sistemi üçün vacibdir</strong>, ya da mövcud bir bölmə varsa onu istifadə edin, və ya başqa birini yaradın.
+
+
-
+ %1 Ev bölməsi olaraq %2 üçün istifadə edilsin.
-
+ <strong>Kiçiltmək üçün bir bölmə seçərək altdakı çübüğü sürüşdürərək ölçüsünü verin</strong>
-
+ %1 %2MB-a qədər azalacaq və %4 üçün yeni bölmə %3MB disk bölməsi yaradılacaq.
-
+ Ön yükləyici (boot) yeri:
-
+ <strong>Quraşdırılacaq disk bölməsini seçin</strong>
-
+ EFI sistem bölməsi tapılmadı. Geriyə qayıdın və %1 bölməsini əllə yaradın.
-
+ %1 EFI sistemi %2 başlatmaq üçün istifadə olunacaqdır.
-
+ EFI sistem bölməsi:
-
+ Bu cihazıda əməliyyat sistemi görünmür. Nə etmək istəyərdiniz?<br/>Bu cihazda dəyişiklik etmədən öncə siz seçiminizi dəqiqləşdirə, dəyişə və təsdiq edə bilərsiniz.
-
-
-
-
+
+
+
+ <strong>Diski təmizləmək</strong><br/> <font color="red">Silmək</font>seçimi hal-hazırda, seçilmiş diskdəki bütün verilənləri siləcəkdir.
-
-
-
-
+
+
+
+ <strong>Yanına quraşdırın</strong><br/>Quraşdırıcı, bölməni kiçildərək %1 üçün boş disk sahəsi yaradacaqdır.
-
-
-
-
+
+
+
+ <strong>Bölməni başqası ilə əvəzləmək</strong><br/>Bölməni %1 ilə əvəzləyir.
-
+ Bu cihazda %1 var. Nə etmək istəyirsiniz?<br/>Bu cihazda dəyişiklik etmədən öncə siz seçiminizi dəqiqləşdirə, dəyişə və təsdiq edə bilərsiniz.
-
+ Bu cihazda artıq bir əməliyyat sistemi var. Nə etmək istərdiniz?.<br/>Bu cihazda dəyişiklik etmədən öncə siz seçiminizi dəqiqləşdirə, dəyişə və təsdiq edə bilərsiniz.
-
+ Bu cihazda bir neçə əməliyyat sistemi mövcuddur. Nə etmək istərdiniz? Bu cihazda dəyişiklik etmədən öncə siz seçiminizi dəqiqləşdirə, dəyişə və təsdiq edə bilərsiniz.
-
+ Mübadilə bölməsi olmadan
-
+ Mövcud mübadilə bölməsini istifadə etmək
-
+ Mübadilə bölməsi (yuxu rejimi olmadan)
-
+ Mübadilə bölməsi (yuxu rejimi ilə)
-
+ Mübadilə faylı
@@ -645,17 +645,17 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.
ClearMountsJob
-
+ %1-də bölmə əməliyyatı üçün qoşulma nöqtələrini silmək
-
+ %1-də bölmə əməliyyatı üçün qoşulma nöqtələrini silinir.
-
+ %1 üçün bütün qoşulma nöqtələri silindi
@@ -663,22 +663,22 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.
ClearTempMountsJob
-
+ Bütün müvəqqəti qoşulma nöqtələrini ləğv etmək.
-
+ Bütün müvəqqəti qoşulma nöqtələri ləğv edilir.
-
+ Müvəqqəti qoşulma nöqtələrinin siyahısı alına bilmədi.
-
+ Bütün müvəqqəti qoşulma nöqtələri ləğv edildi.
@@ -705,30 +705,30 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.
Config
-
+ Klaviatura modelini %1 olaraq təyin etmək.<br/>
-
+ Klaviatura qatını %1/%2 olaraq təyin etmək.
-
+
+
+
+
+
+ Sistem dili %1 təyin ediləcək.
-
+ Yerli say və tarix formatı %1 təyin olunacaq.
-
-
-
- Saat Qurşağını %1/%2 təyin etmək.<br/>
-
@@ -794,6 +794,46 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.<h1>Welcome to the %1 installer</h1>
<h1>%1 quraşdırıcısına xoş gəldiniz</h1>
+
+
+
+ İstifadəçi adınız çox uzundur.
+
+
+
+
+
+
+
+
+
+ İstifadəçi adınız yalnız kiçik və ya alt cizgili hərflərdən ibarət olmalıdır.
+
+
+
+
+ Yalnız kiçik hərflərdən, simvollardan, alt cizgidən və defisdən istifadə oluna bilər.
+
+
+
+
+ Host adınız çox qısadır.
+
+
+
+
+ Host adınız çox uzundur.
+
+
+
+
+
+
+
+
+
+ Yalnız kiçik hərflərdən, saylardan, alt cizgidən və defisdən istifadə oluna bilər.
+ ContextualProcessJob
@@ -958,40 +998,30 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.
CreateUserJob
-
+ %1 İstifadəçi hesabı yaratmaq
-
+ <strong>%1</strong> istifadəçi hesabı yaratmaq.
-
+ %1 istifadəçi hesabı yaradılır.
-
-
- Sudoers qovluğu yazıla bilən deyil.
-
-
-
+ Sudoers faylını yazmaq mümkün olmadı.
-
+ Sudoers faylına chmod tətbiq etmək mümkün olmadı.
-
-
-
- Groups faylını oxumaq üçün açmaq mümkün olmadı.
- CreateVolumeGroupDialog
@@ -1229,37 +1259,37 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.
FillGlobalStorageJob
-
+ Bölmə məlumatlarını ayarlamaq
-
+ %2 <strong>yeni</strong> sistem diskinə %1 quraşdırmaq.
-
+ %2 <strong>yeni</strong> bölməsini <strong>%1</strong> qoşulma nöqtəsi ilə ayarlamaq.
-
+ %3dəki <strong>%1</strong> sistem bölməsinə %2 quraşdırmaq.
-
+ %3 bölməsinə <strong>%1</strong> ilə <strong>%2</strong> qoşulma nöqtəsi ayarlamaq.
-
+ Ön yükləyicini <strong>%1</strong>də quraşdırmaq.
-
+ Qoşulma nöqtəsini ayarlamaq.
@@ -1510,12 +1540,12 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.
KeyboardPage
-
+ Klaviatura modelini %1 olaraq təyin etmək.<br/>
-
+ Klaviatura qatını %1/%2 olaraq təyin etmək.
@@ -1572,32 +1602,32 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.<h1>Lisenziya razılaşması</h1>
-
+ Mən yuxarıda göstərilən şərtləri qəbul edirəm.
-
+ Lütfən lisenziya razılaşması (EULA) ilə tanış olun.
-
+ Bu quraşdırma proseduru lisenziya şərtlərinə tabe olan xüsusi proqram təminatını quraşdıracaqdır.
-
+ Lisenziya razılaşmalarını qəbul etməsəniz quraşdırılma davam etdirilə bilməz.
-
+ Bu quraşdırma proseduru, əlavə xüsusiyyətlər təmin etmək və istifadəçi təcrübəsini artırmaq üçün lisenziyalaşdırma şərtlərinə tabe olan xüsusi proqram təminatını quraşdıra bilər.
-
+ Şərtlərlə razılaşmasanız, xüsusi proqram quraşdırılmayacaq və bunun əvəzinə açıq mənbə kodu ilə alternativlər istifadə ediləcəkdir.
@@ -1673,41 +1703,26 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.
LocalePage
-
+ Məkan:
-
+ Saat qurşağı:
-
-
+
+ &Dəyişmək...
-
-
-
- Sistem dili %1 təyin ediləcək.
-
-
-
-
- Yerli nömrə və tarix formatı %1 təyin olunacaq.
-
-
-
-
- Saat Qurşağını %1/%2 təyin etmək.<br/>
- LocaleQmlViewStep
-
+ Məkan
@@ -1715,7 +1730,7 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.
LocaleViewStep
-
+ Məkan
@@ -1777,7 +1792,7 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.
Map
-
+
@@ -2180,7 +2195,7 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.Naməlum xəta
-
+ Şifrə böşdur
@@ -2520,112 +2535,112 @@ Lütfən bir birinci disk bölümünü çıxarın və əvəzinə genişləndiril
Sistem məlumatları toplanır ...
-
+ Bölmələr
-
+ Digər əməliyyat sistemini %1 <strong>yanına</strong> quraşdırmaq.
-
+ Diski <strong>çıxarmaq</strong> və %1 quraşdırmaq.
-
+ Bölməni %1 ilə <strong>əvəzləmək</strong>.
-
+ <strong>Əl ilə</strong> bölüşdürmə.
-
+ <strong>%2</strong> (%3) diskində başqa əməliyyat sistemini %1 <strong>yanında</strong> quraşdırmaq.
-
+ <strong>%2</strong> (%3) diskini <strong>çıxartmaq</strong> və %1 quraşdırmaq.
-
+ <strong>%2</strong> (%3) diskində bölməni %1 ilə <strong>əvəzləmək</strong>.
-
+ <strong>%1</strong> (%2) diskində <strong>əl ilə</strong> bölüşdürmə.
-
+ <strong>%1</strong> (%2) diski
-
+ Cari:
-
+ Sonra:
-
+ EFI sistemi bölməsi tənzimlənməyib
-
+ EFİ sistemi bölməsi, %1 başlatmaq üçün vacibdir. <br/><br/>EFİ sistemi bölməsini yaratmaq üçün geriyə qayıdın və aktiv edilmiş<strong>%3</strong> bayrağı və <strong>%2</strong> qoşulma nöqtəsi ilə FAT32 fayl sistemi seçin və ya yaradın.<br/><br/>Siz EFİ sistemi bölməsi yaratmadan da davam edə bilərsiniz, lakin bu halda sisteminiz açılmaya bilər.
-
+ %1 başlatmaq üçün EFİ sistem bölməsi vacibdir.<br/><br/>Bölmə <strong>%2</strong> qoşulma nöqtəsi ilə yaradılıb, lakin onun <strong>%3</strong> bayrağı seçilməyib.<br/>Bayrağı seçmək üçün geriyə qayıdın və bölməyə süzəliş edin.<br/><br/>Siz bayrağı seçmədən də davam edə bilərsiniz, lakin bu halda sisteminiz açılmaya bilər.
-
+ EFİ sistem bölməsi bayraqı seçilməyib
-
+ BIOS-da GPT istifadəsi seçimi
-
+ GPT bölmə cədvəli bütün sistemlər üçün yaxşıdır. Bu quraşdırıcı BIOS sistemləri üçün də belə bir quruluşu dəstəkləyir.<br/><br/>BİOS-da GPT bölmələr cədvəlini ayarlamaq üçün (əgər bu edilməyibsə) geriyə qayıdın və bölmələr cədvəlini GPT-yə qurun, sonra isə <strong>bios_grub</strong> bayrağı seçilmiş 8 MB-lıq formatlanmamış bölmə yaradın.<br/><br/>8 MB-lıq formatlanmamış bölmə GPT ilə BİOS sistemində %1 başlatmaq üçün lazımdır.
-
+ Ön yükləyici bölməsi çifrələnməyib
-
+ Şifrəli bir kök bölməsi ilə birlikdə ayrı bir ön yükləyici bölməsi qurulub, ancaq ön yükləyici bölməsi şifrələnməyib.<br/><br/>Bu cür quraşdırma ilə bağlı təhlükəsizlik problemləri olur, çünki vacib sistem sənədləri şifrəsiz bölmədə saxlanılır.<br/>İstəyirsinizsə davam edə bilərsiniz, lakin, fayl sisteminin kilidi, sistem başladıldıqdan daha sonra açılacaqdır.<br/>Yükləmə hissəsini şifrələmək üçün geri qayıdın və bölmə yaratma pəncərəsində <strong>Şifrələmə</strong> menyusunu seçərək onu yenidən yaradın.
-
+ ən az bir disk qurğusu mövcuddur.
-
+ Quraşdırmaq üçün bölmə yoxdur.
@@ -2673,17 +2688,17 @@ Lütfən bir birinci disk bölümünü çıxarın və əvəzinə genişləndiril
PreserveFiles
-
+ Fayllar daha sonra saxlanılır...
-
+ Sonra saxlamaq üçün heç bir ayarlanan fayl yoxdur.
-
+ Ayarlanan faylların hamısı saxlanıla bilməz.
@@ -3169,29 +3184,29 @@ Output:
SetKeyboardLayoutJob
-
+ Klaviatura modeliini %1, qatını isə %2-%3 təyin etmək
-
+ Virtual konsol üçün klaviatura tənzimləmələrini yazmaq mümkün olmadı.
-
-
-
+
+
+ %1-ə yazmaq mümkün olmadı
-
+ X11 üçün klaviatura tənzimləmələrini yazmaq mümükün olmadı.
-
+ Klaviatura tənzimləmələri möcvcud /etc/default qovluğuna yazıla bilmədi.
@@ -3424,28 +3439,28 @@ Output:
TrackingKUserFeedbackJob
-
+ KDE istifadəçi hesabatı
-
+ KDE istifadəçi hesabatının tənzimlənməsi.
-
-
+
+ KDE istifadəçi hesabatının tənzimlənməsində xəta.
-
+ KDE istifadəçi hesabatı düzgün tənzimlənmədi, əmr xətası %1.
-
+ KDE istifadəçi hesabatı düzgün tənzimlənmədi, Calamares xətası %1.
@@ -3453,28 +3468,28 @@ Output:
TrackingMachineUpdateManagerJob
-
+ Kompyuter hesabatı
-
+ kompyuter hesabatının tənzimlənməsi.
-
-
+
+ Kompyuter hesabatının tənzimlənməsində xəta.
-
+ Kompyuter hesabatı düzgün tənzimlənmədi, əmr xətası %1.
-
+ Kompyuter hesabatı düzgün tənzimlənmədi, Calamares xətası %1.
@@ -3533,47 +3548,17 @@ Output:
UsersPage
-
+ <small>Əgər bu kompyuteri sizdən başqa şəxs istifadə edəcəkdirsə o zaman ayarlandıqdan sonra bir neçə istifadəçi hesabı yarada bilərsiniz.</small>
-
+ <small>Əgər bu kompyuteri sizdən başqa şəxs istifadə edəcəkdirsə o zaman quraşdırıldıqdan sonra bir neçə istifadəçi hesabı yarada bilərsiniz.</small>
-
-
- İstifadəçi adınız çox uzundur.
-
-
-
-
- İstifadəçi adınız yalnız kiçik və ya alt cizgili hərflərdən ibarət olmalıdır.
-
-
-
-
- Yalnız kiçik hərflərdən, simvollardan, alt cizgidən və defisdən istifadə oluna bilər.
-
-
-
-
- Host adınız çox qısadır.
-
-
-
-
- Host adınız çox uzundur.
-
-
-
-
- Yalnız kiçik hərflərdən, saylardan, alt cizgidən və defisdən istifadə oluna bilər.
-
-
-
+ Şifrənizin təkrarı eyni deyil!
@@ -3581,7 +3566,7 @@ Output:
UsersViewStep
-
+ İstifadəçilər
@@ -3805,21 +3790,20 @@ Output:
i18n
-
+ <h1>Dillər</h1> </br>
Sistemin yer ayarları bəzi istifadəçi interfeysi elementləri əmrlər sətri üçün dil və simvolların ayarlanmasına təsir edir. Cari ayar: <strong>%1</strong>.
-
+
- <h1>Yerlər</h1> </br>
- Sistemin yer ayarları bəzi istifadəçi interfeysi elementləri əmrlər sətri üçün dil və simvolların ayarlanmasına təsir edir. Cari ayar: <strong>%1</strong>.
+ The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
+
-
+ Geriyə
@@ -3827,44 +3811,44 @@ Output:
keyboardq
-
+ Klaviatura Modeli
-
+ Üstünlük verdiyiniz klaviatura modelini seçin və ya avadanlığın özündə aşkar edilmiş standart klaviatura modelindən istifadə edin
-
+ Yeniləmək
-
-
+
+ Qatlar
-
-
+
+ Klaviatura Qatları
-
+ Modellər
-
+ Variantlar
-
+ Klaviaturanızı yoxlayın
@@ -3872,17 +3856,7 @@ Output:
localeq
-
-
- Sistem dilini %1 qurmaq
-
-
-
-
- Yerli say və tarix formatlarını %1 qurmaq
-
-
-
+ Dəyişdirmək
diff --git a/lang/calamares_az_AZ.ts b/lang/calamares_az_AZ.ts
index 3368ce761..9bc6e2aab 100644
--- a/lang/calamares_az_AZ.ts
+++ b/lang/calamares_az_AZ.ts
@@ -220,7 +220,7 @@
QML addımı <i>%1</i>.
-
+ Yüklənmə alınmadı.
@@ -257,171 +257,171 @@
Calamares::ViewManager
-
+ Quraşdırılma xətası
-
+ Quraşdırılma alınmadı
-
+ Quraşdırma jurnalını vebdə yerləşdirmək istəyirsinizmi?
-
+ Xəta
-
-
+
+ &Bəli
-
-
+
+ &Xeyr
-
+ &Bağlamaq
-
+ Jurnal yerləşdirmə URL-nu daxil etmək
-
+ Yükləmə uğursuz oldu. Heç nə vebdə daxil edilmədi.
-
+ Calamares işə salına bilmədi
-
+ %1 quraşdırılmadı. Calamares konfiqurasiya edilmiş modulların hamısını yükləyə bilmədi. Bu Calamares'i, sizin distribütör tərəfindən necə istifadə edilməsindən asılı olan bir problemdir.
-
+ <br/>Yüklənə bilməyən modullar aşağıdakılardır:
-
+ Quraşdırılma davam etdirilsin?
-
+ Quraşdırılma davam etdirilsin?
-
+ %1 quraşdırıcı proqramı %2 quraşdırmaq üçün Sizin diskdə dəyişiklik etməyə hazırdır.<br/><strong>Bu dəyişikliyi ləğv etmək mümkün olmayacaq.</strong>
-
+ %1 quraşdırıcı proqramı %2 quraşdırmaq üçün Sizin diskdə dəyişiklik etməyə hazırdır.<br/><strong>Bu dəyişikliyi ləğv etmək mümkün olmayacaq.</strong>
-
+ &İndi ayarlamaq
-
+ Q&uraşdırmağa başlamaq
-
+ &Geriyə
-
+ A&yarlamaq
-
+ Qu&raşdırmaq
-
+ Quraşdırma başa çatdı. Quraşdırma proqramını bağlayın.
-
+ Quraşdırma başa çatdı. Quraşdırıcını bağlayın.
-
+ Sistemi dəyişdirmədən quraşdırmanı ləğv etmək.
-
+ Sistemə dəyişiklik etmədən quraşdırmadan imtina etmək.
-
+ İ&rəli
-
+ &Geriyə
-
+ &Hazır
-
+ İm&tina etmək
-
+ Quraşdırılmadan imtina edilsin?
-
+ Yüklənmədən imtina edilsin?
-
+ Siz doğrudanmı hazırkı quraşdırmadan imtina etmək istəyirsiniz?
Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.
-
+ Siz doğrudanmı hazırkı yüklənmədən imtina etmək istəyirsiniz?
@@ -484,12 +484,12 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.&İmtina etmək
-
+ %1 Quraşdırıcı proqram
-
+ %1 Quraşdırıcı
@@ -516,9 +516,9 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.
-
-
-
+
+
+ Cari:
@@ -529,115 +529,115 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.
-
- <strong>Əl ilə bölmək</strong><br/>Siz disk sahəsini özünüz bölə və ölçülərini təyin edə bilərsiniz. GPT disk bölmələri cədvəli və <strong>fat32 512Mb /boot bölməsi UEFI sistemi üçün vacibdir</strong>, ya da mövcud bir bölmə varsa onu istifadə edin, və ya başqa birini yaradın.
+
+
-
+ %1 Ev bölməsi olaraq %2 üçün istifadə edilsin.
-
+ <strong>Kiçiltmək üçün bir bölmə seçərək altdakı çübüğü sürüşdürərək ölçüsünü verin</strong>
-
+ %1 %2MB-a qədər azalacaq və %4 üçün yeni bölmə %3MB disk bölməsi yaradılacaq.
-
+ Ön yükləyici (boot) yeri:
-
+ <strong>Quraşdırılacaq disk bölməsini seçin</strong>
-
+ EFI sistem bölməsi tapılmadı. Geriyə qayıdın və %1 bölməsini əllə yaradın.
-
+ %1 EFI sistemi %2 başlatmaq üçün istifadə olunacaqdır.
-
+ EFI sistem bölməsi:
-
+ Bu cihazıda əməliyyat sistemi görünmür. Nə etmək istəyərdiniz?<br/>Bu cihazda dəyişiklik etmədən öncə siz seçiminizi dəqiqləşdirə, dəyişə və təsdiq edə bilərsiniz.
-
-
-
-
+
+
+
+ <strong>Diski təmizləmək</strong><br/> <font color="red">Silmək</font>seçimi hal-hazırda, seçilmiş diskdəki bütün verilənləri siləcəkdir.
-
-
-
-
+
+
+
+ <strong>Yanına quraşdırın</strong><br/>Quraşdırıcı, bölməni kiçildərək %1 üçün boş disk sahəsi yaradacaqdır.
-
-
-
-
+
+
+
+ <strong>Bölməni başqası ilə əvəzləmək</strong><br/>Bölməni %1 ilə əvəzləyir.
-
+ Bu cihazda %1 var. Nə etmək istəyirsiniz?<br/>Bu cihazda dəyişiklik etmədən öncə siz seçiminizi dəqiqləşdirə, dəyişə və təsdiq edə bilərsiniz.
-
+ Bu cihazda artıq bir əməliyyat sistemi var. Nə etmək istərdiniz?.<br/>Bu cihazda dəyişiklik etmədən öncə siz seçiminizi dəqiqləşdirə, dəyişə və təsdiq edə bilərsiniz.
-
+ Bu cihazda bir neçə əməliyyat sistemi mövcuddur. Nə etmək istərdiniz? Bu cihazda dəyişiklik etmədən öncə siz seçiminizi dəqiqləşdirə, dəyişə və təsdiq edə bilərsiniz.
-
+ Mübadilə bölməsi olmadan
-
+ Mövcud mübadilə bölməsini istifadə etmək
-
+ Mübadilə bölməsi (yuxu rejimi olmadan)
-
+ Mübadilə bölməsi (yuxu rejimi ilə)
-
+ Mübadilə faylı
@@ -645,17 +645,17 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.
ClearMountsJob
-
+ %1-də bölmə əməliyyatı üçün qoşulma nöqtələrini silmək
-
+ %1-də bölmə əməliyyatı üçün qoşulma nöqtələrini silinir.
-
+ %1 üçün bütün qoşulma nöqtələri silindi
@@ -663,22 +663,22 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.
ClearTempMountsJob
-
+ Bütün müvəqqəti qoşulma nöqtələrini ləğv etmək.
-
+ Bütün müvəqqəti qoşulma nöqtələri ləğv edilir.
-
+ Müvəqqəti qoşulma nöqtələrinin siyahısı alına bilmədi.
-
+ Bütün müvəqqəti qoşulma nöqtələri ləğv edildi.
@@ -705,30 +705,30 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.
Config
-
+ Klaviatura modelini %1 olaraq təyin etmək.<br/>
-
+ Klaviatura qatını %1/%2 olaraq təyin etmək.
-
+
+
+
+
+
+ Sistem dili %1 təyin ediləcək.
-
+ Yerli say və tarix formatı %1 təyin olunacaq.
-
-
-
- Saat Qurşağını %1/%2 təyin etmək.<br/>
-
@@ -794,6 +794,46 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.<h1>Welcome to the %1 installer</h1>
<h1>%1 quraşdırıcısına xoş gəldiniz</h1>
+
+
+
+ İstifadəçi adınız çox uzundur.
+
+
+
+
+
+
+
+
+
+ İstifadəçi adınız yalnız kiçik və ya alt cizgili hərflərdən ibarət olmalıdır.
+
+
+
+
+ Yalnız kiçik hərflərdən, simvollardan, alt cizgidən və defisdən istifadə oluna bilər.
+
+
+
+
+ Host adınız çox qısadır.
+
+
+
+
+ Host adınız çox uzundur.
+
+
+
+
+
+
+
+
+
+ Yalnız kiçik hərflərdən, saylardan, alt cizgidən və defisdən istifadə oluna bilər.
+ ContextualProcessJob
@@ -958,40 +998,30 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.
CreateUserJob
-
+ %1 İstifadəçi hesabı yaratmaq
-
+ <strong>%1</strong> istifadəçi hesabı yaratmaq.
-
+ %1 istifadəçi hesabı yaradılır.
-
-
- Sudoers qovluğu yazıla bilən deyil.
-
-
-
+ Sudoers faylını yazmaq mümkün olmadı.
-
+ Sudoers faylına chmod tətbiq etmək mümkün olmadı.
-
-
-
- Groups faylını oxumaq üçün açmaq mümkün olmadı.
- CreateVolumeGroupDialog
@@ -1229,37 +1259,37 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.
FillGlobalStorageJob
-
+ Bölmə məlumatlarını ayarlamaq
-
+ %2 <strong>yeni</strong> sistem diskinə %1 quraşdırmaq.
-
+ %2 <strong>yeni</strong> bölməsini <strong>%1</strong> qoşulma nöqtəsi ilə ayarlamaq.
-
+ %3dəki <strong>%1</strong> sistem bölməsinə %2 quraşdırmaq.
-
+ %3 bölməsinə <strong>%1</strong> ilə <strong>%2</strong> qoşulma nöqtəsi ayarlamaq.
-
+ Ön yükləyicini <strong>%1</strong>də quraşdırmaq.
-
+ Qoşulma nöqtəsini ayarlamaq.
@@ -1510,12 +1540,12 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.
KeyboardPage
-
+ Klaviatura modelini %1 olaraq təyin etmək.<br/>
-
+ Klaviatura qatını %1/%2 olaraq təyin etmək.
@@ -1572,32 +1602,32 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.<h1>Lisenziya razılaşması</h1>
-
+ Mən yuxarıda göstərilən şərtləri qəbul edirəm.
-
+ Lütfən lisenziya razılaşması (EULA) ilə tanış olun.
-
+ Bu quraşdırma proseduru lisenziya şərtlərinə tabe olan xüsusi proqram təminatını quraşdıracaqdır.
-
+ Lisenziya razılaşmalarını qəbul etməsəniz quraşdırılma davam etdirilə bilməz.
-
+ Bu quraşdırma proseduru, əlavə xüsusiyyətlər təmin etmək və istifadəçi təcrübəsini artırmaq üçün lisenziyalaşdırma şərtlərinə tabe olan xüsusi proqram təminatını quraşdıra bilər.
-
+ Şərtlərlə razılaşmasanız, xüsusi proqram quraşdırılmayacaq və bunun əvəzinə açıq mənbə kodu ilə alternativlər istifadə ediləcəkdir.
@@ -1673,41 +1703,26 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.
LocalePage
-
+ Məkan:
-
+ Saat qurşağı:
-
-
+
+ &Dəyişmək...
-
-
-
- Sistem dili %1 təyin ediləcək.
-
-
-
-
- Yerli nömrə və tarix formatı %1 təyin olunacaq.
-
-
-
-
- Saat Qurşağını %1/%2 təyin etmək.<br/>
- LocaleQmlViewStep
-
+ Məkan
@@ -1715,7 +1730,7 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.
LocaleViewStep
-
+ Məkan
@@ -1777,7 +1792,7 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.
Map
-
+
@@ -2180,7 +2195,7 @@ Bu proqramdan çıxılacaq və bütün dəyişikliklər itiriləcəkdir.Naməlum xəta
-
+ Şifrə böşdur
@@ -2520,112 +2535,112 @@ Lütfən bir birinci disk bölümünü çıxarın və əvəzinə genişləndiril
Sistem məlumatları toplanır ...
-
+ Bölmələr
-
+ Digər əməliyyat sistemini %1 <strong>yanına</strong> quraşdırmaq.
-
+ Diski <strong>çıxarmaq</strong> və %1 quraşdırmaq.
-
+ Bölməni %1 ilə <strong>əvəzləmək</strong>.
-
+ <strong>Əl ilə</strong> bölüşdürmə.
-
+ <strong>%2</strong> (%3) diskində başqa əməliyyat sistemini %1 <strong>yanında</strong> quraşdırmaq.
-
+ <strong>%2</strong> (%3) diskini <strong>çıxartmaq</strong> və %1 quraşdırmaq.
-
+ <strong>%2</strong> (%3) diskində bölməni %1 ilə <strong>əvəzləmək</strong>.
-
+ <strong>%1</strong> (%2) diskində <strong>əl ilə</strong> bölüşdürmə.
-
+ <strong>%1</strong> (%2) diski
-
+ Cari:
-
+ Sonra:
-
+ EFI sistemi bölməsi tənzimlənməyib
-
+ EFİ sistemi bölməsi, %1 başlatmaq üçün vacibdir. <br/><br/>EFİ sistemi bölməsini yaratmaq üçün geriyə qayıdın və aktiv edilmiş<strong>%3</strong> bayrağı və <strong>%2</strong> qoşulma nöqtəsi ilə FAT32 fayl sistemi seçin və ya yaradın.<br/><br/>Siz EFİ sistemi bölməsi yaratmadan da davam edə bilərsiniz, lakin bu halda sisteminiz açılmaya bilər.
-
+ %1 başlatmaq üçün EFİ sistem bölməsi vacibdir.<br/><br/>Bölmə <strong>%2</strong> qoşulma nöqtəsi ilə yaradılıb, lakin onun <strong>%3</strong> bayrağı seçilməyib.<br/>Bayrağı seçmək üçün geriyə qayıdın və bölməyə süzəliş edin.<br/><br/>Siz bayrağı seçmədən də davam edə bilərsiniz, lakin bu halda sisteminiz açılmaya bilər.
-
+ EFİ sistem bölməsi bayraqı seçilməyib
-
+ BIOS-da GPT istifadəsi seçimi
-
+ GPT bölmə cədvəli bütün sistemlər üçün yaxşıdır. Bu quraşdırıcı BIOS sistemləri üçün də belə bir quruluşu dəstəkləyir.<br/><br/>BİOS-da GPT bölmələr cədvəlini ayarlamaq üçün (əgər bu edilməyibsə) geriyə qayıdın və bölmələr cədvəlini GPT-yə qurun, sonra isə <strong>bios_grub</strong> bayrağı seçilmiş 8 MB-lıq formatlanmamış bölmə yaradın.<br/><br/>8 MB-lıq formatlanmamış bölmə GPT ilə BİOS sistemində %1 başlatmaq üçün lazımdır.
-
+ Ön yükləyici bölməsi çifrələnməyib
-
+ Şifrəli bir kök bölməsi ilə birlikdə ayrı bir ön yükləyici bölməsi qurulub, ancaq ön yükləyici bölməsi şifrələnməyib.<br/><br/>Bu cür quraşdırma ilə bağlı təhlükəsizlik problemləri olur, çünki vacib sistem sənədləri şifrəsiz bölmədə saxlanılır.<br/>İstəyirsinizsə davam edə bilərsiniz, lakin, fayl sisteminin kilidi, sistem başladıldıqdan daha sonra açılacaqdır.<br/>Yükləmə hissəsini şifrələmək üçün geri qayıdın və bölmə yaratma pəncərəsində <strong>Şifrələmə</strong> menyusunu seçərək onu yenidən yaradın.
-
+ ən az bir disk qurğusu mövcuddur.
-
+ Quraşdırmaq üçün bölmə yoxdur.
@@ -2673,17 +2688,17 @@ Lütfən bir birinci disk bölümünü çıxarın və əvəzinə genişləndiril
PreserveFiles
-
+ Fayllar daha sonra saxlanılır...
-
+ Sonra saxlamaq üçün heç bir ayarlanan fayl yoxdur.
-
+ Ayarlanan faylların hamısı saxlanıla bilməz.
@@ -3169,29 +3184,29 @@ Output:
SetKeyboardLayoutJob
-
+ Klaviatura modeliini %1, qatını isə %2-%3 təyin etmək
-
+ Virtual konsol üçün klaviatura tənzimləmələrini yazmaq mümkün olmadı.
-
-
-
+
+
+ %1-ə yazmaq mümkün olmadı
-
+ X11 üçün klaviatura tənzimləmələrini yazmaq mümükün olmadı.
-
+ Klaviatura tənzimləmələri möcvcud /etc/default qovluğuna yazıla bilmədi.
@@ -3424,28 +3439,28 @@ Output:
TrackingKUserFeedbackJob
-
+ KDE istifadəçi hesabatı
-
+ KDE istifadəçi hesabatının tənzimlənməsi.
-
-
+
+ KDE istifadəçi hesabatının tənzimlənməsində xəta.
-
+ KDE istifadəçi hesabatı düzgün tənzimlənmədi, əmr xətası %1.
-
+ KDE istifadəçi hesabatı düzgün tənzimlənmədi, Calamares xətası %1.
@@ -3453,28 +3468,28 @@ Output:
TrackingMachineUpdateManagerJob
-
+ Kompyuter hesabatı
-
+ kompyuter hesabatının tənzimlənməsi.
-
-
+
+ Kompyuter hesabatının tənzimlənməsində xəta.
-
+ Kompyuter hesabatı düzgün tənzimlənmədi, əmr xətası %1.
-
+ Kompyuter hesabatı düzgün tənzimlənmədi, Calamares xətası %1.
@@ -3533,47 +3548,17 @@ Output:
UsersPage
-
+ <small>Əgər bu kompyuteri sizdən başqa şəxs istifadə edəcəkdirsə o zaman ayarlandıqdan sonra bir neçə istifadəçi hesabı yarada bilərsiniz.</small>
-
+ <small>Əgər bu kompyuteri sizdən başqa şəxs istifadə edəcəkdirsə o zaman quraşdırıldıqdan sonra bir neçə istifadəçi hesabı yarada bilərsiniz.</small>
-
-
- İstifadəçi adınız çox uzundur.
-
-
-
-
- İstifadəçi adınız yalnız kiçik və ya alt cizgili hərflərdən ibarət olmalıdır.
-
-
-
-
- Yalnız kiçik hərflərdən, simvollardan, alt cizgidən və defisdən istifadə oluna bilər.
-
-
-
-
- Host adınız çox qısadır.
-
-
-
-
- Host adınız çox uzundur.
-
-
-
-
- Yalnız kiçik hərflərdən, saylardan, alt cizgidən və defisdən istifadə oluna bilər.
-
-
-
+ Şifrənizin təkrarı eyni deyil!
@@ -3581,7 +3566,7 @@ Output:
UsersViewStep
-
+ İstifadəçilər
@@ -3805,21 +3790,20 @@ Output:
i18n
-
+ <h1>Dillər</h1> </br>
Sistemin yer ayarları bəzi istifadəçi interfeysi elementləri əmrlər sətri üçün dil və simvolların ayarlanmasına təsir edir. Cari ayar: <strong>%1</strong>.
-
+
- <h1>Yerlər</h1> </br>
- Sistemin yer ayarları bəzi istifadəçi interfeysi elementləri əmrlər sətri üçün dil və simvolların ayarlanmasına təsir edir. Cari ayar: <strong>%1</strong>.
+ The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
+
-
+ Geriyə
@@ -3827,44 +3811,44 @@ Output:
keyboardq
-
+ Klaviatura Modeli
-
+ Üstünlük verdiyiniz klaviatura modelini seçin və ya avadanlığın özündə aşkar edilmiş standart klaviatura modelindən istifadə edin
-
+ Yeniləmək
-
-
+
+ Qatlar
-
-
+
+ Klaviatura Qatları
-
+ Modellər
-
+ Variantlar
-
+ Klaviaturanızı yoxlayın
@@ -3872,17 +3856,7 @@ Output:
localeq
-
-
- Sistem dilini %1 qurmaq
-
-
-
-
- Yerli say və tarix formatlarını %1 qurmaq
-
-
-
+ Dəyişdirmək
diff --git a/lang/calamares_be.ts b/lang/calamares_be.ts
index 15b4bc2b8..46febf1b4 100644
--- a/lang/calamares_be.ts
+++ b/lang/calamares_be.ts
@@ -220,7 +220,7 @@
Крок QML <i>%1</i>.
-
+ Не атрымалася загрузіць.
@@ -261,170 +261,170 @@
Calamares::ViewManager
-
+ Усталёўка схібіла
-
+ Не атрымалася ўсталяваць
-
+ Сапраўды хочаце ўставіць журнал усталёўкі па сеціўным адрасе?
-
+ Памылка
-
-
+
+ &Так
-
-
+
+ &Не
-
+ &Закрыць
-
+ Уставіць журнал усталёўкі па URL
-
+ Запампаваць не атрымалася.
-
+ Не атрымалася ініцыялізаваць Calamares
-
+ Не атрымалася ўсталяваць %1. У Calamares не атрымалася загрузіць усе падрыхтаваныя модулі. Гэтая праблема ўзнікла праз асаблівасці выкарыстання Calamares вашым дыстрыбутывам.
-
+ <br/>Не атрымалася загрузіць наступныя модулі:
-
+ Працягнуць усталёўку?
-
+ Працягнуць усталёўку?
-
+ Праграма ўсталёўкі %1 гатовая ўнесці змены на ваш дыск, каб усталяваць %2.<br/><strong>Скасаваць змены будзе немагчыма.</strong>
-
+ Праграма ўсталёўкі %1 гатовая ўнесці змены на ваш дыск, каб усталяваць %2.<br/><strong>Адрабіць змены будзе немагчыма.</strong>
-
+ &Усталяваць
-
+ &Усталяваць
-
+ &Назад
-
+ &Усталяваць
-
+ &Усталяваць
-
+ Усталёўка завершаная. Закрыйце праграму ўсталёўкі.
-
+ Усталёўка завершаная. Закрыйце праграму.
-
+ Скасаваць усталёўку без змены сістэмы.
-
+ Скасаваць усталёўку без змены сістэмы.
-
+ &Далей
-
+ &Назад
-
+ &Завершана
-
+ &Скасаваць
-
+ Скасаваць усталёўку?
-
+ Скасаваць усталёўку?
-
+ Сапраўды хочаце скасаваць працэс усталёўкі? Праграма спыніць працу, а ўсе змены страцяцца.
-
+ Сапраўды хочаце скасаваць працэс усталёўкі? Усталёўшчык спыніць працу, а ўсе змены страцяцца.
@@ -486,12 +486,12 @@ The installer will quit and all changes will be lost.
&Скасаваць
-
+ Праграма ўсталёўкі %1
-
+ Праграма ўсталёўкі %1
@@ -518,9 +518,9 @@ The installer will quit and all changes will be lost.
-
-
-
+
+
+ Бягучы:
@@ -531,115 +531,115 @@ The installer will quit and all changes will be lost.
-
- <strong>Уласнаручная разметка</strong><br/>Вы можаце самастойна ствараць альбо змяняць памеры раздзелаў. Наяўнасць табліцы раздзелаў GPT і <strong>загрузачнага раздзела фс fat32 памерам 512Mb і сцягам /boot з’яўляюцца абавязковымі ўмовамі для ўсталёўкі UEFI</strong>, таму выкарыстайце існы раздзел без фарматавання, альбо стварыце новы.
+
+
-
+ Выкарыстаць %1 як хатні раздзел для %2.
-
+ <strong>Абярыце раздзел для памяншэння і цягніце паўзунок, каб змяніць памер</strong>
-
+ %1 будзе паменшаны да %2MiB і новы раздзел %3MiB будзе створаны для %4.
-
+ Размяшчэнне загрузчыка:
-
+ <strong>Абярыце раздзел для ўсталёўкі </strong>
-
+ Не выяўлена сістэмнага раздзела EFI. Калі ласка, вярніцеся назад і зрабіце разметку %1.
-
+ Сістэмны раздзел EFI на %1 будзе выкарыстаны для запуску %2.
-
+ Сістэмны раздзел EFI:
-
+ Здаецца, на гэтай прыладзе няма аперацыйнай сістэмы. Што будзеце рабіць?<br/>Вы зможаце змяніць альбо пацвердзіць свой выбар да таго як на прыладзе ўжывуцца змены.
-
-
-
-
+
+
+
+ <strong>Сцерці дыск</strong><br/>Гэта <font color="red">выдаліць</font> усе даныя на абранай прыладзе.
-
-
-
-
+
+
+
+ <strong>Усталяваць побач</strong><br/>Праграма ўсталёўкі паменшыць раздзел, каб вызваліць месца для %1.
-
-
-
-
+
+
+
+ <strong>Замяніць раздзел </strong><br/>Заменіць раздзел на %1.
-
+ На гэтай прыладзе ёсць %1. Што будзеце рабіць?<br/>Вы зможаце змяніць альбо пацвердзіць свой выбар да таго як на прыладзе ўжывуцца змены.
-
+ На гэтай прыладзе ўжо ёсць аперацыйная сістэма. Што будзеце рабіць?<br/>Вы зможаце змяніць альбо пацвердзіць свой выбар да таго як на прыладзе ўжывуцца змены.
-
+ На гэтай прыладзе ўжо ёсць некалькі аперацыйных сістэм. Што будзеце рабіць?<br/>Вы зможаце змяніць альбо пацвердзіць свой выбар да таго як на прыладзе ўжывуцца змены.
-
+ Без раздзела падпампоўкі
-
+ Выкарыстаць існы раздзел падпампоўкі
-
+ Раздзел падпампоўкі (без усыплення)
-
+ Раздзел падпампоўкі (з усыпленнем)
-
+ Раздзел падпампоўкі ў файле
@@ -647,17 +647,17 @@ The installer will quit and all changes will be lost.
ClearMountsJob
-
+ Ачысціць пункты мантавання для выканання разметкі на %1
-
+ Ачыстка пунктаў мантавання для выканання разметкі на %1.
-
+ Усе пункты мантавання ачышчаныя для %1
@@ -665,22 +665,22 @@ The installer will quit and all changes will be lost.
ClearTempMountsJob
-
+ Ачысціць усе часовыя пункты мантавання.
-
+ Ачышчаюцца ўсе часовыя пункты мантавання.
-
+ Не ўдалося атрымаць спіс часовых пунктаў мантавання.
-
+ Усе часовыя пункты мантавання ачышчаныя.
@@ -707,30 +707,30 @@ The installer will quit and all changes will be lost.
Config
-
+ Вызначыць мадэль клавіятуры %1.<br/>
-
+ Вызначыць раскладку клавіятуры %1/%2.
-
+
+
+
+
+
+ Сістэмнай мовай будзе зроблена %1.
-
+ Рэгіянальным фарматам лічбаў і датаў будзе %1.
-
-
-
- Вызначыць часавы пояс %1/%2.<br/>
-
@@ -796,6 +796,46 @@ The installer will quit and all changes will be lost.
+
+
+
+ Імя карыстальніка занадта доўгае.
+
+
+
+
+
+
+
+
+
+ Імя карыстальніка павінна пачынацца з малой літары альбо сімвала падкрэслівання.
+
+
+
+
+ Дазваляюцца толькі літары, лічбы, знакі падкрэслівання, працяжнікі.
+
+
+
+
+ Назва вашага камп’ютара занадта кароткая.
+
+
+
+
+ Назва вашага камп’ютара занадта доўгая.
+
+
+
+
+
+
+
+
+
+ Толькі літары, лічбы, знакі падкрэслівання, працяжнікі.
+ ContextualProcessJob
@@ -960,40 +1000,30 @@ The installer will quit and all changes will be lost.
CreateUserJob
-
+ Стварыць карыстальніка %1
-
+ Стварыць карыстальніка <strong>%1</strong>.
-
+ Стварэнне карыстальніка %1.
-
-
- Каталог sudoers недаступны для запісу.
-
-
-
+ Не атрымалася запісаць файл sudoers.
-
+ Не атрымалася ўжыць chmod да файла sudoers.
-
-
-
- Не атрымалася адкрыць файл groups для чытання.
- CreateVolumeGroupDialog
@@ -1231,37 +1261,37 @@ The installer will quit and all changes will be lost.
FillGlobalStorageJob
-
+ Вызначыць звесткі пра раздзел
-
+ Усталяваць %1 на <strong>новы</strong> %2 сістэмны раздзел.
-
+ Наладзіць <strong>новы</strong> %2 раздзел з пунктам мантавання <strong>%1</strong>.
-
+ Усталяваць %2 на %3 сістэмны раздзел <strong>%1</strong>.
-
+ Наладзіць %3 раздзел <strong>%1</strong> з пунктам мантавання <strong>%2</strong>.
-
+ Усталяваць загрузчык на <strong>%1</strong>.
-
+ Наладка пунктаў мантавання.
@@ -1512,12 +1542,12 @@ The installer will quit and all changes will be lost.
KeyboardPage
-
+ Прызначыць мадэль клавіятуры %1.<br/>
-
+ Прызначыць раскладку клавіятуры %1/%2.
@@ -1574,32 +1604,32 @@ The installer will quit and all changes will be lost.
<h1>Ліцэнзійнае пагадненне</h1>
-
+ Я пагаджаюся з пададзенымі вышэй умовамі.
-
+ Калі ласка, паглядзіце ліцэнзійную дамову з канчатковым карыстальнікам (EULA).
-
+ Падчас гэтай працэдуры ўсталюецца прапрыетарнае праграмнае забеспячэнне, на якое распаўсюджваюцца ўмовы ліцэнзавання.
-
+ Калі вы не згодныя з умовамі, то працягнуць усталёўку не атрымаецца.
-
+ Падчас гэтай працэдуры ўсталюецца прапрыетарнае праграмнае забеспячэнне, на якое распаўсюджваюцца ўмовы ліцэнзавання. Гэтае апраграмаванне патрабуецца для забеспячэння дадатковых функцый і паляпшэння ўзаемадзеяння з карыстальнікам.
-
+ Калі вы не згодныя з умовамі, то прапрыетарнае апраграмаванне не будзе ўсталявана. Замест яго будуць выкарыстоўвацца свабодныя альтэрнатывы.
@@ -1675,41 +1705,26 @@ The installer will quit and all changes will be lost.
LocalePage
-
+ Рэгіён:
-
+ Зона:
-
-
+
+ &Змяніць...
-
-
-
- Сістэмнай мовай будзе %1.
-
-
-
-
- Рэгіянальным фарматам лічбаў і датаў будзе %1.
-
-
-
-
- Вызначыць часавы пояс %1/%2.<br/>
- LocaleQmlViewStep
-
+ Размяшчэнне
@@ -1717,7 +1732,7 @@ The installer will quit and all changes will be lost.
LocaleViewStep
-
+ Месцазнаходжанне
@@ -1779,7 +1794,7 @@ The installer will quit and all changes will be lost.
Map
-
+
@@ -2180,7 +2195,7 @@ The installer will quit and all changes will be lost.
Невядомая памылка
-
+ Пароль пусты
@@ -2519,112 +2534,112 @@ The installer will quit and all changes will be lost.
Збор інфармацыі пра сістэму...
-
+ Раздзелы
-
+ Усталяваць %1 <strong>побач</strong> з іншай аперацыйнай сістэмай.
-
+ <strong>Ачысціць</strong> дыск і ўсталяваць %1.
-
+ <strong>Замяніць</strong> раздзел на %1.
-
+ <strong>Уласнаручная</strong> разметка.
-
+ Усталяваць %1 <strong>побач</strong> з іншай аперацыйнай сістэмай на дыск<strong>%2</strong> (%3).
-
+ <strong>Ачысціць</strong> дыск <strong>%2</strong> (%3) і ўсталяваць %1.
-
+ <strong>Замяніць</strong> раздзел на дыску <strong>%2</strong> (%3) на %1.
-
+ <strong>Уласнаручная</strong> разметка дыска<strong>%1</strong> (%2).
-
+ Дыск <strong>%1</strong> (%2)
-
+ Бягучы:
-
+ Пасля:
-
+ Няма наладжанага сістэмнага раздзела EFI
-
+
-
+
-
+ Не вызначаны сцяг сістэмнага раздзела EFI
-
+ Параметр для выкарыстання GPT у BIOS
-
+ Табліца раздзелаў GPT - найлепшы варыянт для ўсіх сістэм. Гэтая праграма ўсталёўкі таксама падтрымлівае гэты варыянт і для BIOS.<br/><br/>Каб наладзіць GPT для BIOS (калі гэта яшчэ не зроблена), вярніцеся назад і абярыце табліцу раздзелаў GPT, пасля стварыце нефарматаваны раздзел памерам 8 МБ са сцягам <strong>bios_grub</strong>.<br/><br/>Гэты раздзел патрэбны для запуску %1 у BIOS з GPT.
-
+ Загрузачны раздзел не зашыфраваны
-
+ Уключана шыфраванне каранёвага раздзела, але выкарыстаны асобны загрузачны раздзел без шыфравання.<br/><br/>Пры такой канфігурацыі могуць узнікнуць праблемы з бяспекай, бо важныя сістэмныя даныя будуць захоўвацца на раздзеле без шыфравання.<br/>Вы можаце працягнуць, але файлавая сістэма разблакуецца падчас запуску сістэмы.<br/>Каб уключыць шыфраванне загрузачнага раздзела, вярніцеся назад і стварыце яго нанова, адзначыўшы <strong>Шыфраваць</strong> у акне стварэння раздзела.
-
+ ёсць прынамсі адна даступная дыскавая прылада.
-
+ Няма раздзелаў для ўсталёўкі.
@@ -2672,17 +2687,17 @@ The installer will quit and all changes will be lost.
PreserveFiles
-
+ Захаванне файлаў на будучыню...
-
+ Няма файлаў канфігурацыі, каб захаваць іх на будучыню.
-
+ Не ўсе наладжаныя файлы можна захаваць.
@@ -3165,29 +3180,29 @@ Output:
SetKeyboardLayoutJob
-
+ Прызначыць мадэль клавіятуры %1, раскладку %2-%3
-
+ Не атрымалася запісаць канфігурацыю клавіятуры для віртуальнай кансолі.
-
-
-
+
+
+ Не атрымалася запісаць у %1
-
+ Не атрымалася запісаць канфігурацыю клавіятуры для X11.
-
+ Не атрымалася запісаць параметры клавіятуры ў існы каталог /etc/default.
@@ -3420,28 +3435,28 @@ Output:
TrackingKUserFeedbackJob
-
+
-
+
-
-
+
+
-
+
-
+
@@ -3449,28 +3464,28 @@ Output:
TrackingMachineUpdateManagerJob
-
+ Сістэма зваротнай сувязі
-
+ Наладка сістэмы зваротнай сувязі.
-
-
+
+ Памылка ў канфігурацыі сістэмы зваротнай сувязі.
-
+ Не атрымалася наладзіць сістэму зваротнай сувязі, памылка скрыпта %1.
-
+ Не атрымалася наладзіць сістэму зваротнай сувязі, памылка Calamares %1.
@@ -3529,47 +3544,17 @@ Output:
UsersPage
-
+ <small>Калі камп’ютарам карыстаецца некалькі чалавек, то вы можаце стварыць для іх акаўнты пасля завяршэння ўсталёўкі.</small>
-
+ <small>Калі камп’ютарам карыстаецца некалькі чалавек, то вы можаце стварыць для іх акаўнты пасля завяршэння ўсталёўкі.</small>
-
-
- Імя карыстальніка занадта доўгае.
-
-
-
-
- Імя карыстальніка павінна пачынацца з малой літары альбо сімвала падкрэслівання.
-
-
-
-
- Дазваляюцца толькі літары, лічбы, знакі падкрэслівання, працяжнікі.
-
-
-
-
- Назва вашага камп’ютара занадта кароткая.
-
-
-
-
- Назва вашага камп’ютара занадта доўгая.
-
-
-
-
- Толькі літары, лічбы, знакі падкрэслівання, працяжнікі.
-
-
-
+ Вашыя паролі не супадаюць!
@@ -3577,7 +3562,7 @@ Output:
UsersViewStep
-
+ Карыстальнікі
@@ -3800,19 +3785,19 @@ Output:
i18n
-
+
-
+
+ The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
-
+ Назад
@@ -3820,44 +3805,44 @@ Output:
keyboardq
-
+ Мадэль клавіятуры
-
+ Абярыце пераважную мадэль клавіятуры альбо выкарыстоўвайце прадвызначаную
-
+ Абнавіць
-
-
+
+ Раскладкі
-
-
+
+ Раскладка клавіятуры
-
+ Мадэлі
-
+ Варыянты
-
+ Пратэстуйце сваю клавіятуру
@@ -3865,17 +3850,7 @@ Output:
localeq
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/lang/calamares_bg.ts b/lang/calamares_bg.ts
index 17c13fd90..0a16314c4 100644
--- a/lang/calamares_bg.ts
+++ b/lang/calamares_bg.ts
@@ -220,7 +220,7 @@
-
+
@@ -257,170 +257,170 @@
Calamares::ViewManager
-
+
-
+ Неуспешна инсталация
-
+
-
+ Грешка
-
-
+
+ &Да
-
-
+
+ &Не
-
+ &Затвори
-
+
-
+
-
+ Инициализацията на Calamares се провали
-
+ %1 не може да се инсталира. Calamares не можа да зареди всичките конфигурирани модули. Това е проблем с начина, по който Calamares е използван от дистрибуцията.
-
+ <br/>Следните модули не могат да се заредят:
-
+ Продължаване?
-
+
-
+
-
+ Инсталатора на %1 ще направи промени по вашия диск за да инсталира %2. <br><strong>Промените ще бъдат окончателни.</strong>
-
+
-
+ &Инсталирай сега
-
+ В&ръщане
-
+
-
+ &Инсталирай
-
+
-
+ Инсталацията е завършена. Затворете инсталаторa.
-
+
-
+ Отказ от инсталацията без промяна на системата.
-
+ &Напред
-
+ &Назад
-
+ &Готово
-
+ &Отказ
-
+
-
+ Отмяна на инсталацията?
-
+
-
+ Наистина ли искате да отмените текущият процес на инсталиране?
@@ -482,12 +482,12 @@ The installer will quit and all changes will be lost.
&Отказ
-
+
-
+ %1 Инсталатор
@@ -514,9 +514,9 @@ The installer will quit and all changes will be lost.
-
-
-
+
+
+ Сегашен:
@@ -527,115 +527,115 @@ The installer will quit and all changes will be lost.
-
-
+
+ <strong>Самостоятелно поделяне</strong><br/>Можете да създадете или преоразмерите дяловете сами.
-
+ Използване на %1 като домашен дял за %2
-
+ <strong>Изберете дял за смаляване, после влачете долната лента за преоразмеряване</strong>
-
+
-
+ Локация на програмата за начално зареждане:
-
+ <strong>Изберете дял за инсталацията</strong>
-
+ EFI системен дял не е намерен. Моля, опитайте пак като използвате ръчно поделяне за %1.
-
+ EFI системен дял в %1 ще бъде използван за стартиране на %2.
-
+ EFI системен дял:
-
+ Това устройство за съхранение няма инсталирана операционна система. Какво ще правите?<br/>Ще може да прегледате и потвърдите избора си, преди да се направят промени по устройството за съхранение.
-
-
-
-
+
+
+
+ <strong>Изтриване на диска</strong><br/>Това ще <font color="red">изтрие</font> всички данни върху устройството за съхранение.
-
-
-
-
+
+
+
+ <strong>Инсталирайте покрай</strong><br/>Инсталатора ще раздроби дяла за да направи място за %1.
-
-
-
-
+
+
+
+ <strong>Замени дял</strong><br/>Заменя този дял с %1.
-
+ Това устройство за съхранение има инсталиран %1. Какво ще правите?<br/>Ще може да прегледате и потвърдите избора си, преди да се направят промени по устройството за съхранение.
-
+ Това устройство за съхранение има инсталирана операционна система. Какво ще правите?<br/>Ще може да прегледате и потвърдите избора си, преди да се направят промени по устройството за съхранение.
-
+ Това устройство за съхранение има инсталирани операционни системи. Какво ще правите?<br/>Ще може да прегледате и потвърдите избора си, преди да се направят промени по устройството за съхранение.
-
+
-
+
-
+
-
+
-
+
@@ -643,17 +643,17 @@ The installer will quit and all changes will be lost.
ClearMountsJob
-
+ Разчисти монтиранията за операциите на подялбата на %1
-
+ Разчистване на монтиранията за операциите на подялбата на %1
-
+ Разчистени всички монтирания за %1
@@ -661,22 +661,22 @@ The installer will quit and all changes will be lost.
ClearTempMountsJob
-
+ Разчисти всички временни монтирания.
-
+ Разчистване на всички временни монтирания.
-
+ Не може да се вземе лист от временни монтирания.
-
+ Разчистени всички временни монтирания.
@@ -703,30 +703,30 @@ The installer will quit and all changes will be lost.
Config
-
+ Постави модел на клавиатурата на %1.<br/>
-
+ Постави оформлението на клавиатурата на %1/%2.
-
+
+
+
+
+
+ Системният език ще бъде %1.
-
+ Форматът на цифрите и датата ще бъде %1.
-
-
-
- Постави часовата зона на %1/%2.<br/>
-
@@ -793,6 +793,46 @@ The installer will quit and all changes will be lost.
+
+
+
+ Вашето потребителско име е твърде дълго.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Вашето име на хоста е твърде кратко.
+
+
+
+
+ Вашето име на хоста е твърде дълго.
+
+
+
+
+
+
+
+
+
+
+ ContextualProcessJob
@@ -957,40 +997,30 @@ The installer will quit and all changes will be lost.
CreateUserJob
-
+ Създай потребител %1
-
+ Създай потребител <strong>%1</strong>.
-
+ Създаване на потребител %1.
-
-
- Директорията sudoers е незаписваема.
-
-
-
+ Не може да се създаде sudoers файл за записване.
-
+ Не може да се изпълни chmod върху sudoers файла.
-
-
-
- Не може да се отвори файла на групите за четене.
- CreateVolumeGroupDialog
@@ -1228,37 +1258,37 @@ The installer will quit and all changes will be lost.
FillGlobalStorageJob
-
+ Постави информация за дял
-
+ Инсталирай %1 на <strong>нов</strong> %2 системен дял.
-
+ Създай <strong>нов</strong> %2 дял със точка на монтиране <strong>%1</strong>.
-
+ Инсталирай %2 на %3 системен дял <strong>%1</strong>.
-
+ Създай %3 дял <strong>%1</strong> с точка на монтиране <strong>%2</strong>.
-
+ Инсталиране на зареждач върху <strong>%1</strong>.
-
+ Настройка на точките за монтиране.
@@ -1509,12 +1539,12 @@ The installer will quit and all changes will be lost.
KeyboardPage
-
+ Постави модел на клавиатурата на %1.<br/>
-
+ Постави оформлението на клавиатурата на %1/%2.
@@ -1571,32 +1601,32 @@ The installer will quit and all changes will be lost.
-
+ Приемам лицензионните условия.
-
+
-
+
-
+
-
+
-
+
@@ -1672,41 +1702,26 @@ The installer will quit and all changes will be lost.
LocalePage
-
+ Регион:
-
+ Зона:
-
-
+
+ &Промени...
-
-
-
- Системният език ще бъде %1.
-
-
-
-
- Форматът на цифрите и датата ще бъде %1.
-
-
-
-
- Постави часовата зона на %1/%2.<br/>
- LocaleQmlViewStep
-
+ Местоположение
@@ -1714,7 +1729,7 @@ The installer will quit and all changes will be lost.
LocaleViewStep
-
+ Местоположение
@@ -1776,7 +1791,7 @@ The installer will quit and all changes will be lost.
Map
-
+
@@ -2177,7 +2192,7 @@ The installer will quit and all changes will be lost.
Неизвестна грешка
-
+
@@ -2516,112 +2531,112 @@ The installer will quit and all changes will be lost.
Събиране на системна информация...
-
+ Дялове
-
+ Инсталирай %1 <strong>заедно</strong> с друга операционна система.
-
+ <strong>Изтрий</strong> диска и инсталирай %1.
-
+ <strong>Замени</strong> дял с %1.
-
+ <strong>Ръчно</strong> поделяне.
-
+ Инсталирай %1 <strong>заедно</strong> с друга операционна система на диск <strong>%2</strong> (%3).
-
+ <strong>Изтрий</strong> диск <strong>%2</strong> (%3) и инсталирай %1.
-
+ <strong>Замени</strong> дял на диск <strong>%2</strong> (%3) с %1.
-
+ <strong>Ръчно</strong> поделяне на диск <strong>%1</strong> (%2).
-
+ Диск <strong>%1</strong> (%2)
-
+ Сегашен:
-
+ След:
-
+ Няма конфигуриран EFI системен дял
-
+
-
+
-
+ Не е зададен флаг на EFI системен дял
-
+
-
+
-
+ Липсва криптиране на дял за начално зареждане
-
+
-
+
-
+
@@ -2669,17 +2684,17 @@ The installer will quit and all changes will be lost.
PreserveFiles
-
+
-
+
-
+
@@ -3162,29 +3177,29 @@ Output:
SetKeyboardLayoutJob
-
+ Постави модела на клавиатурата на %1, оформлението на %2-%3
-
+ Неуспешно записването на клавиатурна конфигурация за виртуалната конзола.
-
-
-
+
+
+ Неуспешно записване върху %1
-
+ Неуспешно записване на клавиатурна конфигурация за X11.
-
+ Неуспешно записване на клавиатурна конфигурация в съществуващата директория /etc/default.
@@ -3417,28 +3432,28 @@ Output:
TrackingKUserFeedbackJob
-
+
-
+
-
-
+
+
-
+
-
+
@@ -3446,28 +3461,28 @@ Output:
TrackingMachineUpdateManagerJob
-
+
-
+
-
-
+
+
-
+
-
+
@@ -3526,47 +3541,17 @@ Output:
UsersPage
-
+
-
+
-
-
- Вашето потребителско име е твърде дълго.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Вашето име на хоста е твърде кратко.
-
-
-
-
- Вашето име на хоста е твърде дълго.
-
-
-
-
-
-
-
-
+ Паролите Ви не съвпадат!
@@ -3574,7 +3559,7 @@ Output:
UsersViewStep
-
+ Потребители
@@ -3787,19 +3772,19 @@ Output:
i18n
-
+
-
+
+ The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
-
+
@@ -3807,44 +3792,44 @@ Output:
keyboardq
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
+
-
+
-
+
@@ -3852,17 +3837,7 @@ Output:
localeq
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/lang/calamares_bn.ts b/lang/calamares_bn.ts
index bd1c887c2..1c279ae56 100644
--- a/lang/calamares_bn.ts
+++ b/lang/calamares_bn.ts
@@ -6,17 +6,17 @@
-
+ এই সিস্টেমের <strong>বুট পরিবেশ</strong>।<br><br> পুরাতন x86 সিস্টেম শুধুমাত্র <strong>BIOS</strong> সমর্থন কর<br> আধুনিক সিস্টেম সাধারণত <strong>EFI</strong> ব্যবহার করে, কিন্তু যদি সামঞ্জস্যতা মোডে শুরু হয় তাহলে BIOS হিসেবেও প্রদর্শিত হতে পারে।
-
+ এই সিস্টেম একটি <strong>EFI</strong> বুট পরিবেশ দিয়ে শুরু হয়েছিল।<br><br> একটি EFI পরিবেশ থেকে স্টার্টআপ কনফিগার করতে, এই ইনস্টলার অবশ্যই একটি <strong>EFI সিস্টেম পার্টিশনে</strong> <strong>GRUB</strong> বা <strong>systemd-boot </strong> এর মত একটি বুট লোডার অ্যাপ্লিকেশন প্রয়োগ করতে হবে। এটি স্বয়ংক্রিয়, যদি না আপনি ম্যানুয়াল পার্টিশনিং নির্বাচন করেন, সেক্ষেত্রে আপনাকে অবশ্যই এটি বেছে নিতে হবে অথবা এটি নিজে তৈরি করতে হবে।
-
+ এই সিস্টেম একটি <strong>BIOS</strong> বুট পরিবেশ দিয়ে শুরু হয়েছিল।<br><br>একটি BIOS পরিবেশ থেকে স্টার্টআপ কনফিগার করতে, এই ইনস্টলার অবশ্যই GRUB এর মত একটি পার্টিশনের শুরুতে অথবা পার্টিশন টেবিলের শুরুতে মাস্টার বুট রেকর্ডে (পছন্দনীয়) মত একটি বুট লোডার ইনস্টল করতে হবে। এটি স্বয়ংক্রিয়, যদি না আপনি ম্যানুয়াল পার্টিশনিং নির্বাচন করেন, সেক্ষেত্রে আপনাকে অবশ্যই এটি নিজেই সেট আপ করতে হবে।
@@ -39,12 +39,12 @@
-
+ একটি বুট লোডার ইনস্টল করবেন না
-
+ %1 (%2)
@@ -60,22 +60,22 @@
-
+ ফর্ম
-
+ গ্লোবাল স্টোরেজ
-
+ জব লাইন
-
+ মডিউলগুলো
@@ -111,7 +111,7 @@
-
+ তথ্য ডিবাগ করুন
@@ -124,7 +124,7 @@
-
+ ইনস্টল করুন
@@ -171,7 +171,7 @@
-
+ কমান্ড %1 %2 চলছে
@@ -179,22 +179,22 @@
-
+ %1 ক্রিয়াকলাপ চলছে।
- খারাপ ওয়ার্কিং ডিরেক্টরি পাথ
+ ওয়ার্কিং ডিরেক্টরি পাথ ভালো নয়
- ওয়ার্কিং ডিরেক্টরি 1% পাইথন কাজের জন্য % 2 পাঠযোগ্য নয়।
+ ওয়ার্কিং ডিরেক্টরি 1% পাইথন কাজের জন্য %2 পাঠযোগ্য নয়।
- খারাপ প্রধান স্ক্রিপ্ট ফাইল
+ প্রধান স্ক্রিপ্ট ফাইল ভালো নয়
@@ -220,7 +220,7 @@
-
+
@@ -257,173 +257,174 @@
Calamares::ViewManager
-
+
-
+
- ইনস্টলেশন ব্যর্থ হয়েছে
+ ইনস্টলেশন ব্যর্থ হলো
-
+
-
+ ত্রুটি
-
-
+
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+ সেটআপ চালিয়ে যেতে চান?
-
+
-
+
-
+
-
+ %1 ইনস্টলার %2 সংস্থাপন করতে আপনার ডিস্কে পরিবর্তন করতে যাচ্ছে।
-
+
-
+
-
+ এবংএখনই ইনস্টল করুন
-
+
-
+ এবংফিরে যান
-
+
-
+
-
+
-
+
-
+
-
+
-
+ এবং পরবর্তী
-
+ এবং পেছনে
-
+
-
+
-
+ এবংবাতিল করুন
-
+
-
+
-
+ ইনস্টলেশন বাতিল করবেন?
-
+
-
+
-
+ আপনি কি সত্যিই বর্তমান সংস্থাপন প্রক্রিয়া বাতিল করতে চান?
+ইনস্টলার টি বন্ধ হয়ে যাবে এবং সকল পরিবর্তন হারিয়ে যাবে।
@@ -431,22 +432,22 @@ The installer will quit and all changes will be lost.
- অজানা ব্যতিক্রম প্রকার
+ অজানা ধরনের ব্যতিক্রম
- আনপারসেবল পাইথন ত্রুটি
+ অতুলনীয় পাইথন ত্রুটি
- আনপারসেবল পাইথন ট্রেসব্যাক
+ অতুলনীয় পাইথন ট্রেসব্যাক
- অপরিবর্তনীয় পাইথন ত্রুটি।
+ অতুলনীয় পাইথন ত্রুটি।
@@ -463,7 +464,7 @@ The installer will quit and all changes will be lost.
-
+ ডিবাগ তথ্য দেখান
@@ -478,15 +479,15 @@ The installer will quit and all changes will be lost.
-
+ এবংবাতিল করুন
-
+
-
+ 1% ইনস্টল
@@ -496,7 +497,7 @@ The installer will quit and all changes will be lost.
-
+ সিস্টেম তথ্য সংগ্রহ করা হচ্ছে...
@@ -504,137 +505,137 @@ The installer will quit and all changes will be lost.
-
+ ফর্ম
-
+ স্টোরেজ ডিএবংভাইস নির্বাচন করুন:
-
-
-
+
+
+
-
+ বর্তমান:
-
+ পরে:
-
+
-
+
-
+
-
+ <strong>সংকুচিত করার জন্য একটি পার্টিশন নির্বাচন করুন, তারপর নিচের বারটি পুনঃআকারের জন্য টেনে আনুন</strong>
-
+
-
+
-
+ বুট লোডার অবস্থান:
-
+
-
+ <strong>ইনস্টল করতে একটি পার্টিশন নির্বাচন করুন</strong>
-
+
-
+
-
+ %1 এ EFI সিস্টেম পার্টিশন %2 শুরু করার জন্য ব্যবহার করা হবে।
-
+
-
+ EFI সিস্টেম পার্টিশন:
-
+
-
+ এই স্টোরেজ ডিভাইসে কোন অপারেটিং সিস্টেম আছে বলে মনে হয় না। তুমি কি করতে চাও? <br/>স্টোরেজ ডিভাইসে কোন পরিবর্তন করার আগে আপনি আপনার পছন্দপর্যালোচনা এবং নিশ্চিত করতে সক্ষম হবেন।
-
-
-
-
+
+
+
+
-
+ <strong>ডিস্ক মুছে ফেলুন</strong> <br/>এটি বর্তমানে নির্বাচিত স্টোরেজ ডিভাইসে উপস্থিত সকল উপাত্ত <font color="red">মুছে ফেলবে</font>।
-
-
-
-
+
+
+
+
-
+ <strong>ইনস্টল করুন পাশাপাশি</strong> <br/>ইনস্টলার %1 এর জন্য জায়গা তৈরি করতে একটি পার্টিশন সংকুচিত করবে।
-
-
-
-
+
+
+
+
-
+ <strong>একটি পার্টিশন প্রতিস্থাপন করুন</strong><br/>%1-এর সাথে একটি পার্টিশন প্রতিস্থাপন করে।
-
+
-
+ এই সঞ্চয় যন্ত্রটিতে %1 আছে। তুমি কি করতে চাও? <br/>স্টোরেজ ডিভাইসে কোন পরিবর্তন করার আগে আপনি আপনার পছন্দপর্যালোচনা এবং নিশ্চিত করতে সক্ষম হবেন।
-
+
-
+ এই স্টোরেজ ডিভাইসে ইতোমধ্যে একটি অপারেটিং সিস্টেম আছে। তুমি কি করতে চাও? <br/>স্টোরেজ ডিভাইসে কোন পরিবর্তন করার আগে আপনি আপনার পছন্দপর্যালোচনা এবং নিশ্চিত করতে সক্ষম হবেন.
-
+
-
+ এই স্টোরেজ ডিভাইসে একাধিক অপারেটিং সিস্টেম আছে। তুমি কি করতে চাও? <br/>স্টোরেজ ডিভাইসে কোন পরিবর্তন করার আগে আপনি আপনার পছন্দপর্যালোচনা এবং নিশ্চিত করতে সক্ষম হবেন.
-
+
-
+
-
+
-
+
-
+
@@ -642,42 +643,42 @@ The installer will quit and all changes will be lost.
ClearMountsJob
-
+
-
+ %1 এ পার্টিশনিং অপারেশনের জন্য মাউন্ট গুলি মুছে ফেলুন
-
+
-
+ %1-এ পার্টিশনিং অপারেশনের জন্য মাউন্ট মুছে ফেলা হচ্ছে।
-
+
-
+ %1-এর জন্য সকল মাউন্ট মুছে ফেলা হয়েছেClearTempMountsJob
-
+
-
+ সব অস্থায়ী মাউন্ট পরিষ্কার করুন।
-
+
-
+ সব অস্থায়ী মাউন্ট পরিষ্কার করা হচ্ছে।
-
+
-
+ অস্থায়ী মাউন্টের তালিকা পাওয়া যাচ্ছে না।
-
+
-
+ সব অস্থায়ী মাউন্ট পরিষ্কার করা হয়েছে.
@@ -702,30 +703,30 @@ The installer will quit and all changes will be lost.
Config
-
+
-
+ %1-এ কীবোর্ড নকশা নির্ধারণ করুন।
-
+
+ %1/%2 এ কীবোর্ড বিন্যাস নির্ধারণ করুন।
+
+
+
+
-
+
-
+
-
-
-
-
-
@@ -791,6 +792,46 @@ The installer will quit and all changes will be lost.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ContextualProcessJob
@@ -810,7 +851,7 @@ The installer will quit and all changes will be lost.
-
+ আএবংকার
@@ -820,22 +861,22 @@ The installer will quit and all changes will be lost.
- পার্টিশন এবং প্রকার:
+ পার্টিশন এবংধরন:
- এবং প্রাথমিক
+ এবংপ্রাথমিক
- সম্প্রসারিত
+ বএবংর্ধিত
-
+ ফাএবংইল সিস্টেম:
@@ -845,7 +886,7 @@ The installer will quit and all changes will be lost.
- এবং মাউন্ট পয়েন্ট:
+ এবংমাউন্ট পয়েন্ট:
@@ -860,17 +901,17 @@ The installer will quit and all changes will be lost.
-
+ যৌক্তিক
-
+ প্রাথমিক
-
+ জিপিটি
@@ -893,12 +934,12 @@ The installer will quit and all changes will be lost.
-
+ %2-এ নতুন %1 পার্টিশন তৈরি করা হচ্ছে।
-
+ ইনস্টলার '%1' ডিস্কে পার্টিশন তৈরি করতে ব্যর্থ হয়েছে।
@@ -906,27 +947,27 @@ The installer will quit and all changes will be lost.
-
+ পার্টিশন টেবিল তৈরি করুন
-
+ একটি নতুন পার্টিশন টেবিল তৈরি করলে ডিস্কের সকল বিদ্যমান উপাত্ত মুছে যাবে।
-
+ আপনি কি ধরনের পার্টিশন টেবিল তৈরি করতে চান?
-
+ মাস্টার বুট রেকর্ড (এমবিআর)
-
+ জিইউআইডি পার্টিশন টেবিল (জিপিটি)
@@ -934,60 +975,50 @@ The installer will quit and all changes will be lost.
-
+ %2-এ নতুন %1 পার্টিশন টেবিল তৈরি করুন।
-
+ <strong>%2</strong> (%3) এ নতুন <strong>%1</strong> পার্টিশন টেবিল তৈরি করুন।
-
+ %2 এ নতুন %1 পার্টিশন টেবিল তৈরি করা হচ্ছে।
-
+ ইনস্টলার %1 এ একটি পার্টিশন টেবিল তৈরি করতে ব্যর্থ হয়েছে।CreateUserJob
-
+
-
+ %1 ব্যবহারকারী তৈরি করুন
-
+
-
+ ব্যবহারকারী %1 তৈরি করুন।
-
+
-
+ ব্যবহারকারী %1 তৈরি করা হচ্ছে।
-
-
-
-
-
-
+
-
+ লেখার জন্য sudoers ফাইল তৈরি করা যাবে না।
-
+
-
-
-
-
-
-
+ Sudoers ফাইল chmod করা যাবে না।
@@ -1045,22 +1076,22 @@ The installer will quit and all changes will be lost.
-
+ পার্টিশন %1 মুছে ফেলুন।
-
+ পার্টিশন <strong>%1</strong> মুছে ফেলুন।
-
+ পার্টিশন %1 মুছে ফেলা হচ্ছে।
-
+ ইনস্টলার %1 পার্টিশন মুছে ফেলতে ব্যর্থ হয়েছে।
@@ -1068,22 +1099,22 @@ The installer will quit and all changes will be lost.
-
+ এই যন্ত্রটির একটি <strong>%1</strong> পার্টিশন টেবিল আছে।
-
+ এটি একটি <strong>লুপ</strong> ডিভাইস।<br><br>এটি একটি ছদ্ম-ডিভাইস যার কোন পার্টিশন টেবিল নেই যা একটি ফাইলকে ব্লক ডিভাইস হিসেবে অ্যাক্সেসযোগ্য করে তোলে। এই ধরনের উপস্থাপনা সাধারণত শুধুমাত্র একটি একক ফাইলসিস্টেম ধারণ করে।
-
+ এই ইনস্টলার নির্বাচিত সঞ্চয় ডিভাইসে <strong>একটি পার্টিশন টেবিল শনাক্ত করতে পারে না</strong>।<br> <br>ডিভাইসটির কোন পার্টিশন টেবিল নেই, অথবা পার্টিশন টেবিলটি দূষিত অথবা একটি অজানা ধরনের।<br> এই ইনস্টলার আপনার জন্য একটি নতুন পার্টিশন টেবিল তৈরি করতে পারে, হয় স্বয়ংক্রিয়ভাবে, অথবা ম্যানুয়াল পার্টিশনিং পৃষ্ঠার মাধ্যমে।
-
+ <br><br>এটি আধুনিক সিস্টেমের জন্য প্রস্তাবিত পার্টিশন টেবিলের ধরন যা একটি <strong>EFI</strong> বুট পরিবেশ থেকে শুরু হয়।
@@ -1093,7 +1124,7 @@ The installer will quit and all changes will be lost.
-
+ নির্বাচিত স্টোরেজ ডিভাইসে <strong>পার্টিশন টেবিলে</strong>র ধরন। <br><br>পার্টিশন টেবিলের ধরন পরিবর্তনের একমাত্র উপায় হল স্ক্র্যাচ থেকে পার্টিশন টেবিল মুছে ফেলা এবং পুনরায় তৈরি করা, যা স্টোরেজ ডিভাইসের সমস্ত ডাটা ধ্বংস করে।<br> এই ইনস্টলার বর্তমান পার্টিশন টেবিল রাখবে যদি না আপনি স্পষ্টভাবে অন্যভাবে নির্বাচন করেন. যদি অনিশ্চিত থাকেন, আধুনিক সিস্টেমে জিপিটি অগ্রাধিকার দেওয়া হয়।
@@ -1102,7 +1133,7 @@ The installer will quit and all changes will be lost.
device[name] - size[number] (device-node[name])
-
+ %1 - %2 (%3)
@@ -1142,27 +1173,27 @@ The installer will quit and all changes will be lost.
-
+ বিদ্যমান পার্টিশন সম্পাদনা করুন
-
+ বিষয়বস্তু:
-
+ এবংরাখুন
-
+ বিন্যাস
-
+ সতর্কীকরণ: পার্টিশন ফরম্যাট করলে সমস্ত বিদ্যমান উপাত্ত মুছে ফেলবে।
@@ -1172,7 +1203,7 @@ The installer will quit and all changes will be lost.
-
+ আএবংকার
@@ -1182,7 +1213,7 @@ The installer will quit and all changes will be lost.
-
+ ফাএবংইল সিস্টেম:
@@ -1200,7 +1231,7 @@ The installer will quit and all changes will be lost.
-
+ ফর্ম
@@ -1226,39 +1257,39 @@ The installer will quit and all changes will be lost.
FillGlobalStorageJob
-
+
-
+ পার্টিশন তথ্য নির্ধারণ করুন
-
+
-
+ <strong>নতুন</strong> %2 সিস্টেম পার্টিশনে %1 সংস্থাপন করুন।
-
+
-
+ মাউন্ট বিন্দু <strong>%1</strong> দিয়ে <strong>নতুন</strong> %2 পার্টিশন বিন্যাস করুন।
-
+
-
+ %3 সিস্টেম পার্টিশন <strong>%1</strong> এ %2 ইনস্টল করুন।
-
+
-
+ %3 পার্টিশন <strong>%1</strong> মাউন্ট বিন্দু <strong>%2</strong> দিয়ে বিন্যাস করুন।
-
+
-
+ <strong>%1</strong> এ বুট লোডার ইনস্টল করুন।
-
+
-
+ মাউন্ট পয়েন্ট সেট আপ করা হচ্ছে।
@@ -1266,12 +1297,12 @@ The installer will quit and all changes will be lost.
-
+ ফর্ম
-
+ এবংএখন আবার চালু করুন
@@ -1286,7 +1317,7 @@ The installer will quit and all changes will be lost.
-
+ <h1>সব শেষ।</h1><br/>%1 আপনার কম্পিউটারে সংস্থাপন করা হয়েছে।<br/>আপনি এখন আপনার নতুন সিস্টেমে পুনর্সূচনা করতে পারেন, অথবা %2 লাইভ পরিবেশ ব্যবহার চালিয়ে যেতে পারেন।
@@ -1309,7 +1340,7 @@ The installer will quit and all changes will be lost.
-
+ শেষ করুন
@@ -1347,12 +1378,12 @@ The installer will quit and all changes will be lost.
-
+ ফাইল সিস্টেম %2 দিয়ে পার্টিশন %1 বিন্যাস করা হচ্ছে।
-
+ ইনস্টলার '%2' ডিস্কে %1 পার্টিশন বিন্যাস করতে ব্যর্থ হয়েছে।
@@ -1493,7 +1524,7 @@ The installer will quit and all changes will be lost.
-
+ স্ক্রিপ্ট কার্যকর করা হচ্ছে: <code>%1</code>
@@ -1501,20 +1532,20 @@ The installer will quit and all changes will be lost.
-
+ স্ক্রিপ্টKeyboardPage
-
+
-
+ %1 এ কীবোর্ড নকশা নির্ধারণ করুন।
-
+
-
+ %1/%2 এ কীবোর্ড বিন্যাস নির্ধারণ করুন।
@@ -1522,7 +1553,7 @@ The installer will quit and all changes will be lost.
-
+ কীবোর্ড
@@ -1530,7 +1561,7 @@ The installer will quit and all changes will be lost.
-
+ কীবোর্ড
@@ -1538,17 +1569,17 @@ The installer will quit and all changes will be lost.
-
+ সিস্টেম লোকেল সেটিং
-
+ সিস্টেম স্থানীয় বিন্যাসন কিছু কমান্ড লাইন ব্যবহারকারী ইন্টারফেস উপাদানের জন্য ভাষা এবং অক্ষর সেট কে প্রভাবিত করে. <br/>বর্তমান বিন্যাসন <strong>%1</strong>।
-
+ এবংবাতিল করুন
@@ -1561,7 +1592,7 @@ The installer will quit and all changes will be lost.
-
+ ফর্ম
@@ -1569,32 +1600,32 @@ The installer will quit and all changes will be lost.
-
+
-
+ আমি উপরের শর্তাবলী মেনে নিচ্ছি।
-
+
-
+
-
+
-
+
-
+
@@ -1604,7 +1635,7 @@ The installer will quit and all changes will be lost.
-
+ লাইসেন্স
@@ -1670,51 +1701,36 @@ The installer will quit and all changes will be lost.
LocalePage
-
+
-
+ অঞ্চল:
-
+
-
+ বলয়:
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ এবংপরিবর্তন করুন...LocaleQmlViewStep
-
+
-
+ অবস্থানLocaleViewStep
-
+
-
+ অবস্থান
@@ -1774,7 +1790,7 @@ The installer will quit and all changes will be lost.
Map
-
+
@@ -2175,7 +2191,7 @@ The installer will quit and all changes will be lost.
-
+
@@ -2185,7 +2201,7 @@ The installer will quit and all changes will be lost.
-
+ ফর্ম
@@ -2226,7 +2242,7 @@ The installer will quit and all changes will be lost.
-
+ নাম
@@ -2239,17 +2255,17 @@ The installer will quit and all changes will be lost.
-
+ ফর্ম
-
+ কীবোর্ড নকশা:
-
+ আপনার কীবোর্ড পরীক্ষা করতে এখানে টাইপ করুন
@@ -2257,12 +2273,12 @@ The installer will quit and all changes will be lost.
-
+ ফর্ম
-
+ আপনার নাম কি?
@@ -2272,7 +2288,7 @@ The installer will quit and all changes will be lost.
-
+ লগ-ইন করতে আপনি কোন নাম ব্যবহার করতে চান?
@@ -2282,12 +2298,12 @@ The installer will quit and all changes will be lost.
-
+ এই কম্পিউটারের নাম কি?
-
+ <small>আপনি যদি কম্পিউটারটিকে অন্যদের কাছে একটি নেটওয়ার্কে দৃশ্যমান করেন তাহলে এই নামটি ব্যবহার করা হবে।</small>
@@ -2297,13 +2313,13 @@ The installer will quit and all changes will be lost.
-
+ আপনার অ্যাকাউন্ট সুরক্ষিত রাখতে একটি পাসওয়ার্ড নির্বাচন করুন।
-
+ <small>একই পাসওয়ার্ড দুইবার প্রবেশ করান, যাতে এটি টাইপিং ত্রুটির জন্য পরীক্ষা করা যেতে পারে। একটি ভাল পাসওয়ার্ড অক্ষর, সংখ্যা এবং বিরামচিহ্নের একটি মিশ্রণ ধারণ করবে, অন্তত আট অক্ষর দীর্ঘ হওয়া উচিত, এবং নিয়মিত বিরতিতে পরিবর্তন করা উচিত।</small>
@@ -2330,23 +2346,23 @@ The installer will quit and all changes will be lost.
-
+ পাসওয়ার্ড না চাইলে স্বয়ংক্রিয়ভাবে লগ ইন করুন।
-
+ প্রশাসক হিসাবের জন্য একই গুপ্ত-সংকেত ব্যবহার করুন।
-
+ প্রশাসক হিসাবের জন্য একটি পাসওয়ার্ড নির্বাচন করুন।
-
+ <small>একই পাসওয়ার্ড দুইবার প্রবেশ করান, যাতে এটি টাইপিং ত্রুটির জন্য পরীক্ষা করা যেতে পারে।</small>
@@ -2354,43 +2370,43 @@ The installer will quit and all changes will be lost.
-
+ রুট
-
+ বাড়ি
-
+ বুট
-
+ ইএফআই সিস্টেম
-
+ অদলবদল
-
+ %1 এর জন্য নতুন পার্টিশন
-
+ নতুন পার্টিশনsize[number] filesystem[name]
-
+ %1 %2
@@ -2399,33 +2415,33 @@ The installer will quit and all changes will be lost.
-
+ খালি জায়গা
-
+ নতুন পার্টিশন
-
+ নাম
-
+ নথি ব্যবস্থা
-
+ মাউন্ট পয়েন্ট
-
+ আকার
@@ -2433,22 +2449,22 @@ The installer will quit and all changes will be lost.
-
+ ফর্ম
-
+ স্টোরেজ ডিএবংভাইস
-
+ এবংসকল পরিবর্তন ফিরিয়ে দিন
-
+ নতুন পার্টিশন এবংটেবিল
@@ -2458,12 +2474,12 @@ The installer will quit and all changes will be lost.
-
+ এবংসম্পাদনা করুন
-
+ এবংমুছে ফেলুন
@@ -2493,7 +2509,7 @@ The installer will quit and all changes will be lost.
-
+ আপনি কি নিশ্চিত যে আপনি %1 এ একটি নতুন পার্টিশন টেবিল তৈরি করতে চান?
@@ -2511,115 +2527,115 @@ The installer will quit and all changes will be lost.
-
+ সিস্টেম তথ্য সংগ্রহ করা হচ্ছে...
-
+
-
+ পার্টিশনগুলো
-
+
-
+ অন্য অপারেটিং সিস্টেমের <strong>পাশাপাশি</strong> %1 ইনস্টল করুন।
-
+
-
+ ডিস্ক <strong>মুছে ফেলুন</strong> এবং %1 সংস্থাপন করুন।
-
+
-
+ %1 দিয়ে একটি পার্টিশন <strong>প্রতিস্থাপন করুন</strong>।
-
+
-
+ <strong>ম্যানুয়াল</strong> পার্টিশনিং।
-
+
-
+ <strong>%2</strong> (%3) ডিস্কে অন্য অপারেটিং সিস্টেমের <strong>পাশাপাশি</strong> %1 ইনস্টল করুন।
-
+
-
+ ডিস্ক <strong>%2</strong> (%3) <strong>মুছে ফেলুন</strong> এবং %1 সংস্থাপন করুন।
-
+
-
+ %1 দিয়ে <strong>%2</strong> (%3) ডিস্কে একটি পার্টিশন <strong>প্রতিস্থাপন করুন</strong>।
-
+
-
+ <strong>%1</strong> (%2) ডিস্কে <strong>ম্যানুয়াল</strong> পার্টিশন করা হচ্ছে।
-
+
-
+ ডিস্ক <strong>%1</strong> (%2)
-
+
-
+ বর্তমান:
-
+
-
+ পরে:
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -2643,7 +2659,7 @@ The installer will quit and all changes will be lost.
-
+ ফর্ম
@@ -2667,17 +2683,17 @@ The installer will quit and all changes will be lost.
PreserveFiles
-
+
-
+
-
+
@@ -2753,22 +2769,22 @@ Output:
-
+ %1 (%2)
-
+ অজানা
-
+ বর্ধিত
-
+ অবিন্যাসিত
@@ -2778,13 +2794,13 @@ Output:
-
+ পূর্বনির্ধারিত কীবোর্ডের নকশা
-
+ পূর্বনির্ধারিত
@@ -2822,7 +2838,7 @@ Output:
-
+ অবিভাজনকৃত স্থান বা অজানা পার্টিশন টেবিল
@@ -2866,74 +2882,74 @@ Output:
-
+ ফর্ম
-
+ %1 কোথায় সংস্থাপন করতে হবে তা নির্বাচন করুন।<br/><font color="red"> সতর্কীকরণ: </font>এটি নির্বাচিত পার্টিশনের সকল ফাইল মুছে ফেলবে।
-
+ নির্বাচিত বিষয়োপকরণটি একটি বৈধ পার্টিশন বলে মনে হচ্ছে না।
-
+ %1 ফাঁকা স্থানে সংস্থাপন করা যাবে না। অনুগ্রহ করে একটি বিদ্যমান পার্টিশন নির্বাচন করুন।
-
+ %1 একটি বর্ধিত পার্টিশনে সংস্থাপন করা যাবে না। অনুগ্রহ করে একটি বিদ্যমান প্রাথমিক বা যৌক্তিক বিভাজন নির্বাচন করুন।
-
+ %1 এই পার্টিশনে সংস্থাপন করা যাবে না।
-
+ ডাটা পার্টিশন (%1)
-
+ অজানা সিস্টেম পার্টিশন (%1)
-
+ %1 সিস্টেম পার্টিশন (%2)
-
+ <strong>%4</strong><br/><br/>%1 পার্টিশন %2 এর জন্য খুবই ছোট। অনুগ্রহ করে কমপক্ষে %3 GiB ধারণ ক্ষমতা সম্পন্ন একটি পার্টিশন নির্বাচন করুন।
-
+ <strong>%2</strong><br/><br/> একটি EFI সিস্টেম পার্টিশন এই সিস্টেমের কোথাও খুঁজে পাওয়া যাবে না। অনুগ্রহ করে ফিরে যান এবং %1 সেট আপ করতে ম্যানুয়াল পার্টিশনিং ব্যবহার করুন।
-
+ <strong>%3</strong><br/><br/>%1 %2-এ ইনস্টল করা হবে।<br/><font color="red"> সতর্কীকরণ: </font>%2 পার্টিশনের সকল উপাত্ত হারিয়ে যাবে।
-
+ %1 এ EFI সিস্টেম পার্টিশন %2 শুরু করার জন্য ব্যবহার করা হবে।
-
+ EFI সিস্টেম পার্টিশন:
@@ -3025,7 +3041,7 @@ Output:
-
+ পার্টিশন %1 পুনঃআকার করুন।
@@ -3040,7 +3056,7 @@ Output:
-
+ ইনস্টলার '%2' ডিস্কে %1 পার্টিশন পুনঃআকার করতে ব্যর্থ হয়েছে।
@@ -3116,12 +3132,12 @@ Output:
-
+ স্টোরেজ ডিভাইস স্ক্যান করা হচ্ছে...
-
+ পার্টিশন করা হচ্ছে
@@ -3129,57 +3145,57 @@ Output:
-
+ হোস্টের নাম %1 নির্ধারণ করুন
-
+ হোস্টনাম <strong>%1</strong> নির্ধারণ করুন।
-
+ হোস্টনাম %1 নির্ধারণ করা হচ্ছে।
-
+ অভ্যন্তরীণ ত্রুটি
-
+ লক্ষ্য ব্যবস্থায় হোস্টের নাম লেখা যাচ্ছে নাSetKeyboardLayoutJob
-
+
-
-
-
-
-
-
+ কীবোর্ড মডেলটিকে %1, লেআউটটিকে %2-%3 এ সেট করুন
-
-
+
+ ভার্চুয়াল কনসোলের জন্য কীবোর্ড কনফিগারেশন লিখতে ব্যর্থ হয়েছে।
+
+
+
+
+
-
+ %1 এ লিখতে ব্যর্থ
-
+
-
+ X11 এর জন্য কীবোর্ড কনফিগারেশন লিখতে ব্যর্থ হয়েছে।
-
+
@@ -3272,22 +3288,22 @@ Output:
-
+ ব্যবহারকারীর জন্য গুপ্ত-সংকেত নির্ধারণ করুন % 1
-
+ ব্যবহারকারীর %1-এর জন্য গুপ্ত-সংকেত নির্ধারণ করা হচ্ছে।
-
+ খারাপ গন্তব্য সিস্টেম পথ।
-
+ রুটমাউন্টপয়েন্টটি % 1
@@ -3302,12 +3318,12 @@ Output:
-
+ % 1 ব্যবহারকারীর জন্য পাসওয়ার্ড নির্ধারণ করা যাচ্ছে না।
-
+ %1 ত্রুটি কোড দিয়ে ব্যবহারকারীমোড সমাপ্ত করা হয়েছে।
@@ -3315,37 +3331,37 @@ Output:
-
+ %1/%2 এ সময়অঞ্চল নির্ধারণ করুন
-
+ নির্বাচিত সময়অঞ্চল পথে প্রবেশ করতে পারে না।
-
+ খারাপ পথ: %1
-
+ সময়অঞ্চল নির্ধারণ করা যাচ্ছে না।
-
+ লিংক তৈরি ব্যর্থ হয়েছে, লক্ষ্য: %1; লিংকের নাম: %2
-
+ সময়অঞ্চল নির্ধারণ করা যাচ্ছে না,
-
+ লেখার জন্য /ইত্যাদি/সময়অঞ্চল খোলা যাচ্ছে না
@@ -3375,7 +3391,7 @@ Output:
-
+ আপনি ইনস্টল প্রক্রিয়া শুরু করার পর কি হবে তার একটি পর্যালোচনা।
@@ -3383,7 +3399,7 @@ Output:
-
+ সারাংশ
@@ -3412,28 +3428,28 @@ Output:
TrackingKUserFeedbackJob
-
+
-
+
-
-
+
+
-
+
-
+
@@ -3441,28 +3457,28 @@ Output:
TrackingMachineUpdateManagerJob
-
+
-
+
-
-
+
+
-
+
-
+
@@ -3472,7 +3488,7 @@ Output:
-
+ ফর্ম
@@ -3521,57 +3537,27 @@ Output:
UsersPage
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
+ আপনার পাসওয়ার্ড মেলে না!UsersViewStep
-
+
-
+ ব্যবহারকারীরা
@@ -3645,7 +3631,7 @@ Output:
-
+ ফর্ম
@@ -3656,7 +3642,7 @@ Output:
-
+ এবংসম্পর্কে
@@ -3676,7 +3662,7 @@ Output:
-
+ এবংসহায়তা
@@ -3686,7 +3672,7 @@ Output:
-
+ এবংপরিচিত বিষয়গুলো
@@ -3696,7 +3682,7 @@ Output:
-
+ এবংনোট প্রকাশ করুন
@@ -3716,12 +3702,12 @@ Output:
-
+ <h1>%1 ইনস্টলারে স্বাগতম।</h1>
-
+ %1 সহায়তা
@@ -3731,7 +3717,7 @@ Output:
-
+ %1 ইনস্টলার সম্পর্কে
@@ -3744,7 +3730,7 @@ Output:
-
+ স্বাগতম
@@ -3752,7 +3738,7 @@ Output:
-
+ স্বাগতম
@@ -3782,19 +3768,19 @@ Output:
i18n
-
+
-
+
+ The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
-
+
@@ -3802,44 +3788,44 @@ Output:
keyboardq
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
+
-
+
-
+
@@ -3847,17 +3833,7 @@ Output:
localeq
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/lang/calamares_ca.ts b/lang/calamares_ca.ts
index 66f10c019..94cf93a99 100644
--- a/lang/calamares_ca.ts
+++ b/lang/calamares_ca.ts
@@ -220,7 +220,7 @@
Pas QML <i>%1</i>.
-
+ Ha fallat la càrrega.
@@ -257,171 +257,171 @@
Calamares::ViewManager
-
+ Ha fallat la configuració.
-
+ La instal·lació ha fallat.
-
+ Voleu enganxar el registre d'instal·lació a la xarxa?
-
+ Error
-
-
+
+ &Sí
-
-
+
+ &No
-
+ Tan&ca
-
+ URL de publicació del registre d'instal·lació
-
+ La càrrega no s'ha fet correctament. No s'ha enganxat res a la xarxa.
-
+ Ha fallat la inicialització de Calamares
-
+ No es pot instal·lar %1. El Calamares no ha pogut carregar tots els mòduls configurats. Aquest és un problema amb la manera com el Calamares és utilitzat per la distribució.
-
+ <br/>No s'han pogut carregar els mòduls següents:
-
+ Voleu continuar la configuració?
-
+ Voleu continuar la instal·lació?
-
+ El programa de configuració %1 està a punt de fer canvis al disc per tal de configurar %2.<br/><strong>No podreu desfer aquests canvis.</strong>
-
+ L'instal·lador per a %1 està a punt de fer canvis al disc per tal d'instal·lar-hi %2.<br/><strong>No podreu desfer aquests canvis.</strong>
-
+ Con&figura-ho ara
-
+ &Instal·la'l ara
-
+ Ves &enrere
-
+ Con&figura-ho
-
+ &Instal·la
-
+ La configuració s'ha acabat. Tanqueu el programa de configuració.
-
+ La instal·lació s'ha acabat. Tanqueu l'instal·lador.
-
+ Cancel·la la configuració sense canviar el sistema.
-
+ Cancel·leu la instal·lació sense canviar el sistema.
-
+ &Següent
-
+ &Enrere
-
+ &Fet
-
+ &Cancel·la
-
+ Voleu cancel·lar la configuració?
-
+ Voleu cancel·lar la instal·lació?
-
+ Realment voleu cancel·lar el procés de configuració actual?
El programa de configuració es tancarà i es perdran tots els canvis.
-
+ Voleu cancel·lar el procés d'instal·lació actual?
@@ -484,12 +484,12 @@ L'instal·lador es tancarà i tots els canvis es perdran.&Cancel·la
-
+ Programa de configuració %1
-
+ Instal·lador de %1
@@ -516,9 +516,9 @@ L'instal·lador es tancarà i tots els canvis es perdran.
-
-
-
+
+
+ Actual:
@@ -529,115 +529,115 @@ L'instal·lador es tancarà i tots els canvis es perdran.
-
- <strong>Particons manuals</strong><br/>Podeu crear o canviar de mida les particions manualment. Cal tenir una taula de particions GPT i <strong>una partició /boot de fat32 i 512 Mb per a instal·lacions amb UEFI</strong>. O bé n'useu una d'existent sense formatar-la o bé en creeu una.
+
+ <strong>Particions manuals</strong><br/>Podeu crear o canviar la mida de les particions vosaltres mateixos.
-
+ Reutilitza %1 com a partició de l'usuari per a %2.
-
+ <strong>Seleccioneu una partició per encongir i arrossegueu-la per redimensinar-la</strong>
-
+ %1 s'encongirà a %2 MiB i es crearà una partició nova de %3 MB per a %4.
-
+ Ubicació del gestor d'arrencada:
-
+ <strong>Seleccioneu una partició per fer-hi la instal·lació.</strong>
-
+ No s'ha pogut trobar enlloc una partició EFI en aquest sistema. Si us plau, torneu enrere i use les particions manuals per configurar %1.
-
+ La partició EFI de sistema a %1 s'usarà per iniciar %2.
-
+ Partició EFI del sistema:
-
+ Aquest dispositiu d'emmagatzematge no sembla que tingui un sistema operatiu. Què voleu fer?<br/>Podreu revisar i confirmar la tria abans que es faci cap canvi al dispositiu.
-
-
-
-
+
+
+
+ <strong>Esborra el disc</strong><br/>Això <font color="red">suprimirà</font> totes les dades del dispositiu seleccionat.
-
-
-
-
+
+
+
+ <strong>Instal·la'l al costat</strong><br/>L'instal·lador reduirà una partició per fer espai per a %1.
-
-
-
-
+
+
+
+ <strong>Reemplaça una partició</strong><br/>Reemplaça una partició per %1.
-
+ Aquest dispositiu d'emmagatzematge té %1. Què voleu fer?<br/>Podreu revisar i confirmar la tria abans que es faci cap canvi al dispositiu.
-
+ Aquest dispositiu d'emmagatzematge ja té un sistema operatiu. Què voleu fer?<br/>Podreu revisar i confirmar la tria abans que es faci cap canvi al dispositiu.
-
+ Aquest dispositiu d'emmagatzematge ja múltiples sistemes operatius. Què voleu fer?<br/>Podreu revisar i confirmar la tria abans que es faci cap canvi al dispositiu.
-
+ Sense intercanvi
-
+ Reutilitza l'intercanvi
-
+ Intercanvi (sense hibernació)
-
+ Intercanvi (amb hibernació)
-
+ Intercanvi en fitxer
@@ -645,17 +645,17 @@ L'instal·lador es tancarà i tots els canvis es perdran.
ClearMountsJob
-
+ Neteja els muntatges per les operacions de partició a %1
-
+ Es netegen els muntatges per a les operacions de les particions a %1.
-
+ S'han netejat tots els muntatges de %1
@@ -663,22 +663,22 @@ L'instal·lador es tancarà i tots els canvis es perdran.
ClearTempMountsJob
-
+ Neteja tots els muntatges temporals.
-
+ Es netegen tots els muntatges temporals.
-
+ No es pot obtenir la llista dels muntatges temporals.
-
+ S'han netejat tots els muntatges temporals.
@@ -705,30 +705,30 @@ L'instal·lador es tancarà i tots els canvis es perdran.
Config
-
+ Establirà el model del teclat a %1.<br/>
-
+ Establirà la distribució del teclat a %1/%2.
-
+
+
+ Estableix la zona horària a %1/%2.
+
+
+ La llengua del sistema s'establirà a %1.
-
+ Els números i les dates de la configuració local s'establiran a %1.
-
-
-
- Establirà la zona horària a %1/%2.<br/>
-
@@ -794,6 +794,46 @@ L'instal·lador es tancarà i tots els canvis es perdran.
<h1>Benvingut/da a l'instal·lador per a %1</h1>
+
+
+
+ El nom d'usuari és massa llarg.
+
+
+
+
+ No es permet %1 com a nom d'usuari.
+
+
+
+
+ El nom d'usuari ha de començar amb una lletra en minúscula o una ratlla baixa.
+
+
+
+
+ Només es permeten lletres en minúscula, números, ratlles baixes i guions.
+
+
+
+
+ El nom d'amfitrió és massa curt.
+
+
+
+
+ El nom d'amfitrió és massa llarg.
+
+
+
+
+ No es permet %1 com a nom d'amfitrió.
+
+
+
+
+ Només es permeten lletres, números, ratlles baixes i guions.
+ ContextualProcessJob
@@ -958,40 +998,30 @@ L'instal·lador es tancarà i tots els canvis es perdran.
CreateUserJob
-
+ Crea l'usuari %1
-
+ Crea l'usuari <strong>%1</strong>.
-
+ Es crea l'usuari %1.
-
-
- El directori de sudoers no té permisos d'escriptura.
-
-
-
+ No es pot crear el fitxer sudoers a escriure.
-
+ No es pot fer chmod al fitxer sudoers.
-
-
-
- No es pot obrir el fitxer groups per ser llegit.
- CreateVolumeGroupDialog
@@ -1229,37 +1259,37 @@ L'instal·lador es tancarà i tots els canvis es perdran.
FillGlobalStorageJob
-
+ Estableix la informació de la partició
-
+ Instal·la %1 a la partició de sistema <strong>nova</strong> %2.
-
+ Estableix la partició <strong>nova</strong> %2 amb el punt de muntatge <strong>%1</strong>.
-
+ Instal·la %2 a la partició de sistema %3 <strong>%1</strong>.
-
+ Estableix la partició %3 <strong>%1</strong> amb el punt de muntatge <strong>%2</strong>.
-
+ Instal·la el gestor d'arrencada a <strong>%1</strong>.
-
+ S'estableixen els punts de muntatge.
@@ -1510,12 +1540,12 @@ L'instal·lador es tancarà i tots els canvis es perdran.
KeyboardPage
-
+ Establirà el model del teclat a %1.<br/>
-
+ Establirà la distribució del teclat a %1/%2.
@@ -1572,32 +1602,32 @@ L'instal·lador es tancarà i tots els canvis es perdran.
<h1>Acord de llicència</h1>
-
+ Accepto els termes i les condicions anteriors.
-
+ Si us plau, consulteu els acords de llicència d'usuari final (EULA).
-
+ Aquest procediment de configuració instal·larà programari de propietat subjecte a termes de llicència.
-
+ Si no esteu d’acord en els termes, el procediment de configuració no pot continuar.
-
+ Aquest procediment de configuració instal·larà programari de propietat subjecte a termes de llicència per tal de proporcionar característiques addicionals i millorar l'experiència de l'usuari.
-
+ Si no esteu d'acord en els termes, no s'instal·larà el programari de propietat i es faran servir les alternatives de codi lliure.
@@ -1673,41 +1703,26 @@ L'instal·lador es tancarà i tots els canvis es perdran.
LocalePage
-
+ Regió:
-
+ Zona:
-
-
+
+ &Canvia...
-
-
-
- La llengua del sistema s'establirà a %1.
-
-
-
-
- Els números i les dates de la configuració local s'establiran a %1.
-
-
-
-
- Establirà la zona horària a %1/%2.<br/>
- LocaleQmlViewStep
-
+ Ubicació
@@ -1715,7 +1730,7 @@ L'instal·lador es tancarà i tots els canvis es perdran.
LocaleViewStep
-
+ Ubicació
@@ -1777,7 +1792,7 @@ L'instal·lador es tancarà i tots els canvis es perdran.
Map
-
+
@@ -2180,7 +2195,7 @@ per desplaçar-s'hi i useu els botons +/- per fer ampliar-lo o reduir-lo, o bé
Error desconegut
-
+ La contrasenya és buida.
@@ -2519,112 +2534,112 @@ per desplaçar-s'hi i useu els botons +/- per fer ampliar-lo o reduir-lo, o bé
Es recopila informació del sistema...
-
+ Particions
-
+ Instal·la %1 <strong>al costat</strong> d'un altre sistema operatiu.
-
+ <strong>Esborra</strong> el disc i instal·la-hi %1.
-
+ <strong>Reemplaça</strong> una partició amb %1.
-
+ Particions <strong>manuals</strong>.
-
+ Instal·la %1 <strong>al costat</strong> d'un altre sistema operatiu al disc <strong>%2</strong> (%3).
-
+ <strong>Esborra</strong> el disc <strong>%2</strong> (%3) i instal·la-hi %1.
-
+ <strong>Reemplaça</strong> una partició del disc <strong>%2</strong> (%3) amb %1.
-
+ Particions <strong>manuals</strong> del disc <strong>%1</strong> (%2).
-
+ Disc <strong>%1</strong> (%2)
-
+ Actual:
-
+ Després:
-
+ No hi ha cap partició EFI de sistema configurada
-
+ Cal una partició EFI de sistema per iniciar %1. <br/><br/>Per configurar una partició EFI de sistema, torneu enrere i seleccioneu o creeu un sistema de fitxers FAT32 amb la bandera <strong>%3</strong> habilitada i el punt de muntatge <strong>%2</strong>. <br/><br/>Podeu continuar sense la creació d'una partició EFI de sistema, però el sistema podria no iniciar-se.
-
+ Cal una partició EFI de sistema per iniciar %1. <br/><br/> Ja s'ha configurat una partició amb el punt de muntatge <strong>%2</strong> però no se n'ha establert la bandera <strong>%3</strong>. <br/>Per establir-la-hi, torneu enrere i editeu la partició. <br/><br/>Podeu continuar sense establir la bandera, però el sistema podria no iniciar-se.
-
+ No s'ha establert la bandera de la partició EFI del sistema
-
+ Opció per usar GPT amb BIOS
-
+ La millor opció per a tots els sistemes és una taula de particions GPT. Aquest instal·lador també admet aquesta configuració per a sistemes BIOS.<br/><br/>Per configurar una taula de particions GPT en un sistema BIOS, (si no s'ha fet ja) torneu enrere i establiu la taula de particions a GPT, després creeu una partició sense formatar de 8 MB amb la bandera <strong>bios_grub</strong> habilitada.<br/><br/>Cal una partició sense format de 8 MB per iniciar %1 en un sistema BIOS amb GPT.
-
+ Partició d'arrencada sense encriptar
-
+ S'ha establert una partició d'arrencada separada conjuntament amb una partició d'arrel encriptada, però la partició d'arrencada no està encriptada.<br/><br/>Hi ha assumptes de seguretat amb aquest tipus de configuració, perquè hi ha fitxers del sistema importants en una partició no encriptada.<br/>Podeu continuar, si així ho desitgeu, però el desbloqueig del sistema de fitxers succeirà després, durant l'inici del sistema.<br/>Per encriptar la partició d'arrencada, torneu enrere i torneu-la a crear seleccionant <strong>Encripta</strong> a la finestra de creació de la partició.
-
+ tingui com a mínim un dispositiu de disc disponible.
-
+ No hi ha particions per fer-hi una instal·lació.
@@ -2672,17 +2687,17 @@ per desplaçar-s'hi i useu els botons +/- per fer ampliar-lo o reduir-lo, o bé
PreserveFiles
-
+ Es desen fitxers per a més tard...
-
+ No s'ha configurat cap fitxer per desar per a més tard.
-
+ No s'han pogut conservar tots els fitxers configurats.
@@ -3168,29 +3183,29 @@ La configuració pot continuar, però algunes característiques podrien estar in
SetKeyboardLayoutJob
-
+ Canvia el model de teclat a %1, la disposició de teclat a %2-%3
-
+ No s'ha pogut escriure la configuració del teclat per a la consola virtual.
-
-
-
+
+
+ No s'ha pogut escriure a %1
-
+ No s'ha pogut escriure la configuració del teclat per X11.
-
+ Ha fallat escriure la configuració del teclat al directori existent /etc/default.
@@ -3423,28 +3438,28 @@ La configuració pot continuar, però algunes característiques podrien estar in
TrackingKUserFeedbackJob
-
+ Informació de retorn d'usuaris de KDE
-
+ Es configura la informació de retorn dels usuaris de KDE.
-
-
+
+ Error de configuració de la informació de retorn dels usuaris de KDE.
-
+ No s'ha pogut configurar la informació de retorn dels usuaris de KDE correctament. Error d'script %1.
-
+ No s'ha pogut configurar la informació de retorn dels usuaris de KDE correctament. Error del Calamares %1.
@@ -3452,28 +3467,28 @@ La configuració pot continuar, però algunes característiques podrien estar in
TrackingMachineUpdateManagerJob
-
+ Informació de retorn de la màquina
-
+ Es configura la informació de retorn de la màquina.
-
-
+
+ Error a la configuració de la informació de retorn de la màquina.
-
+ No s'ha pogut configurar la informació de retorn de la màquina correctament. Error d'script %1.
-
+ No s'ha pogut configurar la informació de retorn de la màquina correctament. Error del Calamares %1.
@@ -3532,47 +3547,17 @@ La configuració pot continuar, però algunes característiques podrien estar in
UsersPage
-
+ <small>Si més d'una persona usarà aquest ordinador, podeu crear diversos comptes després de la configuració.</small>
-
+ <small>Si més d'una persona usarà aquest ordinador, podeu crear diversos comptes després de la instal·lació.</small>
-
-
- El nom d'usuari és massa llarg.
-
-
-
-
- El nom d'usuari ha de començar amb una lletra en minúscula o una ratlla baixa.
-
-
-
-
- Només es permeten lletres en minúscula, números, ratlles baixes i guions.
-
-
-
-
- El nom d'amfitrió és massa curt.
-
-
-
-
- El nom d'amfitrió és massa llarg.
-
-
-
-
- Només es permeten lletres, números, ratlles baixes i guions.
-
-
-
+ Les contrasenyes no coincideixen!
@@ -3580,7 +3565,7 @@ La configuració pot continuar, però algunes característiques podrien estar in
UsersViewStep
-
+ Usuaris
@@ -3804,21 +3789,21 @@ La configuració pot continuar, però algunes característiques podrien estar in
i18n
-
+ <h1>Llengües</h1> </br>
La configuració local del sistema afecta la llengua i el joc de caràcters d'alguns elements de la interfície de línia d'ordres. La configuració actual és <strong>%1</strong>.
-
+
+ The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
<h1>Configuració local</h1> </br>
- La configuració local del sistema afecta la llengua i el joc de caràcters d'alguns elements de la interfície de línia d'ordres. La configuració actual és <strong>%1</strong>.
+ La configuració local del sistema afecta el format de números i dates. La configuració actual és <strong>%1</strong>.
-
+ Enrere
@@ -3826,44 +3811,44 @@ La configuració pot continuar, però algunes característiques podrien estar in
keyboardq
-
+ Model del teclat
-
+ Trieu el model de teclat preferit o useu el predeterminat basat en el maquinari detectat.
-
+ Actualitza-ho
-
-
+
+ Disposicions
-
-
+
+ Disposició del teclat
-
+ Models
-
+ Variants
-
+ Proveu el teclat.
@@ -3871,17 +3856,7 @@ La configuració pot continuar, però algunes característiques podrien estar in
localeq
-
-
- Llengua del sistema establerta a %1
-
-
-
-
- Llengua dels números i dates establerta a %1
-
-
-
+ Canvia-ho
diff --git a/lang/calamares_ca@valencia.ts b/lang/calamares_ca@valencia.ts
index 0b8747b2e..d372b5bb7 100644
--- a/lang/calamares_ca@valencia.ts
+++ b/lang/calamares_ca@valencia.ts
@@ -220,7 +220,7 @@
-
+
@@ -257,170 +257,170 @@
Calamares::ViewManager
-
+
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -481,12 +481,12 @@ The installer will quit and all changes will be lost.
-
+
-
+
@@ -513,9 +513,9 @@ The installer will quit and all changes will be lost.
-
-
-
+
+
+
@@ -526,115 +526,115 @@ The installer will quit and all changes will be lost.
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -642,17 +642,17 @@ The installer will quit and all changes will be lost.
ClearMountsJob
-
+
-
+
-
+
@@ -660,22 +660,22 @@ The installer will quit and all changes will be lost.
ClearTempMountsJob
-
+
-
+
-
+
-
+
@@ -702,30 +702,30 @@ The installer will quit and all changes will be lost.
Config
-
+
-
+
-
+
+
+
+
+
+
-
+
-
-
-
-
-
@@ -791,6 +791,46 @@ The installer will quit and all changes will be lost.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ContextualProcessJob
@@ -955,40 +995,30 @@ The installer will quit and all changes will be lost.
CreateUserJob
-
+
-
+
-
+
-
-
-
-
-
-
+
-
+
-
-
-
-
- CreateVolumeGroupDialog
@@ -1226,37 +1256,37 @@ The installer will quit and all changes will be lost.
FillGlobalStorageJob
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -1507,12 +1537,12 @@ The installer will quit and all changes will be lost.
KeyboardPage
-
+
-
+
@@ -1569,32 +1599,32 @@ The installer will quit and all changes will be lost.
-
+
-
+
-
+
-
+
-
+
-
+
@@ -1670,41 +1700,26 @@ The installer will quit and all changes will be lost.
LocalePage
-
+
-
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- LocaleQmlViewStep
-
+
@@ -1712,7 +1727,7 @@ The installer will quit and all changes will be lost.
LocaleViewStep
-
+
@@ -1774,7 +1789,7 @@ The installer will quit and all changes will be lost.
Map
-
+
@@ -2175,7 +2190,7 @@ The installer will quit and all changes will be lost.
-
+
@@ -2514,112 +2529,112 @@ The installer will quit and all changes will be lost.
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -2667,17 +2682,17 @@ The installer will quit and all changes will be lost.
PreserveFiles
-
+
-
+
-
+
@@ -3157,29 +3172,29 @@ Output:
SetKeyboardLayoutJob
-
+
-
+
-
-
-
+
+
+
-
+
-
+
@@ -3412,28 +3427,28 @@ Output:
TrackingKUserFeedbackJob
-
+
-
+
-
-
+
+
-
+
-
+
@@ -3441,28 +3456,28 @@ Output:
TrackingMachineUpdateManagerJob
-
+
-
+
-
-
+
+
-
+
-
+
@@ -3521,47 +3536,17 @@ Output:
UsersPage
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -3569,7 +3554,7 @@ Output:
UsersViewStep
-
+
@@ -3782,19 +3767,19 @@ Output:
i18n
-
+
-
+
+ The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
-
+
@@ -3802,44 +3787,44 @@ Output:
keyboardq
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
+
-
+
-
+
@@ -3847,17 +3832,7 @@ Output:
localeq
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/lang/calamares_cs_CZ.ts b/lang/calamares_cs_CZ.ts
index e1a62eb13..10f269b9b 100644
--- a/lang/calamares_cs_CZ.ts
+++ b/lang/calamares_cs_CZ.ts
@@ -220,7 +220,7 @@
QML Step <i>%1</i>.
-
+ Načítání se nezdařilo.
@@ -261,171 +261,171 @@
Calamares::ViewManager
-
+ Nastavení se nezdařilo
-
+ Instalace se nezdařila
-
+ Chcete vyvěsit záznam událostí při instalaci na web?
-
+ Chyba
-
-
+
+ &Ano
-
-
+
+ &Ne
-
+ &Zavřít
-
+ URL pro vložení záznamu událostí při instalaci
-
+ Nahrání se nezdařilo. Na web nebylo nic vloženo.
-
+ Inicializace Calamares se nezdařila
-
+ %1 nemůže být nainstalováno. Calamares se nepodařilo načíst všechny nastavené moduly. Toto je problém způsobu použití Calamares ve vámi používané distribuci.
-
+ <br/> Následující moduly se nepodařilo načíst:
-
+ Pokračovat s instalací?
-
+ Pokračovat v instalaci?
-
+ Instalátor %1 provede změny na datovém úložišti, aby bylo nainstalováno %2.<br/><strong>Změny nebude možné vrátit zpět.</strong>
-
+ Instalátor %1 provede změny na datovém úložišti, aby bylo nainstalováno %2.<br/><strong>Změny nebude možné vrátit zpět.</strong>
-
+ Na&stavit nyní
-
+ &Spustit instalaci
-
+ Jít &zpět
-
+ Na&stavit
-
+ Na&instalovat
-
+ Nastavení je dokončeno. Ukončete nastavovací program.
-
+ Instalace je dokončena. Ukončete instalátor.
-
+ Zrušit nastavení bez změny v systému.
-
+ Zrušení instalace bez provedení změn systému.
-
+ &Další
-
+ &Zpět
-
+ &Hotovo
-
+ &Storno
-
+ Zrušit nastavování?
-
+ Přerušit instalaci?
-
+ Opravdu chcete přerušit instalaci?
Instalační program bude ukončen a všechny změny ztraceny.
-
+ Opravdu chcete instalaci přerušit?
@@ -488,12 +488,12 @@ Instalační program bude ukončen a všechny změny ztraceny.&Storno
-
+ Instalátor %1
-
+ %1 instalátor
@@ -520,9 +520,9 @@ Instalační program bude ukončen a všechny změny ztraceny.
-
-
-
+
+
+ Stávající:
@@ -533,115 +533,115 @@ Instalační program bude ukončen a všechny změny ztraceny.
-
- <strong>Ruční rozdělení</strong><br/>Můžete si sami vytvořit nebo změnit velikost oddílů. Pro UEFI instalace je zapotřebí mít GPT tabulku oddílů a <strong>512 MB oddíl /boot se souborovým systémem FAT32</strong> – buď nevytvářejte znovu a použijte existující, nebo takovou vytvořte.
+
+ <strong>Ruční rozdělení datového úložiště</strong><br/>Sami si můžete vytvořit vytvořit nebo zvětšit/zmenšit oddíly.
-
+ Zrecyklovat %1 na oddíl pro domovské složky %2.
-
+ <strong>Vyberte oddíl, který chcete zmenšit, poté posouváním na spodní liště změňte jeho velikost.</strong>
-
+ %1 bude zmenšen na %2MiB a nový %3MiB oddíl pro %4 bude vytvořen.
-
+ Umístění zavaděče:
-
+ <strong>Vyberte oddíl na který nainstalovat</strong>
-
+ Nebyl nalezen žádný EFI systémový oddíl. Vraťte se zpět a nastavte %1 pomocí ručního rozdělení.
-
+ Pro zavedení %2 se využije EFI systémový oddíl %1.
-
+ EFI systémový oddíl:
-
+ Zdá se, že na tomto úložném zařízení není žádný operační systém. Jak chcete postupovat?<br/>Než budou provedeny jakékoli změny na úložných zařízeních, bude zobrazen jejich přehled a budete požádáni o jejich potvrzení.
-
-
-
-
+
+
+
+ <strong>Vymazat datové úložiště</strong><br/>Touto volbou budou <font color="red">smazána</font> všechna data, která se na něm nyní nacházejí.
-
-
-
-
+
+
+
+ <strong>Nainstalovat vedle</strong><br/>Instalátor zmenší oddíl a vytvoří místo pro %1.
-
-
-
-
+
+
+
+ <strong>Nahradit oddíl</strong><br/>Původní oddíl bude nahrazen %1.
-
+ Na tomto úložném zařízení bylo nalezeno %1. Jak chcete postupovat?<br/>Než budou provedeny jakékoli změny na úložných zařízeních, bude zobrazen jejich přehled a budete požádáni o jejich potvrzení.
-
+ Na tomto úložném zařízení se už nachází operační systém. Jak chcete postupovat?<br/>Než budou provedeny jakékoli změny na úložných zařízeních, bude zobrazen jejich přehled a budete požádáni o jejich potvrzení.
-
+ Na tomto úložném zařízení se už nachází několik operačních systémů. Jak chcete postupovat?<br/>Než budou provedeny jakékoli změny na úložných zařízeních, bude zobrazen jejich přehled změn a budete požádáni o jejich potvrzení.
-
+ Žádný odkládací prostor (swap)
-
+ Použít existující odkládací prostor
-
+ Odkládací prostor (bez uspávání na disk)
-
+ Odkládací prostor (s uspáváním na disk)
-
+ Odkládat do souboru
@@ -649,17 +649,17 @@ Instalační program bude ukončen a všechny změny ztraceny.
ClearMountsJob
-
+ Odpojit souborové systémy před zahájením dělení %1 na oddíly
-
+ Odpojují se souborové systémy před zahájením dělení %1 na oddíly
-
+ Všechny souborové systémy na %1 odpojeny
@@ -667,22 +667,22 @@ Instalační program bude ukončen a všechny změny ztraceny.
ClearTempMountsJob
-
+ Odpojit všechny dočasné přípojné body.
-
+ Odpojují se všechny dočasné přípojné body.
-
+ Nepodařilo získat seznam dočasných přípojných bodů.
-
+ Všechny přípojné body odpojeny.
@@ -709,30 +709,30 @@ Instalační program bude ukončen a všechny změny ztraceny.
Config
-
+ Nastavit model klávesnice na %1.<br/>
-
+ Nastavit rozložení klávesnice na %1/%2.
-
+
+
+ Nastavit časové pásmo na %1/%2.
+
+
+ Jazyk systému bude nastaven na %1.
-
+ Formát zobrazení čísel, data a času bude nastaven dle národního prostředí %1.
-
-
-
- Nastavit časové pásmo na %1/%2.<br/>
-
@@ -798,6 +798,46 @@ Instalační program bude ukončen a všechny změny ztraceny.
<h1>Vítejte v instalátoru %1.</h1>
+
+
+
+ Vaše uživatelské jméno je příliš dlouhé.
+
+
+
+
+
+
+
+
+
+ Je třeba, aby uživatelské jméno začínalo na malé písmeno nebo podtržítko.
+
+
+
+
+ Je možné použít pouze malá písmena, číslice, podtržítko a spojovník.
+
+
+
+
+ Název stroje je příliš krátký.
+
+
+
+
+ Název stroje je příliš dlouhý.
+
+
+
+
+
+
+
+
+
+ Je možné použít pouze písmena, číslice, podtržítko a spojovník.
+ ContextualProcessJob
@@ -962,40 +1002,30 @@ Instalační program bude ukončen a všechny změny ztraceny.
CreateUserJob
-
+ Vytvořit uživatele %1
-
+ Vytvořit uživatele <strong>%1</strong>.
-
+ Vytváří se účet pro uživatele %1.
-
-
- Nedaří se zapsat do složky sudoers.d.
-
-
-
+ Nepodařilo se vytvořit soubor pro sudoers tak, aby do něj šlo zapsat.
-
+ Nepodařilo se změnit přístupová práva (chmod) na souboru se sudoers.
-
-
-
- Nepodařilo se otevřít soubor groups pro čtení.
- CreateVolumeGroupDialog
@@ -1233,37 +1263,37 @@ Instalační program bude ukončen a všechny změny ztraceny.
FillGlobalStorageJob
-
+ Nastavit informace o oddílu
-
+ Nainstalovat %1 na <strong>nový</strong> %2 systémový oddíl.
-
+ Nastavit <strong>nový</strong> %2 oddíl s přípojným bodem <strong>%1</strong>.
-
+ Nainstalovat %2 na %3 systémový oddíl <strong>%1</strong>.
-
+ Nastavit %3 oddíl <strong>%1</strong> s přípojným bodem <strong>%2</strong>.
-
+ Nainstalovat zavaděč do <strong>%1</strong>.
-
+ Nastavují se přípojné body.
@@ -1514,12 +1544,12 @@ Instalační program bude ukončen a všechny změny ztraceny.
KeyboardPage
-
+ Nastavit model klávesnice na %1.<br/>
-
+ Nastavit rozložení klávesnice na %1/%2.
@@ -1576,32 +1606,32 @@ Instalační program bude ukončen a všechny změny ztraceny.
<h1>Licenční ujednání</h1>
-
+ Souhlasím s výše uvedenými podmínkami.
-
+ Pročtěte si Smlouvy s koncovými uživatelem (EULA).
-
+ Tato nastavovací procedura nainstaluje proprietární software, který je předmětem licenčních podmínek.
-
+ Pokud s podmínkami nesouhlasíte, instalační procedura nemůže pokračovat.
-
+ Pro poskytování dalších funkcí a vylepšení pro uživatele, tato nastavovací procedura nainstaluje i proprietární software, který je předmětem licenčních podmínek.
-
+ Pokud nesouhlasíte s podmínkami, proprietární software nebude nainstalován a namísto toho budou použity opensource alternativy.
@@ -1677,41 +1707,26 @@ Instalační program bude ukončen a všechny změny ztraceny.
LocalePage
-
+ Oblast:
-
+ Pásmo:
-
-
+
+ &Změnit…
-
-
-
- Jazyk systému bude nastaven na %1.
-
-
-
-
- Formát zobrazení čísel, data a času bude nastaven dle národního prostředí %1.
-
-
-
-
- Nastavit časové pásmo na %1/%2.<br/>
- LocaleQmlViewStep
-
+ Poloha
@@ -1719,7 +1734,7 @@ Instalační program bude ukončen a všechny změny ztraceny.
LocaleViewStep
-
+ Poloha
@@ -1781,7 +1796,7 @@ Instalační program bude ukončen a všechny změny ztraceny.
Map
-
+
@@ -2182,7 +2197,7 @@ Instalační program bude ukončen a všechny změny ztraceny.
Neznámá chyba
-
+ Heslo není vyplněné
@@ -2521,112 +2536,112 @@ Instalační program bude ukončen a všechny změny ztraceny.
Shromažďování informací o systému…
-
+ Oddíly
-
+ Nainstalovat %1 <strong>vedle</strong> dalšího operačního systému.
-
+ <strong>Smazat</strong> obsah jednotky a nainstalovat %1.
-
+ <strong>Nahradit</strong> oddíl %1.
-
+ <strong>Ruční</strong> dělení úložiště.
-
+ Nainstalovat %1 <strong>vedle</strong> dalšího operačního systému na disk <strong>%2</strong> (%3).
-
+ <strong>Vymazat</strong> obsah jednotky <strong>%2</strong> (%3) a nainstalovat %1.
-
+ <strong>Nahradit</strong> oddíl na jednotce <strong>%2</strong> (%3) %1.
-
+ <strong>Ruční</strong> dělení jednotky <strong>%1</strong> (%2).
-
+ Jednotka <strong>%1</strong> (%2)
-
+ Stávající:
-
+ Potom:
-
+ Není nastavený žádný EFI systémový oddíl
-
+ Pro spuštění %1 je potřeba EFI systémový oddíl.<br/><br/>Pro nastavení EFI systémového oddílu se vraťte zpět a vyberte nebo vytvořte oddíl typu FAT32 s příznakem <strong>%3</strong> a přípojným bodem <strong>%2</strong>.<br/><br/>Je možné pokračovat bez nastavení EFI systémového oddílu, ale systém nemusí jít spustit.
-
+ Pro spuštění %1 je potřeba EFI systémový oddíl.<br/><br/>Byl nastaven oddíl s přípojným bodem <strong>%2</strong> ale nemá nastaven příznak <strong>%3</strong>.<br/>Pro nastavení příznaku se vraťte zpět a upravte oddíl.<br/><br/>Je možné pokračovat bez nastavení příznaku, ale systém nemusí jít spustit.
-
+ Příznak EFI systémového oddílu není nastavený
-
+ Volba použít GPT i pro BIOS zavádění (MBR)
-
+ GPT tabulka oddílů je nejlepší volbou pro všechny systémy. Tento instalátor podporuje takové uspořádání i pro zavádění v režimu BIOS firmware.<br/><br/>Pro nastavení GPT tabulky oddílů v případě BIOS, (pokud už není provedeno) jděte zpět a nastavte tabulku oddílů na, dále vytvořte 8 MB oddíl (bez souborového systému s příznakem <strong>bios_grub</strong>.<br/><br/>Tento oddíl je zapotřebí pro spuštění %1 na systému s BIOS firmware/režimem a GPT.
-
+ Zaváděcí oddíl není šifrován
-
+ Kromě šifrovaného kořenového oddílu byl vytvořen i nešifrovaný oddíl zavaděče.<br/><br/>To by mohl být bezpečnostní problém, protože na nešifrovaném oddílu jsou důležité soubory systému.<br/>Pokud chcete, můžete pokračovat, ale odemykání souborového systému bude probíhat později při startu systému.<br/>Pro zašifrování oddílu zavaděče se vraťte a vytvořte ho vybráním možnosti <strong>Šifrovat</strong> v okně při vytváření oddílu.
-
+ má k dispozici alespoň jedno zařízení pro ukládání dat.
-
+ Nejsou zde žádné oddíly na které by se dalo nainstalovat.
@@ -2674,17 +2689,17 @@ Instalační program bude ukončen a všechny změny ztraceny.
PreserveFiles
-
+ Ukládání souborů pro pozdější využití…
-
+ U žádných souborů nebylo nastaveno, že mají být uloženy pro pozdější využití.
-
+ Ne všechny nastavené soubory bylo možné zachovat.
@@ -3167,29 +3182,29 @@ Výstup:
SetKeyboardLayoutJob
-
+ Nastavit model klávesnice na %1, rozložení na %2-%3
-
+ Zápis nastavení klávesnice pro virtuální konzoli se nezdařil.
-
-
-
+
+
+ Zápis do %1 se nezdařil
-
+ Zápis nastavení klávesnice pro grafický server X11 se nezdařil.
-
+ Zápis nastavení klávesnice do existující složky /etc/default se nezdařil.
@@ -3422,28 +3437,28 @@ Výstup:
TrackingKUserFeedbackJob
-
+ Zpětná vazba uživatele KDE
-
+
-
-
+
+
-
+
-
+ Nepodařilo se správně nastavit zpětnou vazbu KDE uživatele, chyba Calamares %1.
@@ -3451,28 +3466,28 @@ Výstup:
TrackingMachineUpdateManagerJob
-
+ Zpětná vazba stroje
-
+ Nastavování zpětné vazby stroje
-
-
+
+ Chyba v nastavení zpětné vazby stroje.
-
+ Nepodařilo se správně nastavit zpětnou vazbu stroje, chyba skriptu %1.
-
+ Nepodařilo se správně nastavit zpětnou vazbu stroje, chyba Calamares %1.
@@ -3531,47 +3546,17 @@ Výstup:
UsersPage
-
+ <small>Pokud bude tento počítač používat více lidí, můžete přidat uživatelské účty po dokončení instalace.</small>
-
+ <small>Pokud bude tento počítač používat více lidí, můžete přidat uživatelské účty po dokončení instalace.</small>
-
-
- Vaše uživatelské jméno je příliš dlouhé.
-
-
-
-
- Je třeba, aby uživatelské jméno začínalo na malé písmeno nebo podtržítko.
-
-
-
-
- Je možné použít pouze malá písmena, číslice, podtržítko a spojovník.
-
-
-
-
- Název stroje je příliš krátký.
-
-
-
-
- Název stroje je příliš dlouhý.
-
-
-
-
- Je možné použít pouze písmena, číslice, podtržítko a spojovník.
-
-
-
+ Zadání hesla se neshodují!
@@ -3579,7 +3564,7 @@ Výstup:
UsersViewStep
-
+ Uživatelé
@@ -3792,19 +3777,19 @@ Výstup:
i18n
-
+
-
+
+ The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
-
+ Zpět
@@ -3812,44 +3797,44 @@ Výstup:
keyboardq
-
+ Model klávesnice
-
+ Vyberte vámi upřednostňovaný model klávesnice nebo použijte ten výchozí, založený na zjištěném hardware
-
+ Načíst znovu
-
-
+
+ Rovzržení
-
-
+
+ Rozvržení klávesnice
-
+ Modely
-
+ Varianty
-
+ Vyzkoušejte si svou klávesnici
@@ -3857,17 +3842,7 @@ Výstup:
localeq
-
-
- Jazyk systému nastaven na %1
-
-
-
-
- Místní formát čísel a data nastaven na %1
-
-
-
+ Změnit
diff --git a/lang/calamares_da.ts b/lang/calamares_da.ts
index e9b9ed1d0..7e6340a46 100644
--- a/lang/calamares_da.ts
+++ b/lang/calamares_da.ts
@@ -220,7 +220,7 @@
QML-trin <i>%1</i>.
-
+ Indlæsning mislykkedes.
@@ -257,171 +257,171 @@
Calamares::ViewManager
-
+ Opsætningen mislykkedes
-
+ Installation mislykkedes
-
+ Vil du indsætte installationsloggen på webbet?
-
+ Fejl
-
-
+
+ &Ja
-
-
+
+ &Nej
-
+ &Luk
-
+ Indsættelses-URL for installationslog
-
+ Uploaden lykkedes ikke. Der blev ikke foretaget nogen webindsættelse.
-
+ Initiering af Calamares mislykkedes
-
+ %1 kan ikke installeres. Calamares kunne ikke indlæse alle de konfigurerede moduler. Det er et problem med den måde Calamares bruges på af distributionen.
-
+ <br/>Følgende moduler kunne ikke indlæses:
-
+ Fortsæt med opsætningen?
-
+ Fortsæt installationen?
-
+ %1-opsætningsprogrammet er ved at foretage ændringer til din disk for at opsætte %2.<br/><strong>Det vil ikke være muligt at fortryde ændringerne.</strong>
-
+ %1-installationsprogrammet er ved at foretage ændringer til din disk for at installere %2.<br/><strong>Det vil ikke være muligt at fortryde ændringerne.</strong>
-
+ &Sæt op nu
-
+ &Installér nu
-
+ Gå &tilbage
-
+ &Sæt op
-
+ &Installér
-
+ Opsætningen er fuldført. Luk opsætningsprogrammet.
-
+ Installationen er fuldført. Luk installationsprogrammet.
-
+ Annullér opsætningen uden at ændre systemet.
-
+ Annullér installation uden at ændre systemet.
-
+ &Næste
-
+ &Tilbage
-
+ &Færdig
-
+ &Annullér
-
+ Annullér opsætningen?
-
+ Annullér installationen?
-
+ Vil du virkelig annullere den igangværende opsætningsproces?
Opsætningsprogrammet vil stoppe og alle ændringer vil gå tabt.
-
+ Vil du virkelig annullere den igangværende installationsproces?
@@ -484,12 +484,12 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.&Annullér
-
+ %1-opsætningsprogram
-
+ %1-installationsprogram
@@ -516,9 +516,9 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.
-
-
-
+
+
+ Nuværende:
@@ -529,115 +529,115 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.
-
- <strong>Manuel partitionering</strong><br/>Du kan selv oprette eller ændre størrelsen på partitioner. Ved UEFI-installationer er det et must at have en GPT-partitionstabel og <strong>fat32 512Mb /boot-partition</strong>, brug enten en eksisterende formatering eller opret en.
+
+ <strong>Manuel partitionering</strong><br/>Du kan selv oprette og ændre størrelse på partitioner.
-
+ Genbrug %1 som hjemmepartition til %2.
-
+ <strong>Vælg en partition der skal mindskes, træk herefter den nederste bjælke for at ændre størrelsen</strong>
-
+ %1 vil blive skrumpet til %2 MiB og en ny %3 MiB partition vil blive oprettet for %4.
-
+ Placering af bootloader:
-
+ <strong>Vælg en partition at installere på</strong>
-
+ En EFI-partition blev ikke fundet på systemet. Gå venligst tilbage og brug manuel partitionering til at opsætte %1.
-
+ EFI-systempartitionen ved %1 vil blive brugt til at starte %2.
-
+ EFI-systempartition:
-
+ Lagerenheden ser ikke ud til at indeholde et styresystem. Hvad ønsker du at gøre?<br/>Du vil få mulighed for at se og bekræfte dine valg før der sker ændringer til lagerenheden.
-
-
-
-
+
+
+
+ <strong>Slet disk</strong><br/>Det vil <font color="red">slette</font> alt data på den valgte lagerenhed.
-
-
-
-
+
+
+
+ <strong>Installér ved siden af</strong><br/>Installationsprogrammet vil mindske en partition for at gøre plads til %1.
-
-
-
-
+
+
+
+ <strong>Erstat en partition</strong><br/>Erstatter en partition med %1.
-
+ Lagerenheden har %1 på sig. Hvad ønsker du at gøre?<br/>Du vil få mulighed for at se og bekræfte dine valg før det sker ændringer til lagerenheden.
-
+ Lagerenheden indeholder allerede et styresystem. Hvad ønsker du at gøre?<br/>Du vil få mulighed for at se og bekræfte dine valg før der sker ændringer til lagerenheden.
-
+ Lagerenheden indeholder flere styresystemer. Hvad ønsker du at gøre?<br/>Du vil få mulighed for at se og bekræfte dine valg før der sker ændringer til lagerenheden.
-
+ Ingen swap
-
+ Genbrug swap
-
+ Swap (ingen dvale)
-
+ Swap (med dvale)
-
+ Swap til fil
@@ -645,17 +645,17 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.
ClearMountsJob
-
+ Ryd monteringspunkter for partitioneringshandlinger på %1
-
+ Rydder monteringspunkter for partitioneringshandlinger på %1.
-
+ Ryddede alle monteringspunkter til %1
@@ -663,22 +663,22 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.
ClearTempMountsJob
-
+ Ryd alle midlertidige monteringspunkter.
-
+ Rydder alle midlertidige monteringspunkter.
-
+ Kan ikke få liste over midlertidige monteringspunkter.
-
+ Rydder alle midlertidige monteringspunkter.
@@ -705,30 +705,30 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.
Config
-
+ Sæt tastaturmodel til %1.<br/>
-
+ Sæt tastaturlayout til %1/%2.
-
+
+
+ Indstil tidszone til %1/%2.
+
+
+ Systemsproget vil blive sat til %1.
-
+ Lokalitet for tal og datoer vil blive sat til %1.
-
-
-
- Sæt tidszone til %1/%2.<br/>
-
@@ -794,6 +794,46 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.<h1>Welcome to the %1 installer</h1>
<h1>Velkommen til %1-installationsprogrammet</h1>
+
+
+
+ Dit brugernavn er for langt.
+
+
+
+
+ '%1' er ikke tilladt som brugernavn.
+
+
+
+
+ Dit brugernavn skal begynde med et bogstav med småt eller understregning.
+
+
+
+
+ Det er kun tilladt at bruge bogstaver med småt, tal, understregning og bindestreg.
+
+
+
+
+ Dit værtsnavn er for kort.
+
+
+
+
+ Dit værtsnavn er for langt.
+
+
+
+
+ '%1' er ikke tilladt som værtsnavn.
+
+
+
+
+ Det er kun tilladt at bruge bogstaver, tal, understregning og bindestreg.
+ ContextualProcessJob
@@ -958,40 +998,30 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.
CreateUserJob
-
+ Opret bruger %1
-
+ Opret bruger <strong>%1</strong>.
-
+ Opretter bruger %1.
-
-
- Sudoers mappe er skrivebeskyttet.
-
-
-
+ Kan ikke oprette sudoers fil til skrivning.
-
+ Kan ikke chmod sudoers fil.
-
-
-
- Kan ikke åbne gruppernes fil til læsning.
- CreateVolumeGroupDialog
@@ -1229,37 +1259,37 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.
FillGlobalStorageJob
-
+ Sæt partitionsinformation
-
+ Installér %1 på <strong>ny</strong> %2-systempartition.
-
+ Opsæt den <strong>nye</strong> %2 partition med monteringspunkt <strong>%1</strong>.
-
+ Installér %2 på %3-systempartition <strong>%1</strong>.
-
+ Opsæt %3 partition <strong>%1</strong> med monteringspunkt <strong>%2</strong>.
-
+ Installér bootloader på <strong>%1</strong>.
-
+ Opsætter monteringspunkter.
@@ -1510,12 +1540,12 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.
KeyboardPage
-
+ Sæt tastaturmodel til %1.<br/>
-
+ Sæt tastaturlayout til %1/%2.
@@ -1572,32 +1602,32 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.<h1>Licensaftale</h1>
-
+ Jeg accepterer de ovenstående vilkår og betingelser.
-
+ Gennemse venligst slutbrugerlicensaftalerne (EULA'erne).
-
+ Opsætningsproceduren installerer proprietær software der er underlagt licenseringsvilkår.
-
+ Hvis du ikke er enig i vilkårne, kan opsætningsproceduren ikke fortsætte.
-
+ Opsætningsproceduren kan installere proprietær software der er underlagt licenseringsvilkår, for at kunne tilbyde yderligere funktionaliteter og forbedre brugeroplevelsen.
-
+ Hvis du ikke er enig i vilkårne vil der ikke blive installeret proprietær software, og open source-alternativer vil blive brugt i stedet.
@@ -1673,41 +1703,26 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.
LocalePage
-
+ Region:
-
+ Zone:
-
-
+
+ &Skift ...
-
-
-
- Systemsproget vil blive sat til %1.
-
-
-
-
- Lokalitet for tal og datoer vil blive sat til %1.
-
-
-
-
- Sæt tidszone til %1/%2.<br/>
- LocaleQmlViewStep
-
+ Placering
@@ -1715,7 +1730,7 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.
LocaleViewStep
-
+ Placering
@@ -1777,7 +1792,7 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.
Map
-
+
@@ -2180,7 +2195,7 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.Ukendt fejl
-
+ Adgangskoden er tom
@@ -2519,112 +2534,112 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.Indsamler systeminformation ...
-
+ Partitioner
-
+ Installér %1 <strong>ved siden af</strong> et andet styresystem.
-
+ <strong>Slet</strong> disk og installér %1.
-
+ <strong>Erstat</strong> en partition med %1.
-
+ <strong>Manuel</strong> partitionering.
-
+ Installér %1 <strong>ved siden af</strong> et andet styresystem på disk <strong>%2</strong> (%3).
-
+ <strong>Slet</strong> disk <strong>%2</strong> (%3) og installér %1.
-
+ <strong>Erstat</strong> en partition på disk <strong>%2</strong> (%3) med %1.
-
+ <strong>Manuel</strong> partitionering på disk <strong>%1</strong> (%2).
-
+ Disk <strong>%1</strong> (%2)
-
+ Nuværende:
-
+ Efter:
-
+ Der er ikke konfigureret nogen EFI-systempartition
-
+ En EFI-systempartition er nødvendig for at starte %1.<br/><br/>For at konfigurere en EFI-systempartition skal du gå tilbage og vælge eller oprette et FAT32-filsystem med <strong>%3</strong>-flaget aktiveret og monteringspunkt <strong>%2</strong>.<br/><br/>Du kan fortsætte uden at opsætte en EFI-systempartition, men dit system vil muligvis ikke kunne starte.
-
+ En EFI-systempartition er nødvendig for at starte %1.<br/><br/>En partition var konfigureret med monteringspunkt <strong>%2</strong>, men dens <strong>%3</strong>-flag var ikke sat.<br/>For at sætte flaget skal du gå tilbage og redigere partitionen.<br/><br/>Du kan fortsætte uden at konfigurere flaget, men dit system vil muligvis ikke kunne starte.
-
+ EFI-systempartitionsflag ikke sat
-
+ Valgmulighed til at bruge GPT på BIOS
-
+ En GPT-partitionstabel er den bedste valgmulighed til alle systemer. Installationsprogrammet understøtter også sådan en opsætning for BIOS-systemer.<br/><br/>Konfigurer en GPT-partitionstabel på BIOS, (hvis det ikke allerede er gjort) ved at gå tilbage og indstil partitionstabellen til GPT, opret herefter en 8 MB uformateret partition med <strong>bios_grub</strong>-flaget aktiveret.<br/><br/>En uformateret 8 MB partition er nødvendig for at starte %1 på et BIOS-system med GPT.
-
+ Bootpartition ikke krypteret
-
+ En separat bootpartition blev opsat sammen med en krypteret rodpartition, men bootpartitionen er ikke krypteret.<br/><br/>Der er sikkerhedsmæssige bekymringer med denne slags opsætning, da vigtige systemfiler er gemt på en ikke-krypteret partition.<br/>Du kan fortsætte hvis du vil, men oplåsning af filsystemet sker senere under systemets opstart.<br/>For at kryptere bootpartitionen skal du gå tilbage og oprette den igen, vælge <strong>Kryptér</strong> i partitionsoprettelsesvinduet.
-
+ har mindst én tilgængelig diskenhed.
-
+ Der er ikke nogen partitioner at installere på.
@@ -2672,17 +2687,17 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.
PreserveFiles
-
+ Gemmer filer til senere ...
-
+ Der er ikke konfigureret nogen filer til at blive gemt til senere.
-
+ Kunne ikke bevare alle de konfigurerede filer.
@@ -3170,29 +3185,29 @@ setting
SetKeyboardLayoutJob
-
+ Sæt tastaturmodel til %1, layout til %2-%3
-
+ Kunne ikke skrive tastaturkonfiguration for den virtuelle konsol.
-
-
-
+
+
+ Kunne ikke skrive til %1
-
+ Kunne ikke skrive tastaturkonfiguration for X11.
-
+ Kunne ikke skrive tastaturkonfiguration til eksisterende /etc/default-mappe.
@@ -3425,28 +3440,28 @@ setting
TrackingKUserFeedbackJob
-
+ KDE-brugerfeedback
-
+ Konfigurer KDE-brugerfeedback.
-
-
+
+ Fejl i konfiguration af KDE-brugerfeedback.
-
+ Kunne ikke konfigurere KDE-brugerfeedback korrekt, fejl i script %1.
-
+ Kunne ikke konfigurere KDE-brugerfeedback korrekt, fejl i Calamares %1.
@@ -3454,28 +3469,28 @@ setting
TrackingMachineUpdateManagerJob
-
+ Maskinfeedback
-
+ Konfigurer maskinfeedback.
-
-
+
+ Fejl i maskinfeedback-konfiguration.
-
+ Kunne ikke konfigurere maskinfeedback korrekt, skript-fejl %1.
-
+ Kunne ikke konfigurere maskinfeedback korrekt, Calamares-fejl %1.
@@ -3534,47 +3549,17 @@ setting
UsersPage
-
+ <small>Hvis mere end én person bruger computeren, kan du oprette flere konti efter opsætningen.</small>
-
+ <small>Hvis mere end én person bruger computeren, kan du oprette flere konti efter installationen.</small>
-
-
- Dit brugernavn er for langt.
-
-
-
-
- Dit brugernavn skal begynde med et bogstav med småt eller understregning.
-
-
-
-
- Det er kun tilladt at bruge bogstaver med småt, tal, understregning og bindestreg.
-
-
-
-
- Dit værtsnavn er for kort.
-
-
-
-
- Dit værtsnavn er for langt.
-
-
-
-
- Det er kun tilladt at bruge bogstaver, tal, understregning og bindestreg.
-
-
-
+ Dine adgangskoder er ikke ens!
@@ -3582,7 +3567,7 @@ setting
UsersViewStep
-
+ Brugere
@@ -3806,21 +3791,21 @@ setting
i18n
-
+ <h1>Sprog</h1></br>
Systemets lokalitetsindstilling har indflydelse på sproget og tegnsættet for nogle brugerfladeelementer i kommandolinjen. Den nuværende indstilling er <strong>%1</strong>.
-
+
- <h1>Lokaliteter</h1></br>
- Systemets lokalitetsindstilling har indflydelse på sproget og tegnsættet for nogle brugerfladeelementer i kommandolinjen. Den nuværende indstilling er <strong>%1</strong>.
+ The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
+ <h1>Lokaliteter</h1> </br>
+ Systemets lokalitetsindstillinger påvirker tal- og datoformater. Den nuværende indstilling er <strong>%1</strong>.
-
+ Tilbage
@@ -3828,44 +3813,44 @@ setting
keyboardq
-
+ Tastaturmodel
-
+ Vælg din foretrukne tastaturmodel eller brug den som er standard i det registrerede hardware
-
+ Opdater
-
-
+
+ Layouts
-
-
+
+ Tastaturlayout
-
+ Modeller
-
+ Varianter
-
+ Test dit tastatur
@@ -3873,17 +3858,7 @@ setting
localeq
-
-
- Systemsproget indstillet til %1.
-
-
-
-
- Lokalitet for tal og datoer sat til %1
-
-
-
+ Skift
diff --git a/lang/calamares_de.ts b/lang/calamares_de.ts
index c0d0cadaf..909d390b8 100644
--- a/lang/calamares_de.ts
+++ b/lang/calamares_de.ts
@@ -220,7 +220,7 @@
QML Schritt <i>%1</i>.
-
+ Laden fehlgeschlagen.
@@ -257,171 +257,171 @@
Calamares::ViewManager
-
+ Setup fehlgeschlagen
-
+ Installation gescheitert
-
+ Möchten Sie das Installationsprotokoll an eine Internetadresse senden?
-
+ Fehler
-
-
+
+ &Ja
-
-
+
+ &Nein
-
+ &Schließen
-
+ Internetadresse für das Senden des Installationsprotokolls
-
+ Das Hochladen ist fehlgeschlagen. Es wurde nichts an eine Internetadresse gesendet.
-
+ Initialisierung von Calamares fehlgeschlagen
-
+ %1 kann nicht installiert werden. Calamares war nicht in der Lage, alle konfigurierten Module zu laden. Dieses Problem hängt mit der Art und Weise zusammen, wie Calamares von der jeweiligen Distribution eingesetzt wird.
-
+ <br/>Die folgenden Module konnten nicht geladen werden:
-
+ Setup fortsetzen?
-
+ Installation fortsetzen?
-
+ Das %1 Installationsprogramm ist dabei, Änderungen an Ihrer Festplatte vorzunehmen, um %2 einzurichten.<br/><strong> Sie werden diese Änderungen nicht rückgängig machen können.</strong>
-
+ Das %1 Installationsprogramm wird Änderungen an Ihrer Festplatte vornehmen, um %2 zu installieren.<br/><strong>Diese Änderungen können nicht rückgängig gemacht werden.</strong>
-
+ &Jetzt einrichten
-
+ Jetzt &installieren
-
+ Gehe &zurück
-
+ &Einrichten
-
+ &Installieren
-
+ Setup ist abgeschlossen. Schließe das Installationsprogramm.
-
+ Die Installation ist abgeschlossen. Schließe das Installationsprogramm.
-
+ Installation abbrechen ohne das System zu verändern.
-
+ Installation abbrechen, ohne das System zu verändern.
-
+ &Weiter
-
+ &Zurück
-
+ &Erledigt
-
+ &Abbrechen
-
+ Installation abbrechen?
-
+ Installation abbrechen?
-
+ Wollen Sie die Installation wirklich abbrechen?
Dadurch wird das Installationsprogramm beendet und alle Änderungen gehen verloren.
-
+ Wollen Sie wirklich die aktuelle Installation abbrechen?
@@ -484,12 +484,12 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
&Abbrechen
-
+ %1 Installationsprogramm
-
+ %1 Installationsprogramm
@@ -516,9 +516,9 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
-
-
-
+
+
+ Aktuell:
@@ -529,115 +529,115 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
-
- <strong>Manuelle Partitionierung</strong><br/>Sie können selbst Partitionen erstellen oder in der Größe verändern. Eine GPT-Partitionstabelle und eine <strong>fat32 512Mb /boot-Partition ist ein Muss für UEFI-Installationen</strong>, entweder eine vorhandene ohne Formatierung verwenden oder eine Neue erstellen.
+
+ <strong>Manuelle Partitionierung</strong><br/>Sie können Partitionen eigenhändig erstellen oder in der Grösse verändern.
-
+ %1 als Home-Partition für %2 wiederverwenden.
-
+ <strong>Wählen Sie die zu verkleinernde Partition, dann ziehen Sie den Regler, um die Größe zu ändern</strong>
-
+ %1 wird auf %2MiB verkleinert und eine neue Partition mit einer Größe von %3MiB wird für %4 erstellt werden.
-
+ Installationsziel des Bootloaders:
-
+ <strong>Wählen Sie eine Partition für die Installation</strong>
-
+ Es wurde keine EFI-Systempartition auf diesem System gefunden. Bitte gehen Sie zurück und nutzen Sie die manuelle Partitionierung für das Einrichten von %1.
-
+ Die EFI-Systempartition %1 wird benutzt, um %2 zu starten.
-
+ EFI-Systempartition:
-
+ Auf diesem Speichermedium scheint kein Betriebssystem installiert zu sein. Was möchten Sie tun?<br/>Sie können Ihre Auswahl überprüfen und bestätigen, bevor Änderungen auf diesem Speichermedium vorgenommen werden.
-
-
-
-
+
+
+
+ <strong>Festplatte löschen</strong><br/>Dies wird alle vorhandenen Daten auf dem gewählten Speichermedium <font color="red">löschen</font>.
-
-
-
-
+
+
+
+ <strong>Parallel dazu installieren</strong><br/>Das Installationsprogramm wird eine Partition verkleinern, um Platz für %1 zu schaffen.
-
-
-
-
+
+
+
+ <strong>Ersetze eine Partition</strong><br/>Ersetzt eine Partition durch %1.
-
+ Auf diesem Speichermedium ist %1 installiert. Was möchten Sie tun?<br/>Sie können Ihre Auswahl überprüfen und bestätigen, bevor Änderungen an dem Speichermedium vorgenommen werden.
-
+ Dieses Speichermedium enthält bereits ein Betriebssystem. Was möchten Sie tun?<br/>Sie können Ihre Auswahl überprüfen und bestätigen, bevor Änderungen an dem Speichermedium vorgenommen wird.
-
+ Auf diesem Speichermedium sind mehrere Betriebssysteme installiert. Was möchten Sie tun?<br/>Sie können Ihre Auswahl überprüfen und bestätigen, bevor Änderungen an dem Speichermedium vorgenommen werden.
-
+ Kein Swap
-
+ Swap wiederverwenden
-
+ Swap (ohne Ruhezustand)
-
+ Swap (mit Ruhezustand)
-
+ Auslagerungsdatei verwenden
@@ -645,17 +645,17 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
ClearMountsJob
-
+ Leere Mount-Points für Partitioning-Operation auf %1
-
+ Löse eingehängte Laufwerke für die Partitionierung von %1
-
+ Alle Mount-Points für %1 geleert
@@ -663,22 +663,22 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
ClearTempMountsJob
-
+ Alle temporären Mount-Points leeren.
-
+ Löse alle temporär eingehängten Laufwerke.
-
+ Konnte keine Liste von temporären Mount-Points einlesen.
-
+ Alle temporären Mount-Points geleert.
@@ -705,30 +705,30 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
Config
-
+ Setze Tastaturmodell auf %1.<br/>
-
+ Setze Tastaturbelegung auf %1/%2.
-
+
+
+
+
+
+ Die Systemsprache wird auf %1 gestellt.
-
+ Das Format für Zahlen und Datum wird auf %1 gesetzt.
-
-
-
- Setze Zeitzone auf %1/%2.<br/>
-
@@ -794,6 +794,46 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
<h1>Willkommen zum %1 Installationsprogramm</h1>
+
+
+
+ Ihr Nutzername ist zu lang.
+
+
+
+
+
+
+
+
+
+ Ihr Benutzername muss mit einem Kleinbuchstaben oder Unterstrich beginnen.
+
+
+
+
+ Es sind nur Kleinbuchstaben, Zahlen, Unterstrich und Bindestrich erlaubt.
+
+
+
+
+ Ihr Computername ist zu kurz.
+
+
+
+
+ Ihr Computername ist zu lang.
+
+
+
+
+
+
+
+
+
+ Es sind nur Buchstaben, Zahlen, Unter- und Bindestriche erlaubt.
+ ContextualProcessJob
@@ -958,40 +998,30 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
CreateUserJob
-
+ Erstelle Benutzer %1
-
+ Erstelle Benutzer <strong>%1</strong>.
-
+ Erstelle Benutzer %1.
-
-
- Sudoers-Verzeichnis ist nicht beschreibbar.
-
-
-
+ Kann sudoers-Datei nicht zum Schreiben erstellen.
-
+ Kann chmod nicht auf sudoers-Datei anwenden.
-
-
-
- Kann groups-Datei nicht zum Lesen öffnen.
- CreateVolumeGroupDialog
@@ -1229,37 +1259,37 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
FillGlobalStorageJob
-
+ Setze Partitionsinformationen
-
+ Installiere %1 auf <strong>neuer</strong> %2 Systempartition.
-
+ Erstelle <strong>neue</strong> %2 Partition mit Einhängepunkt <strong>%1</strong>.
-
+ Installiere %2 auf %3 Systempartition <strong>%1</strong>.
-
+ Erstelle %3 Partition <strong>%1</strong> mit Einhängepunkt <strong>%2</strong>.
-
+ Installiere Bootloader auf <strong>%1</strong>.
-
+ Richte Einhängepunkte ein.
@@ -1510,12 +1540,12 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
KeyboardPage
-
+ Setze Tastaturmodell auf %1.<br/>
-
+ Setze Tastaturbelegung auf %1/%2.
@@ -1572,32 +1602,32 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
<h1>Lizenzvereinbarung</h1>
-
+ Ich akzeptiere die obigen Allgemeinen Geschäftsbedingungen.
-
+ Bitte lesen Sie die Lizenzvereinbarungen für Endanwender (EULAs).
-
+ Diese Installationsroutine wird proprietäre Software installieren, die Lizenzbedingungen unterliegt.
-
+ Wenn Sie diesen Bedingungen nicht zustimmen, kann die Installation nicht fortgesetzt werden.
-
+ Um zusätzliche Funktionen bereitzustellen und das Benutzererlebnis zu verbessern, kann diese Installationsroutine proprietäre Software installieren, die Lizenzbedingungen unterliegt.
-
+ Wenn Sie diesen Bedingungen nicht zustimmen, wird keine proprietäre Software installiert, stattdessen werden Open-Source-Alternativen verwendet.
@@ -1673,41 +1703,26 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
LocalePage
-
+ Region:
-
+ Zeitzone:
-
-
+
+ &Ändern...
-
-
-
- Die Systemsprache wird auf %1 gestellt.
-
-
-
-
- Das Format für Zahlen und Datum wird auf %1 gesetzt.
-
-
-
-
- Setze Zeitzone auf %1/%2.<br/>
- LocaleQmlViewStep
-
+ Standort
@@ -1715,7 +1730,7 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
LocaleViewStep
-
+ Standort
@@ -1777,11 +1792,13 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
Map
-
+
-
+ Bitte wählen Sie Ihren Standort auf der Karte, damit das Installationsprogramm Einstellungen zu Regionalschema
+ und Zeitzone vorschlagen kann. Diese können unten bearbeitet werden. Navigieren Sie auf der Karte, indem Sie diese mit dem Finger bewegen
+ und benutzen Sie die Tasten +/- oder das Mausrad für das Hinein- und Hinauszoomen.
@@ -1932,7 +1949,7 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
-
+ Stellen Sie eine Verbindung mit dem Internet her, um eine Zeitzone auszuwählen, und starten Sie das Installationsprogramm gegebenenfalls neu. Sprache und Regionalschema können unten angepasst werden.
@@ -2178,7 +2195,7 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
Unbekannter Fehler
-
+ Passwort nicht vergeben
@@ -2517,112 +2534,112 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
Sammle Systeminformationen...
-
+ Partitionen
-
+ Installiere %1 <strong>neben</strong> einem anderen Betriebssystem.
-
+ <strong>Lösche</strong> Festplatte und installiere %1.
-
+ <strong>Ersetze</strong> eine Partition durch %1.
-
+ <strong>Manuelle</strong> Partitionierung.
-
+ %1 <strong>parallel</strong> zu einem anderen Betriebssystem auf der Festplatte <strong>%2</strong> (%3) installieren.
-
+ Festplatte <strong>%2</strong> <strong>löschen</strong> (%3) und %1 installieren.
-
+ Eine Partition auf Festplatte <strong>%2</strong> (%3) durch %1 <strong>ersetzen</strong>.
-
+ <strong>Manuelle</strong> Partitionierung auf Festplatte <strong>%1</strong> (%2).
-
+ Festplatte <strong>%1</strong> (%2)
-
+ Aktuell:
-
+ Nachher:
-
+ Keine EFI-Systempartition konfiguriert
-
+ Eine EFI Systempartition wird benötigt, um %1 zu starten.<br/><br/>Um eine EFI Systempartition einzurichten, gehen Sie zurück und wählen oder erstellen Sie ein FAT32-Dateisystem mit einer aktivierten <strong>%3</strong> Markierung sowie <strong>%2</strong> als Einhängepunkt .<br/><br/>Sie können ohne die Einrichtung einer EFI-Systempartition fortfahren, aber ihr System wird unter Umständen nicht starten können.
-
+ Eine EFI Systempartition wird benötigt, um %1 zu starten.<br/><br/>Eine Partition mit dem Einhängepunkt <strong>%2</strong> wurde eingerichtet, jedoch wurde dort keine <strong>%3</strong> Markierung gesetzt.<br/>Um diese Markierung zu setzen, gehen Sie zurück und bearbeiten Sie die Partition.<br/><br/>Sie können ohne diese Markierung fortfahren, aber ihr System wird unter Umständen nicht starten können.
-
+ Die Markierung als EFI-Systempartition wurde nicht gesetzt
-
+ Option zur Verwendung von GPT im BIOS
-
+ Eine GPT-Partitionstabelle ist die beste Option für alle Systeme. Dieses Installationsprogramm unterstützt ein solches Setup auch für BIOS-Systeme.<br/><br/>Um eine GPT-Partitionstabelle im BIOS zu konfigurieren, gehen Sie (falls noch nicht geschehen) zurück und setzen Sie die Partitionstabelle auf GPT, als nächstes erstellen Sie eine 8 MB große unformatierte Partition mit aktiviertem <strong>bios_grub</strong>-Markierung.<br/><br/>Eine unformatierte 8 MB große Partition ist erforderlich, um %1 auf einem BIOS-System mit GPT zu starten.
-
+ Bootpartition nicht verschlüsselt
-
+ Eine separate Bootpartition wurde zusammen mit einer verschlüsselten Rootpartition erstellt, die Bootpartition ist aber unverschlüsselt.<br/><br/> Dies ist sicherheitstechnisch nicht optimal, da wichtige Systemdateien auf der unverschlüsselten Bootpartition gespeichert werden.<br/>Wenn Sie wollen, können Sie fortfahren, aber das Entschlüsseln des Dateisystems wird erst später während des Systemstarts erfolgen.<br/>Um die Bootpartition zu verschlüsseln, gehen Sie zurück und erstellen Sie diese neu, indem Sie bei der Partitionierung <strong>Verschlüsseln</strong> wählen.
-
+ mindestens eine Festplatte zur Verfügung hat
-
+ Keine Partitionen für die Installation verfügbar.
@@ -2670,17 +2687,17 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
PreserveFiles
-
+ Speichere Dateien für später ...
-
+ Keine Dateien für das Speichern zur späteren Verwendung konfiguriert.
-
+ Nicht alle konfigurierten Dateien konnten erhalten werden.
@@ -3163,29 +3180,29 @@ Ausgabe:
SetKeyboardLayoutJob
-
+ Definiere Tastaturmodel zu %1, Layout zu %2-%3
-
+ Konnte keine Tastatur-Konfiguration für die virtuelle Konsole schreiben.
-
-
-
+
+
+ Konnte nicht auf %1 schreiben
-
+ Konnte keine Tastatur-Konfiguration für X11 schreiben.
-
+ Die Konfiguration der Tastatur konnte nicht in das bereits existierende Verzeichnis /etc/default geschrieben werden.
@@ -3418,28 +3435,28 @@ Ausgabe:
TrackingKUserFeedbackJob
-
+
-
+
-
-
+
+
-
+
-
+
@@ -3447,28 +3464,28 @@ Ausgabe:
TrackingMachineUpdateManagerJob
-
+ Rückinformationen zum Computer
-
+ Konfiguriere Rückmeldungen zum Computer.
-
-
+
+ Fehler bei der Konfiguration der Rückmeldungen zum Computer
-
+ Rückmeldungen zum Computer konnten nicht korrekt konfiguriert werden, Skriptfehler %1.
-
+ Rückmeldungen zum Computer konnten nicht korrekt konfiguriert werden, Calamares-Fehler %1.
@@ -3527,47 +3544,17 @@ Ausgabe:
UsersPage
-
+ <small>Falls dieser Computer von mehr als einer Person benutzt werden soll, können weitere Benutzerkonten nach der Installation eingerichtet werden.</small>
-
+ <small>Falls dieser Computer von mehr als einer Person benutzt werden soll, können weitere Benutzerkonten nach der Installation eingerichtet werden.</small>
-
-
- Ihr Nutzername ist zu lang.
-
-
-
-
- Ihr Benutzername muss mit einem Kleinbuchstaben oder Unterstrich beginnen.
-
-
-
-
- Es sind nur Kleinbuchstaben, Zahlen, Unterstrich und Bindestrich erlaubt.
-
-
-
-
- Ihr Computername ist zu kurz.
-
-
-
-
- Ihr Computername ist zu lang.
-
-
-
-
- Es sind nur Buchstaben, Zahlen, Unter- und Bindestriche erlaubt.
-
-
-
+ Ihre Passwörter stimmen nicht überein!
@@ -3575,7 +3562,7 @@ Ausgabe:
UsersViewStep
-
+ Benutzer
@@ -3799,19 +3786,19 @@ Liberating Software.
i18n
-
+
-
+
+ The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
-
+ Zurück
@@ -3819,44 +3806,44 @@ Liberating Software.
keyboardq
-
+ Tastaturmodell
-
+ Wählen Sie Ihr bevorzugtes Tastaturmodell oder verwenden Sie das Standardmodell auf Grundlage der erkannten Hardware
-
+ Aktualisieren
-
-
+
+ Layouts
-
-
+
+ Tastaturlayout
-
+ Modelle
-
+ Varianten
-
+ Testen Sie Ihre Tastatur
@@ -3864,17 +3851,7 @@ Liberating Software.
localeq
-
-
- Systemsprache eingestellt auf %1
-
-
-
-
- Zahlen- und Datumsformat eingestellt auf %1
-
-
-
+ Ändern
diff --git a/lang/calamares_el.ts b/lang/calamares_el.ts
index 2d16ba3ac..b888cfa0b 100644
--- a/lang/calamares_el.ts
+++ b/lang/calamares_el.ts
@@ -220,7 +220,7 @@
-
+
@@ -257,170 +257,170 @@
Calamares::ViewManager
-
+
-
+ Η εγκατάσταση απέτυχε
-
+
-
+ Σφάλμα
-
-
+
+ &Ναι
-
-
+
+ &Όχι
-
+ &Κλείσιμο
-
+
-
+
-
+ Η αρχικοποίηση του Calamares απέτυχε
-
+
-
+
-
+ Συνέχεια με την εγκατάσταση;
-
+
-
+
-
+ Το πρόγραμμα εγκατάστασης %1 θα κάνει αλλαγές στον δίσκο για να εγκαταστήσετε το %2.<br/><strong>Δεν θα είστε σε θέση να αναιρέσετε τις αλλαγές.</strong>
-
+
-
+ &Εγκατάσταση τώρα
-
+ Μετάβαση &πίσω
-
+
-
+ &Εγκατάσταση
-
+
-
+ Η εγκτάσταση ολοκληρώθηκε. Κλείστε το πρόγραμμα εγκατάστασης.
-
+
-
+ Ακύρωση της εγκατάστασης χωρίς αλλαγές στο σύστημα.
-
+ &Επόμενο
-
+ &Προηγούμενο
-
+ &Ολοκληρώθηκε
-
+ &Ακύρωση
-
+
-
+ Ακύρωση της εγκατάστασης;
-
+
-
+ Θέλετε πραγματικά να ακυρώσετε τη διαδικασία εγκατάστασης;
@@ -482,12 +482,12 @@ The installer will quit and all changes will be lost.
&Ακύρωση
-
+
-
+ Εφαρμογή εγκατάστασης του %1
@@ -514,9 +514,9 @@ The installer will quit and all changes will be lost.
-
-
-
+
+
+ Τρέχον:
@@ -527,115 +527,115 @@ The installer will quit and all changes will be lost.
-
-
+
+ <strong>Χειροκίνητη τμηματοποίηση</strong><br/>Μπορείτε να δημιουργήσετε κατατμήσεις ή να αλλάξετε το μέγεθός τους μόνοι σας.
-
+
-
+ <strong>Επιλέξτε ένα διαμέρισμα για σμίκρυνση, και μετά σύρετε το κάτω τμήμα της μπάρας για αλλαγή του μεγέθους</strong>
-
+
-
+ Τοποθεσία προγράμματος εκκίνησης:
-
+ <strong>Επιλέξτε διαμέρισμα για την εγκατάσταση</strong>
-
+ Πουθενά στο σύστημα δεν μπορεί να ανιχθευθεί μία κατάτμηση EFI. Παρακαλώ επιστρέψτε πίσω και χρησιμοποιήστε τη χειροκίνητη τμηματοποίηση για την εγκατάσταση του %1.
-
+ Η κατάτμηση συστήματος EFI στο %1 θα χρησιμοποιηθεί για την εκκίνηση του %2.
-
+ Κατάτμηση συστήματος EFI:
-
+ Η συσκευή αποθήκευσης δεν φαίνεται να διαθέτει κάποιο λειτουργικό σύστημα. Τί θα ήθελες να κάνεις;<br/>Θα έχεις την δυνατότητα να επιβεβαιώσεις και αναθεωρήσεις τις αλλαγές πριν γίνει οποιαδήποτε αλλαγή στην συσκευή αποθήκευσης.
-
-
-
-
+
+
+
+ <strong>Διαγραφή του δίσκου</strong><br/>Αυτό θα <font color="red">διαγράψει</font> όλα τα αρχεία στην επιλεγμένη συσκευή αποθήκευσης.
-
-
-
-
+
+
+
+ <strong>Εγκατάσταση σε επαλληλία</strong><br/>Η εγκατάσταση θα συρρικνώσει μία κατάτμηση για να κάνει χώρο για το %1.
-
-
-
-
+
+
+
+ <strong>Αντικατάσταση μίας κατάτμησης</strong><br/>Αντικαθιστά μία κατάτμηση με το %1.
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -643,17 +643,17 @@ The installer will quit and all changes will be lost.
ClearMountsJob
-
+
-
+
-
+ Καθαρίστηκαν όλες οι προσαρτήσεις για %1
@@ -661,22 +661,22 @@ The installer will quit and all changes will be lost.
ClearTempMountsJob
-
+ Καθάρισε όλες τις προσωρινές προσαρτήσεις.
-
+ Καθάρισμα όλων των προσωρινών προσαρτήσεων.
-
+ Η λίστα των προσωρινών προσαρτήσεων δεν μπορεί να ληφθεί.
-
+ Καθαρίστηκαν όλες οι προσωρινές προσαρτήσεις.
@@ -703,30 +703,30 @@ The installer will quit and all changes will be lost.
Config
-
+ Ορισμός του μοντέλου πληκτρολογίου σε %1.<br/>
-
+ Ορισμός της διάταξης πληκτρολογίου σε %1/%2.
-
+
+
+
+
+
+ Η τοπική γλώσσα του συστήματος έχει οριστεί σε %1.
-
+
-
-
-
- Ορισμός της ζώνης ώρας σε %1/%2.<br/>
-
@@ -792,6 +792,46 @@ The installer will quit and all changes will be lost.
+
+
+
+ Το όνομα χρήστη είναι πολύ μακρύ.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Το όνομα υπολογιστή είναι πολύ σύντομο.
+
+
+
+
+ Το όνομα υπολογιστή είναι πολύ μακρύ.
+
+
+
+
+
+
+
+
+
+
+ ContextualProcessJob
@@ -956,40 +996,30 @@ The installer will quit and all changes will be lost.
CreateUserJob
-
+ Δημιουργία χρήστη %1
-
+ Δημιουργία χρήστη <strong>%1</strong>.
-
+ Δημιουργείται ο χρήστης %1.
-
-
- Ο κατάλογος sudoers δεν είναι εγγράψιμος.
-
-
-
+ Δεν είναι δυνατή η δημιουργία του αρχείου sudoers για εγγραφή.
-
+ Δεν είναι δυνατό το chmod στο αρχείο sudoers.
-
-
-
- Δεν είναι δυνατό το άνοιγμα του αρχείου ομάδων για ανάγνωση.
- CreateVolumeGroupDialog
@@ -1227,37 +1257,37 @@ The installer will quit and all changes will be lost.
FillGlobalStorageJob
-
+ Ορισμός πληροφοριών κατάτμησης
-
+ Εγκατάσταση %1 στο <strong>νέο</strong> %2 διαμέρισμα συστήματος.
-
+
-
+
-
+
-
+ Εγκατάσταση φορτωτή εκκίνησης στο <strong>%1</strong>.
-
+
@@ -1508,12 +1538,12 @@ The installer will quit and all changes will be lost.
KeyboardPage
-
+ Ορισμός του μοντέλου πληκτρολογίου σε %1.<br/>
-
+ Ορισμός της διάταξης πληκτρολογίου σε %1/%2.
@@ -1570,32 +1600,32 @@ The installer will quit and all changes will be lost.
-
+ Δέχομαι τους παραπάνω όρους και προϋποθέσεις.
-
+
-
+
-
+
-
+
-
+
@@ -1671,41 +1701,26 @@ The installer will quit and all changes will be lost.
LocalePage
-
+ Περιοχή:
-
+ Ζώνη:
-
-
+
+ &Αλλαγή...
-
-
-
- Η τοπική γλώσσα του συστήματος έχει οριστεί σε %1.
-
-
-
-
-
-
-
-
-
- Ορισμός της ζώνης ώρας σε %1/%2.<br/>
- LocaleQmlViewStep
-
+ Τοποθεσία
@@ -1713,7 +1728,7 @@ The installer will quit and all changes will be lost.
LocaleViewStep
-
+ Τοποθεσία
@@ -1775,7 +1790,7 @@ The installer will quit and all changes will be lost.
Map
-
+
@@ -2176,7 +2191,7 @@ The installer will quit and all changes will be lost.
-
+
@@ -2515,112 +2530,112 @@ The installer will quit and all changes will be lost.
Συλλογή πληροφοριών συστήματος...
-
+ Κατατμήσεις
-
+ Εγκατάσταση του %1 <strong>παράλληλα με</strong> ένα άλλο λειτουργικό σύστημα στον δίσκο.
-
+ <strong>Διαγραφή</strong> του δίσκου και εγκατάσταση του %1.
-
+ <strong>Αντικατάσταση</strong> μιας κατάτμησης με το %1.
-
+ <strong>Χειροκίνητη</strong> τμηματοποίηση.
-
+ Εγκατάσταση του %1 <strong>παράλληλα με</strong> ένα άλλο λειτουργικό σύστημα στον δίσκο<strong>%2</strong> (%3).
-
+ <strong>Διαγραφή</strong> του δίσκου <strong>%2</strong> (%3) και εγκατάσταση του %1.
-
+ <strong>Αντικατάσταση</strong> μιας κατάτμησης στον δίσκο <strong>%2</strong> (%3) με το %1.
-
+ <strong>Χειροκίνητη</strong> τμηματοποίηση του δίσκου <strong>%1</strong> (%2).
-
+ Δίσκος <strong>%1</strong> (%2)
-
+ Τρέχον:
-
+ Μετά:
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -2668,17 +2683,17 @@ The installer will quit and all changes will be lost.
PreserveFiles
-
+
-
+
-
+
@@ -3158,29 +3173,29 @@ Output:
SetKeyboardLayoutJob
-
+
-
+
-
-
-
+
+
+ Αδυναμία εγγραφής στο %1
-
+ Αδυναμία εγγραφής στοιχείων διαμόρφωσης πληκτρολογίου για Χ11
-
+ Αδυναμία εγγραφής στοιχείων διαμόρφωσης πληκτρολογίου στον υπάρχων κατάλογο /etc/default
@@ -3413,28 +3428,28 @@ Output:
TrackingKUserFeedbackJob
-
+
-
+
-
-
+
+
-
+
-
+
@@ -3442,28 +3457,28 @@ Output:
TrackingMachineUpdateManagerJob
-
+
-
+
-
-
+
+
-
+
-
+
@@ -3522,47 +3537,17 @@ Output:
UsersPage
-
+
-
+
-
-
- Το όνομα χρήστη είναι πολύ μακρύ.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Το όνομα υπολογιστή είναι πολύ σύντομο.
-
-
-
-
- Το όνομα υπολογιστή είναι πολύ μακρύ.
-
-
-
-
-
-
-
-
+ Οι κωδικοί πρόσβασης δεν ταιριάζουν!
@@ -3570,7 +3555,7 @@ Output:
UsersViewStep
-
+ Χρήστες
@@ -3783,19 +3768,19 @@ Output:
i18n
-
+
-
+
+ The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
-
+
@@ -3803,44 +3788,44 @@ Output:
keyboardq
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
+
-
+
-
+
@@ -3848,17 +3833,7 @@ Output:
localeq
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/lang/calamares_en.ts b/lang/calamares_en.ts
index 807863cf5..e6e44b274 100644
--- a/lang/calamares_en.ts
+++ b/lang/calamares_en.ts
@@ -220,7 +220,7 @@
QML Step <i>%1</i>.
-
+ Loading failed.
@@ -257,171 +257,171 @@
Calamares::ViewManager
-
+ Setup Failed
-
+ Installation Failed
-
+ Would you like to paste the install log to the web?
-
+ Error
-
-
+
+ &Yes
-
-
+
+ &No
-
+ &Close
-
+ Install Log Paste URL
-
+ The upload was unsuccessful. No web-paste was done.
-
+ Calamares Initialization Failed
-
+ %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution.
-
+ <br/>The following modules could not be loaded:
-
+ Continue with setup?
-
+ Continue with installation?
-
+ The %1 setup program is about to make changes to your disk in order to set up %2.<br/><strong>You will not be able to undo these changes.</strong>
-
+ The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong>
-
+ &Set up now
-
+ &Install now
-
+ Go &back
-
+ &Set up
-
+ &Install
-
+ Setup is complete. Close the setup program.
-
+ The installation is complete. Close the installer.
-
+ Cancel setup without changing the system.
-
+ Cancel installation without changing the system.
-
+ &Next
-
+ &Back
-
+ &Done
-
+ &Cancel
-
+ Cancel setup?
-
+ Cancel installation?
-
+ Do you really want to cancel the current setup process?
The setup program will quit and all changes will be lost.
-
+ Do you really want to cancel the current install process?
@@ -484,12 +484,12 @@ The installer will quit and all changes will be lost.&Cancel
-
+ %1 Setup Program
-
+ %1 Installer
@@ -516,9 +516,9 @@ The installer will quit and all changes will be lost.
-
-
-
+
+
+ Current:
@@ -529,115 +529,115 @@ The installer will quit and all changes will be lost.
-
- <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself. Having a GPT partition table and <strong>fat32 512Mb /boot partition is a must for UEFI installs</strong>, either use an existing without formatting or create one.
+
+ <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.
-
+ Reuse %1 as home partition for %2.
-
+ <strong>Select a partition to shrink, then drag the bottom bar to resize</strong>
-
+ %1 will be shrunk to %2MiB and a new %3MiB partition will be created for %4.
-
+ Boot loader location:
-
+ <strong>Select a partition to install on</strong>
-
+ An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.
-
+ The EFI system partition at %1 will be used for starting %2.
-
+ EFI system partition:
-
+ This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
+
+
+
+ <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.
-
-
-
-
+
+
+
+ <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.
-
-
-
-
+
+
+
+ <strong>Replace a partition</strong><br/>Replaces a partition with %1.
-
+ This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
+ This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
+ This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
+ No Swap
-
+ Reuse Swap
-
+ Swap (no Hibernate)
-
+ Swap (with Hibernate)
-
+ Swap to file
@@ -645,17 +645,17 @@ The installer will quit and all changes will be lost.
ClearMountsJob
-
+ Clear mounts for partitioning operations on %1
-
+ Clearing mounts for partitioning operations on %1.
-
+ Cleared all mounts for %1
@@ -663,22 +663,22 @@ The installer will quit and all changes will be lost.
ClearTempMountsJob
-
+ Clear all temporary mounts.
-
+ Clearing all temporary mounts.
-
+ Cannot get list of temporary mounts.
-
+ Cleared all temporary mounts.
@@ -705,30 +705,30 @@ The installer will quit and all changes will be lost.
Config
-
+ Set keyboard model to %1.<br/>
-
+ Set keyboard layout to %1/%2.
-
+
+
+ Set timezone to %1/%2.
+
+
+ The system language will be set to %1.
-
+ The numbers and dates locale will be set to %1.
-
-
-
- Set timezone to %1/%2.<br/>
-
@@ -794,6 +794,46 @@ The installer will quit and all changes will be lost.
<h1>Welcome to the %1 installer</h1>
+
+
+
+ Your username is too long.
+
+
+
+
+ '%1' is not allowed as username.
+
+
+
+
+ Your username must start with a lowercase letter or underscore.
+
+
+
+
+ Only lowercase letters, numbers, underscore and hyphen are allowed.
+
+
+
+
+ Your hostname is too short.
+
+
+
+
+ Your hostname is too long.
+
+
+
+
+ '%1' is not allowed as hostname.
+
+
+
+
+ Only letters, numbers, underscore and hyphen are allowed.
+ ContextualProcessJob
@@ -958,40 +998,30 @@ The installer will quit and all changes will be lost.
CreateUserJob
-
+ Create user %1
-
+ Create user <strong>%1</strong>.
-
+ Creating user %1.
-
-
- Sudoers dir is not writable.
-
-
-
+ Cannot create sudoers file for writing.
-
+ Cannot chmod sudoers file.
-
-
-
- Cannot open groups file for reading.
- CreateVolumeGroupDialog
@@ -1229,37 +1259,37 @@ The installer will quit and all changes will be lost.
FillGlobalStorageJob
-
+ Set partition information
-
+ Install %1 on <strong>new</strong> %2 system partition.
-
+ Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.
-
+ Install %2 on %3 system partition <strong>%1</strong>.
-
+ Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.
-
+ Install boot loader on <strong>%1</strong>.
-
+ Setting up mount points.
@@ -1510,12 +1540,12 @@ The installer will quit and all changes will be lost.
KeyboardPage
-
+ Set keyboard model to %1.<br/>
-
+ Set keyboard layout to %1/%2.
@@ -1572,32 +1602,32 @@ The installer will quit and all changes will be lost.
<h1>License Agreement</h1>
-
+ I accept the terms and conditions above.
-
+ Please review the End User License Agreements (EULAs).
-
+ This setup procedure will install proprietary software that is subject to licensing terms.
-
+ If you do not agree with the terms, the setup procedure cannot continue.
-
+ This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience.
-
+ If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead.
@@ -1673,41 +1703,26 @@ The installer will quit and all changes will be lost.
LocalePage
-
+ Region:
-
+ Zone:
-
-
+
+ &Change...
-
-
-
- The system language will be set to %1.
-
-
-
-
- The numbers and dates locale will be set to %1.
-
-
-
-
- Set timezone to %1/%2.<br/>
- LocaleQmlViewStep
-
+ Location
@@ -1715,7 +1730,7 @@ The installer will quit and all changes will be lost.
LocaleViewStep
-
+ Location
@@ -1777,7 +1792,7 @@ The installer will quit and all changes will be lost.
Map
-
+
@@ -2180,7 +2195,7 @@ The installer will quit and all changes will be lost.
Unknown error
-
+ Password is empty
@@ -2519,112 +2534,112 @@ The installer will quit and all changes will be lost.
Gathering system information...
-
+ Partitions
-
+ Install %1 <strong>alongside</strong> another operating system.
-
+ <strong>Erase</strong> disk and install %1.
-
+ <strong>Replace</strong> a partition with %1.
-
+ <strong>Manual</strong> partitioning.
-
+ Install %1 <strong>alongside</strong> another operating system on disk <strong>%2</strong> (%3).
-
+ <strong>Erase</strong> disk <strong>%2</strong> (%3) and install %1.
-
+ <strong>Replace</strong> a partition on disk <strong>%2</strong> (%3) with %1.
-
+ <strong>Manual</strong> partitioning on disk <strong>%1</strong> (%2).
-
+ Disk <strong>%1</strong> (%2)
-
+ Current:
-
+ After:
-
+ No EFI system partition configured
-
+ An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a FAT32 filesystem with the <strong>%3</strong> flag enabled and mount point <strong>%2</strong>.<br/><br/>You can continue without setting up an EFI system partition but your system may fail to start.
-
+ An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>%3</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.
-
+ EFI system partition flag not set
-
+ Option to use GPT on BIOS
-
+ A GPT partition table is the best option for all systems. This installer supports such a setup for BIOS systems too.<br/><br/>To configure a GPT partition table on BIOS, (if not done so already) go back and set the partition table to GPT, next create a 8 MB unformatted partition with the <strong>bios_grub</strong> flag enabled.<br/><br/>An unformatted 8 MB partition is necessary to start %1 on a BIOS system with GPT.
-
+ Boot partition not encrypted
-
+ A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.
-
+ has at least one disk device available.
-
+ There are no partitions to install on.
@@ -2672,17 +2687,17 @@ The installer will quit and all changes will be lost.
PreserveFiles
-
+ Saving files for later ...
-
+ No files configured to save for later.
-
+ Not all of the configured files could be preserved.
@@ -3168,29 +3183,29 @@ Output:
SetKeyboardLayoutJob
-
+ Set keyboard model to %1, layout to %2-%3
-
+ Failed to write keyboard configuration for the virtual console.
-
-
-
+
+
+ Failed to write to %1
-
+ Failed to write keyboard configuration for X11.
-
+ Failed to write keyboard configuration to existing /etc/default directory.
@@ -3423,28 +3438,28 @@ Output:
TrackingKUserFeedbackJob
-
+ KDE user feedback
-
+ Configuring KDE user feedback.
-
-
+
+ Error in KDE user feedback configuration.
-
+ Could not configure KDE user feedback correctly, script error %1.
-
+ Could not configure KDE user feedback correctly, Calamares error %1.
@@ -3452,28 +3467,28 @@ Output:
TrackingMachineUpdateManagerJob
-
+ Machine feedback
-
+ Configuring machine feedback.
-
-
+
+ Error in machine feedback configuration.
-
+ Could not configure machine feedback correctly, script error %1.
-
+ Could not configure machine feedback correctly, Calamares error %1.
@@ -3532,47 +3547,17 @@ Output:
UsersPage
-
+ <small>If more than one person will use this computer, you can create multiple accounts after setup.</small>
-
+ <small>If more than one person will use this computer, you can create multiple accounts after installation.</small>
-
-
- Your username is too long.
-
-
-
-
- Your username must start with a lowercase letter or underscore.
-
-
-
-
- Only lowercase letters, numbers, underscore and hyphen are allowed.
-
-
-
-
- Your hostname is too short.
-
-
-
-
- Your hostname is too long.
-
-
-
-
- Only letters, numbers, underscore and hyphen are allowed.
-
-
-
+ Your passwords do not match!
@@ -3580,7 +3565,7 @@ Output:
UsersViewStep
-
+ Users
@@ -3804,21 +3789,21 @@ Output:
i18n
-
+ <h1>Languages</h1> </br>
The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>.
-
+
+ The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
<h1>Locales</h1> </br>
- The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>.
+ The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
-
+ Back
@@ -3826,44 +3811,44 @@ Output:
keyboardq
-
+ Keyboard Model
-
+ Pick your preferred keyboard model or use the default one based on the detected hardware
-
+ Refresh
-
-
+
+ Layouts
-
-
+
+ Keyboard Layout
-
+ Models
-
+ Variants
-
+ Test your keyboard
@@ -3871,17 +3856,7 @@ Output:
localeq
-
-
- System language set to %1
-
-
-
-
- Numbers and dates locale set to %1
-
-
-
+ Change
diff --git a/lang/calamares_en_GB.ts b/lang/calamares_en_GB.ts
index 4f5d4603c..9ab551aa1 100644
--- a/lang/calamares_en_GB.ts
+++ b/lang/calamares_en_GB.ts
@@ -220,7 +220,7 @@
-
+
@@ -257,170 +257,170 @@
Calamares::ViewManager
-
+
-
+ Installation Failed
-
+
-
+ Error
-
-
+
+ &Yes
-
-
+
+ &No
-
+ &Close
-
+
-
+
-
+ Calamares Initialisation Failed
-
+ %1 can not be installed. Calamares was unable to load all of the configured modules. This is a problem with the way Calamares is being used by the distribution.
-
+ <br/>The following modules could not be loaded:
-
+ Continue with setup?
-
+
-
+
-
+ The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong>
-
+
-
+ &Install now
-
+ Go &back
-
+
-
+ &Install
-
+
-
+ The installation is complete. Close the installer.
-
+
-
+ Cancel installation without changing the system.
-
+ &Next
-
+ &Back
-
+ &Done
-
+ &Cancel
-
+
-
+ Cancel installation?
-
+
-
+ Do you really want to cancel the current install process?
@@ -482,12 +482,12 @@ The installer will quit and all changes will be lost.&Cancel
-
+
-
+ %1 Installer
@@ -514,9 +514,9 @@ The installer will quit and all changes will be lost.
-
-
-
+
+
+ Current:
@@ -527,115 +527,115 @@ The installer will quit and all changes will be lost.
-
-
+
+ <strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.
-
+ Reuse %1 as home partition for %2.
-
+ <strong>Select a partition to shrink, then drag the bottom bar to resize</strong>
-
+
-
+ Boot loader location:
-
+ <strong>Select a partition to install on</strong>
-
+ An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.
-
+ The EFI system partition at %1 will be used for starting %2.
-
+ EFI system partition:
-
+ This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
-
-
-
+
+
+
+ <strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.
-
-
-
-
+
+
+
+ <strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.
-
-
-
-
+
+
+
+ <strong>Replace a partition</strong><br/>Replaces a partition with %1.
-
+ This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
+ This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
+ This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.
-
+
-
+
-
+
-
+
-
+
@@ -643,17 +643,17 @@ The installer will quit and all changes will be lost.
ClearMountsJob
-
+ Clear mounts for partitioning operations on %1
-
+ Clearing mounts for partitioning operations on %1.
-
+ Cleared all mounts for %1
@@ -661,22 +661,22 @@ The installer will quit and all changes will be lost.
ClearTempMountsJob
-
+ Clear all temporary mounts.
-
+ Clearing all temporary mounts.
-
+ Cannot get list of temporary mounts.
-
+ Cleared all temporary mounts.
@@ -703,30 +703,30 @@ The installer will quit and all changes will be lost.
Config
-
+ Set keyboard model to %1.<br/>
-
+ Set keyboard layout to %1/%2.
-
+
+
+
+
+
+ The system language will be set to %1.
-
+ The numbers and dates locale will be set to %1.
-
-
-
- Set timezone to %1/%2.<br/>
-
@@ -792,6 +792,46 @@ The installer will quit and all changes will be lost.
+
+
+
+ Your username is too long.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Your hostname is too short.
+
+
+
+
+ Your hostname is too long.
+
+
+
+
+
+
+
+
+
+
+ ContextualProcessJob
@@ -956,40 +996,30 @@ The installer will quit and all changes will be lost.
CreateUserJob
-
+ Create user %1
-
+ Create user <strong>%1</strong>.
-
+ Creating user %1.
-
-
- Sudoers dir is not writable.
-
-
-
+ Cannot create sudoers file for writing.
-
+ Cannot chmod sudoers file.
-
-
-
- Cannot open groups file for reading.
- CreateVolumeGroupDialog
@@ -1227,37 +1257,37 @@ The installer will quit and all changes will be lost.
FillGlobalStorageJob
-
+ Set partition information
-
+ Install %1 on <strong>new</strong> %2 system partition.
-
+ Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.
-
+ Install %2 on %3 system partition <strong>%1</strong>.
-
+ Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.
-
+ Install boot loader on <strong>%1</strong>.
-
+ Setting up mount points.
@@ -1508,12 +1538,12 @@ The installer will quit and all changes will be lost.
KeyboardPage
-
+ Set keyboard model to %1.<br/>
-
+ Set keyboard layout to %1/%2.
@@ -1570,32 +1600,32 @@ The installer will quit and all changes will be lost.
-
+ I accept the terms and conditions above.
-
+
-
+
-
+
-
+
-
+
@@ -1671,41 +1701,26 @@ The installer will quit and all changes will be lost.
LocalePage
-
+ Region:
-
+ Zone:
-
-
+
+ &Change...
-
-
-
- The system language will be set to %1.
-
-
-
-
- The numbers and dates locale will be set to %1.
-
-
-
-
- Set timezone to %1/%2.<br/>
- LocaleQmlViewStep
-
+ Location
@@ -1713,7 +1728,7 @@ The installer will quit and all changes will be lost.
LocaleViewStep
-
+ Location
@@ -1775,7 +1790,7 @@ The installer will quit and all changes will be lost.
Map
-
+
@@ -2176,7 +2191,7 @@ The installer will quit and all changes will be lost.
Unknown error
-
+
@@ -2515,112 +2530,112 @@ The installer will quit and all changes will be lost.
Gathering system information...
-
+ Partitions
-
+ Install %1 <strong>alongside</strong> another operating system.
-
+ <strong>Erase</strong> disk and install %1.
-
+ <strong>Replace</strong> a partition with %1.
-
+ <strong>Manual</strong> partitioning.
-
+ Install %1 <strong>alongside</strong> another operating system on disk <strong>%2</strong> (%3).
-
+ <strong>Erase</strong> disk <strong>%2</strong> (%3) and install %1.
-
+ <strong>Replace</strong> a partition on disk <strong>%2</strong> (%3) with %1.
-
+ <strong>Manual</strong> partitioning on disk <strong>%1</strong> (%2).
-
+ Disk <strong>%1</strong> (%2)
-
+ Current:
-
+ After:
-
+ No EFI system partition configured
-
+
-
+
-
+ EFI system partition flag not set
-
+
-
+
-
+ Boot partition not encrypted
-
+ A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.
-
+
-
+
@@ -2668,17 +2683,17 @@ The installer will quit and all changes will be lost.
PreserveFiles
-
+ Saving files for later...
-
+ No files configured to save for later.
-
+ Not all of the configured files could be preserved.
@@ -3161,29 +3176,29 @@ Output:
SetKeyboardLayoutJob
-
+ Set keyboard model to %1, layout to %2-%3
-
+ Failed to write keyboard configuration for the virtual console.
-
-
-
+
+
+ Failed to write to %1
-
+ Failed to write keyboard configuration for X11.
-
+ Failed to write keyboard configuration to existing /etc/default directory.
@@ -3416,28 +3431,28 @@ Output:
TrackingKUserFeedbackJob
-
+
-
+
-
-
+
+
-
+
-
+
@@ -3445,28 +3460,28 @@ Output:
TrackingMachineUpdateManagerJob
-
+ Machine feedback
-
+ Configuring machine feedback.
-
-
+
+ Error in machine feedback configuration.
-
+ Could not configure machine feedback correctly, script error %1.
-
+ Could not configure machine feedback correctly, Calamares error %1.
@@ -3525,47 +3540,17 @@ Output:
UsersPage
-
+
-
+
-
-
- Your username is too long.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Your hostname is too short.
-
-
-
-
- Your hostname is too long.
-
-
-
-
-
-
-
-
+ Your passwords do not match!
@@ -3573,7 +3558,7 @@ Output:
UsersViewStep
-
+ Users
@@ -3786,19 +3771,19 @@ Output:
i18n
-
+
-
+
+ The system locale setting affects the numbers and dates format. The current setting is <strong>%1</strong>.
-
+
@@ -3806,44 +3791,44 @@ Output:
keyboardq
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
+
-
+
-
+
@@ -3851,17 +3836,7 @@ Output:
localeq
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/lang/calamares_eo.ts b/lang/calamares_eo.ts
index dedcbbc29..95dd4e9a9 100644
--- a/lang/calamares_eo.ts
+++ b/lang/calamares_eo.ts
@@ -220,7 +220,7 @@
-
+
@@ -257,170 +257,170 @@
Calamares::ViewManager
-
+
-
+
-
+
-
+ Eraro
-
-
+
+ &Jes
-
-
+
+ &Ne
-
+ &Fermi
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+ &Aranĝu nun
-
+ &Instali nun
-
+ Iru &Reen
-
+ &Aranĝu
-
+ &Instali
-
+
-
+
-
+
-
+ Nuligi instalado sen ŝanĝante la sistemo.
-
+ &Sekva
-
+ &Reen
-
+ &Finita
-
+ &Nuligi
-
+
-
+ Nuligi instalado?
-
+
-
+ Ĉu vi vere volas nuligi la instalan procedon?
@@ -482,12 +482,12 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos.&Nuligi
-
+
-
+ %1 Instalilo
@@ -514,9 +514,9 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos.
-
-
-
+
+
+ Nune:
@@ -527,115 +527,115 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos.
-
- <strong>Manan aranĝaĵon de subdisko</strong><br/>Vi povas kreii aŭ regrandigi subdiskon ajne.
+
+
-
+
-
+
-
+
-
+ Allokigo de la Praŝargilo:
-
+
-
+
-
+
-
+
-
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -643,17 +643,17 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos.
ClearMountsJob
-
+
-
+
-
+
@@ -661,22 +661,22 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos.
ClearTempMountsJob
-
+
-
+
-
+
-
+
@@ -703,30 +703,30 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos.
Config
-
+
-
+
-
+
+
+
+
+
+
-
+
-
-
-
-
-
@@ -792,6 +792,46 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ContextualProcessJob
@@ -956,40 +996,30 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos.
CreateUserJob
-
+
-
+
-
+
-
-
-
-
-
-
+
-
+
-
-
-
-
- CreateVolumeGroupDialog
@@ -1227,37 +1257,37 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos.
FillGlobalStorageJob
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -1508,12 +1538,12 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos.
KeyboardPage
-
+
-
+
@@ -1570,32 +1600,32 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos.
-
+
-
+
-
+
-
+
-
+
-
+
@@ -1671,41 +1701,26 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos.
LocalePage
-
+
-
+
-
-
+
+ &Ŝanĝu...
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- LocaleQmlViewStep
-
+
@@ -1713,7 +1728,7 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos.
LocaleViewStep
-
+
@@ -1775,7 +1790,7 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos.
Map
-
+
@@ -2176,7 +2191,7 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos.
-
+
@@ -2515,112 +2530,112 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos.
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+ Nune:
-
+ Poste:
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -2668,17 +2683,17 @@ La instalilo forlasos kaj ĉiuj ŝanĝoj perdos.
PreserveFiles
-
+
-
+
-
+
@@ -3158,29 +3173,29 @@ Output:
SetKeyboardLayoutJob
-
+
-
+
-
-
-
+
+
+
-
+
-
+
@@ -3413,28 +3428,28 @@ Output:
TrackingKUserFeedbackJob
-
+
-
+
-
-
+
+
-
+
-
+
@@ -3442,28 +3457,28 @@ Output:
TrackingMachineUpdateManagerJob
-