Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurphy <git@murphy-in.space>2023-03-26 21:42:24 +0200
committerGitHub <noreply@github.com>2023-03-26 21:42:24 +0200
commit6fdfd93e69aa27dd521449d363cdc66cf8429815 (patch)
treead29e46bf5df6567b32f5fb66547e8beeef505c5
parentf6113107d6c7df763301de0816dcd1ae1d4ace4d (diff)
Partition creation prompt text (#1683)
* new prompt text * remove quotes
-rw-r--r--archinstall/lib/user_interaction/partitioning_conf.py4
-rw-r--r--archinstall/locales/ar/LC_MESSAGES/base.po4
-rw-r--r--archinstall/locales/base.pot4
-rw-r--r--archinstall/locales/cs/LC_MESSAGES/base.po6
-rw-r--r--archinstall/locales/de/LC_MESSAGES/base.po8
-rw-r--r--archinstall/locales/el/LC_MESSAGES/base.po6
-rw-r--r--archinstall/locales/en/LC_MESSAGES/base.po5
-rw-r--r--archinstall/locales/es/LC_MESSAGES/base.po6
-rw-r--r--archinstall/locales/fr/LC_MESSAGES/base.po6
-rw-r--r--archinstall/locales/id/LC_MESSAGES/base.po6
-rw-r--r--archinstall/locales/it/LC_MESSAGES/base.po6
-rw-r--r--archinstall/locales/ka/LC_MESSAGES/base.po6
-rw-r--r--archinstall/locales/ko/LC_MESSAGES/base.po6
-rw-r--r--archinstall/locales/nl/LC_MESSAGES/base.po6
-rw-r--r--archinstall/locales/pl/LC_MESSAGES/base.po6
-rw-r--r--archinstall/locales/pt/LC_MESSAGES/base.po6
-rw-r--r--archinstall/locales/pt_BR/LC_MESSAGES/base.po6
-rw-r--r--archinstall/locales/ru/LC_MESSAGES/base.po6
-rw-r--r--archinstall/locales/sv/LC_MESSAGES/base.po6
-rw-r--r--archinstall/locales/ta/LC_MESSAGES/base.po6
-rw-r--r--archinstall/locales/tr/LC_MESSAGES/base.po6
-rw-r--r--archinstall/locales/uk/LC_MESSAGES/base.po6
-rw-r--r--archinstall/locales/ur/LC_MESSAGES/base.po6
-rw-r--r--archinstall/locales/zh-CN/LC_MESSAGES/base.po6
24 files changed, 128 insertions, 11 deletions
diff --git a/archinstall/lib/user_interaction/partitioning_conf.py b/archinstall/lib/user_interaction/partitioning_conf.py
index cff76dc2..0a5ede51 100644
--- a/archinstall/lib/user_interaction/partitioning_conf.py
+++ b/archinstall/lib/user_interaction/partitioning_conf.py
@@ -208,7 +208,7 @@ def manage_new_and_existing_partitions(block_device: 'BlockDevice') -> Dict[str,
if fs_choice.type_ == MenuSelectionType.Skip:
continue
- prompt = str(_('Enter the start sector (percentage or block number, default: {}): ')).format(
+ prompt = str(_('Enter the start location (in parted units: s, GB, %, etc. ; default: {}): ')).format(
block_device.first_free_sector
)
start = input(prompt).strip()
@@ -219,7 +219,7 @@ def manage_new_and_existing_partitions(block_device: 'BlockDevice') -> Dict[str,
else:
end_suggested = '100%'
- prompt = str(_('Enter the end sector of the partition (percentage or block number, ex: {}): ')).format(
+ prompt = str(_('Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): ')).format(
end_suggested
)
end = input(prompt).strip()
diff --git a/archinstall/locales/ar/LC_MESSAGES/base.po b/archinstall/locales/ar/LC_MESSAGES/base.po
index 1a9fc1aa..1207e31d 100644
--- a/archinstall/locales/ar/LC_MESSAGES/base.po
+++ b/archinstall/locales/ar/LC_MESSAGES/base.po
@@ -97,10 +97,10 @@ msgstr ""
msgid "Enter a desired filesystem type for the partition"
msgstr ""
-msgid "Enter the start sector (percentage or block number, default: {}): "
+msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): "
msgstr ""
-msgid "Enter the end sector of the partition (percentage or block number, ex: {}): "
+msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): "
msgstr ""
msgid "{} contains queued partitions, this will remove those, are you sure?"
diff --git a/archinstall/locales/base.pot b/archinstall/locales/base.pot
index 2becbbf3..dd4076d6 100644
--- a/archinstall/locales/base.pot
+++ b/archinstall/locales/base.pot
@@ -97,11 +97,11 @@ msgstr ""
msgid "Enter a desired filesystem type for the partition"
msgstr ""
-msgid "Enter the start sector (percentage or block number, default: {}): "
+msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): "
msgstr ""
msgid ""
-"Enter the end sector of the partition (percentage or block number, ex: {}): "
+"Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): "
msgstr ""
msgid "{} contains queued partitions, this will remove those, are you sure?"
diff --git a/archinstall/locales/cs/LC_MESSAGES/base.po b/archinstall/locales/cs/LC_MESSAGES/base.po
index b3dea244..42bbb7d5 100644
--- a/archinstall/locales/cs/LC_MESSAGES/base.po
+++ b/archinstall/locales/cs/LC_MESSAGES/base.po
@@ -94,6 +94,12 @@ msgstr "Zvolte co dělat s {}"
msgid "Enter a desired filesystem type for the partition"
msgstr "Zadejte požadovaný souborový systém pro oddíl"
+msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): "
+msgstr ""
+
+msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): "
+msgstr ""
+
msgid "Enter the start sector (percentage or block number, default: {}): "
msgstr "Zadejte počáteční sektor (procenta nebo číslo bloku, výchozí: {}): "
diff --git a/archinstall/locales/de/LC_MESSAGES/base.po b/archinstall/locales/de/LC_MESSAGES/base.po
index dee2b481..ab7e8ef8 100644
--- a/archinstall/locales/de/LC_MESSAGES/base.po
+++ b/archinstall/locales/de/LC_MESSAGES/base.po
@@ -96,11 +96,11 @@ msgstr ""
msgid "Enter a desired filesystem type for the partition"
msgstr "Bitte wählen Sie einen Dateisystemtyp für die Partition aus"
-msgid "Enter the start sector (percentage or block number, default: {}): "
-msgstr "Bitte geben Sie den start Sektor ein (in Prozent oder Blocknummer, default: {}): "
+msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): "
+msgstr "Bitte geben Sie die Startposition ein (in parted Einheiten: s, GB, %, etc. ; default: {}): "
-msgid "Enter the end sector of the partition (percentage or block number, ex: {}): "
-msgstr "Bitte geben Sie den end Sektor ein (in Prozent oder Blocknummer, default: {}): "
+msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): "
+msgstr "Bitte geben Sie die Endposition ein (in parted Einheiten: s, GB, %, etc. ; default: {}): "
msgid "{} contains queued partitions, this will remove those, are you sure?"
msgstr "{} enthält Partitionen in der Warteschlange, dies werden damit entfernt, sind sie sicher?"
diff --git a/archinstall/locales/el/LC_MESSAGES/base.po b/archinstall/locales/el/LC_MESSAGES/base.po
index c41dbb7e..ddbfa437 100644
--- a/archinstall/locales/el/LC_MESSAGES/base.po
+++ b/archinstall/locales/el/LC_MESSAGES/base.po
@@ -96,6 +96,12 @@ msgstr ""
msgid "Enter a desired filesystem type for the partition"
msgstr "Εισάγετε ένα επιθυμητό τύπο συστήματος αρχείων για τη διαμέριση"
+msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): "
+msgstr ""
+
+msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): "
+msgstr ""
+
msgid "Enter the start sector (percentage or block number, default: {}): "
msgstr "Εισάγετε τον start sector (ποσοστό ή αριθμό block, προκαθορισμένο {}): "
diff --git a/archinstall/locales/en/LC_MESSAGES/base.po b/archinstall/locales/en/LC_MESSAGES/base.po
index 62543eaa..f458aa76 100644
--- a/archinstall/locales/en/LC_MESSAGES/base.po
+++ b/archinstall/locales/en/LC_MESSAGES/base.po
@@ -94,7 +94,10 @@ msgstr ""
msgid "Enter a desired filesystem type for the partition"
msgstr ""
-msgid "Enter the start sector (percentage or block number, default: {}): "
+msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): "
+msgstr ""
+
+msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): "
msgstr ""
msgid "Enter the end sector of the partition (percentage or block number, ex: {}): "
diff --git a/archinstall/locales/es/LC_MESSAGES/base.po b/archinstall/locales/es/LC_MESSAGES/base.po
index f744daae..377488f8 100644
--- a/archinstall/locales/es/LC_MESSAGES/base.po
+++ b/archinstall/locales/es/LC_MESSAGES/base.po
@@ -96,6 +96,12 @@ msgstr ""
msgid "Enter a desired filesystem type for the partition"
msgstr "Ingrese un tipo de sistema de archivos deseado para la partición"
+msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): "
+msgstr ""
+
+msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): "
+msgstr ""
+
msgid "Enter the start sector (percentage or block number, default: {}): "
msgstr "Introduzca el sector de inicio (porcentaje o número de bloque, predeterminado: {}): "
diff --git a/archinstall/locales/fr/LC_MESSAGES/base.po b/archinstall/locales/fr/LC_MESSAGES/base.po
index ada12b8e..3fa12a34 100644
--- a/archinstall/locales/fr/LC_MESSAGES/base.po
+++ b/archinstall/locales/fr/LC_MESSAGES/base.po
@@ -93,6 +93,12 @@ msgstr ""
msgid "Enter a desired filesystem type for the partition"
msgstr "Entrer un type de système de fichiers souhaité pour la partition"
+msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): "
+msgstr ""
+
+msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): "
+msgstr ""
+
msgid "Enter the start sector (percentage or block number, default: {}): "
msgstr "Entrer le secteur de début (pourcentage ou numéro de bloc, par défaut : {}) : "
diff --git a/archinstall/locales/id/LC_MESSAGES/base.po b/archinstall/locales/id/LC_MESSAGES/base.po
index 85479389..99788ed6 100644
--- a/archinstall/locales/id/LC_MESSAGES/base.po
+++ b/archinstall/locales/id/LC_MESSAGES/base.po
@@ -96,6 +96,12 @@ msgstr ""
msgid "Enter a desired filesystem type for the partition"
msgstr "Masukkan jenis filesystem yang diinginkan untuk partisi"
+msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): "
+msgstr ""
+
+msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): "
+msgstr ""
+
msgid "Enter the start sector (percentage or block number, default: {}): "
msgstr "Masukkan sektor awal (persentase atau nomor blok, default: {}): "
diff --git a/archinstall/locales/it/LC_MESSAGES/base.po b/archinstall/locales/it/LC_MESSAGES/base.po
index 176d3959..18015fc8 100644
--- a/archinstall/locales/it/LC_MESSAGES/base.po
+++ b/archinstall/locales/it/LC_MESSAGES/base.po
@@ -96,6 +96,12 @@ msgstr ""
msgid "Enter a desired filesystem type for the partition"
msgstr "Immettere un tipo di filesystem desiderato per la partizione"
+msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): "
+msgstr ""
+
+msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): "
+msgstr ""
+
msgid "Enter the start sector (percentage or block number, default: {}): "
msgstr "Inserisci il settore iniziale (percentuale o numero di blocco, predefinito: {}): "
diff --git a/archinstall/locales/ka/LC_MESSAGES/base.po b/archinstall/locales/ka/LC_MESSAGES/base.po
index 6357d1a7..46d198ec 100644
--- a/archinstall/locales/ka/LC_MESSAGES/base.po
+++ b/archinstall/locales/ka/LC_MESSAGES/base.po
@@ -97,6 +97,12 @@ msgstr ""
msgid "Enter a desired filesystem type for the partition"
msgstr "შეიყვანეთ დანაყოფის სასურველი ფაილური სისტემის ტიპი"
+msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): "
+msgstr ""
+
+msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): "
+msgstr ""
+
msgid "Enter the start sector (percentage or block number, default: {}): "
msgstr "შეიყვანეთ საწყისი სექტორი (პროცენტებში ან ბლოკის ნომერი. ნაგულისხმები: {}): "
diff --git a/archinstall/locales/ko/LC_MESSAGES/base.po b/archinstall/locales/ko/LC_MESSAGES/base.po
index b0a85c64..7b914a90 100644
--- a/archinstall/locales/ko/LC_MESSAGES/base.po
+++ b/archinstall/locales/ko/LC_MESSAGES/base.po
@@ -96,6 +96,12 @@ msgstr ""
msgid "Enter a desired filesystem type for the partition"
msgstr "파티션에 대해 원하는 파일 시스템 유형을 입력하세요"
+msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): "
+msgstr ""
+
+msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): "
+msgstr ""
+
msgid "Enter the start sector (percentage or block number, default: {}): "
msgstr "시작 섹터를 입력하세요 (백분율 또는 블록 번호, 기본값: {}): "
diff --git a/archinstall/locales/nl/LC_MESSAGES/base.po b/archinstall/locales/nl/LC_MESSAGES/base.po
index b7323059..2986779b 100644
--- a/archinstall/locales/nl/LC_MESSAGES/base.po
+++ b/archinstall/locales/nl/LC_MESSAGES/base.po
@@ -97,6 +97,12 @@ msgstr ""
msgid "Enter a desired filesystem type for the partition"
msgstr "Kies het gewenste bestandssysteem voor de partitie"
+msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): "
+msgstr ""
+
+msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): "
+msgstr ""
+
msgid "Enter the start sector (percentage or block number, default: {}): "
msgstr "Voer de beginsector in (percentage of bloknummer - standaard: {}): "
diff --git a/archinstall/locales/pl/LC_MESSAGES/base.po b/archinstall/locales/pl/LC_MESSAGES/base.po
index 6655bbbd..363c5d9f 100644
--- a/archinstall/locales/pl/LC_MESSAGES/base.po
+++ b/archinstall/locales/pl/LC_MESSAGES/base.po
@@ -96,6 +96,12 @@ msgstr ""
msgid "Enter a desired filesystem type for the partition"
msgstr "Wprowadź typ systemu plików dla partycji"
+msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): "
+msgstr ""
+
+msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): "
+msgstr ""
+
msgid "Enter the start sector (percentage or block number, default: {}): "
msgstr "Wprowadź sektor początkowy (procent lub numer bloku, domyślnie: {}): "
diff --git a/archinstall/locales/pt/LC_MESSAGES/base.po b/archinstall/locales/pt/LC_MESSAGES/base.po
index 683de0ad..6c7338d4 100644
--- a/archinstall/locales/pt/LC_MESSAGES/base.po
+++ b/archinstall/locales/pt/LC_MESSAGES/base.po
@@ -95,6 +95,12 @@ msgstr ""
msgid "Enter a desired filesystem type for the partition"
msgstr "Escreve o tipo de sistema de ficheiros desejado para a partição"
+msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): "
+msgstr ""
+
+msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): "
+msgstr ""
+
msgid "Enter the start sector (percentage or block number, default: {}): "
msgstr "Escreve o sector de início (percentagem ou número de bloco, padrão: {}): "
diff --git a/archinstall/locales/pt_BR/LC_MESSAGES/base.po b/archinstall/locales/pt_BR/LC_MESSAGES/base.po
index 938f5068..8d1db8ac 100644
--- a/archinstall/locales/pt_BR/LC_MESSAGES/base.po
+++ b/archinstall/locales/pt_BR/LC_MESSAGES/base.po
@@ -94,6 +94,12 @@ msgstr ""
msgid "Enter a desired filesystem type for the partition"
msgstr "Digite o tipo de sistema de arquivos desejado para a partição"
+msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): "
+msgstr ""
+
+msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): "
+msgstr ""
+
msgid "Enter the start sector (percentage or block number, default: {}): "
msgstr "Digite o setor de início (porcentagem ou número do bloco, padrão: {}): "
diff --git a/archinstall/locales/ru/LC_MESSAGES/base.po b/archinstall/locales/ru/LC_MESSAGES/base.po
index d8762ef6..bdb1c4b6 100644
--- a/archinstall/locales/ru/LC_MESSAGES/base.po
+++ b/archinstall/locales/ru/LC_MESSAGES/base.po
@@ -97,6 +97,12 @@ msgstr ""
msgid "Enter a desired filesystem type for the partition"
msgstr "Введите желаемый тип файловой системы для раздела"
+msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): "
+msgstr ""
+
+msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): "
+msgstr ""
+
msgid "Enter the start sector (percentage or block number, default: {}): "
msgstr "Введите начальный сектор (процент или номер блока, по умолчанию: {}): "
diff --git a/archinstall/locales/sv/LC_MESSAGES/base.po b/archinstall/locales/sv/LC_MESSAGES/base.po
index fc311551..8bc51650 100644
--- a/archinstall/locales/sv/LC_MESSAGES/base.po
+++ b/archinstall/locales/sv/LC_MESSAGES/base.po
@@ -97,6 +97,12 @@ msgstr ""
msgid "Enter a desired filesystem type for the partition"
msgstr "Mata in önskad filsystemtyp för partition"
+msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): "
+msgstr ""
+
+msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): "
+msgstr ""
+
msgid "Enter the start sector (percentage or block number, default: {}): "
msgstr "Mata in startsektor (procent eller block-nummer, standard: {}): "
diff --git a/archinstall/locales/ta/LC_MESSAGES/base.po b/archinstall/locales/ta/LC_MESSAGES/base.po
index 4375f477..763e9fc9 100644
--- a/archinstall/locales/ta/LC_MESSAGES/base.po
+++ b/archinstall/locales/ta/LC_MESSAGES/base.po
@@ -96,6 +96,12 @@ msgstr ""
msgid "Enter a desired filesystem type for the partition"
msgstr "பகிர்வுக்கு தேவையான கோப்பு முறைமை வகையை உள்ளிடவும்"
+msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): "
+msgstr ""
+
+msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): "
+msgstr ""
+
msgid "Enter the start sector (percentage or block number, default: {}): "
msgstr "தொடக்கப் பிரிவை உள்ளிடவும் (சதவீதம் அல்லது தொகுதி எண், இயல்புநிலை: {}): "
diff --git a/archinstall/locales/tr/LC_MESSAGES/base.po b/archinstall/locales/tr/LC_MESSAGES/base.po
index fd1e2393..d31db52d 100644
--- a/archinstall/locales/tr/LC_MESSAGES/base.po
+++ b/archinstall/locales/tr/LC_MESSAGES/base.po
@@ -97,6 +97,12 @@ msgstr ""
msgid "Enter a desired filesystem type for the partition"
msgstr "Disk bölümü için arzu edilen bir dosya systemi tipi girin"
+msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): "
+msgstr ""
+
+msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): "
+msgstr ""
+
msgid "Enter the start sector (percentage or block number, default: {}): "
msgstr "Başlangıç kesimini girin (yüzde ya da blok numarası, varsayılan: {}): "
diff --git a/archinstall/locales/uk/LC_MESSAGES/base.po b/archinstall/locales/uk/LC_MESSAGES/base.po
index 3589df98..8216c4a7 100644
--- a/archinstall/locales/uk/LC_MESSAGES/base.po
+++ b/archinstall/locales/uk/LC_MESSAGES/base.po
@@ -96,6 +96,12 @@ msgstr ""
msgid "Enter a desired filesystem type for the partition"
msgstr "Введіть бажаний тип файлової системи для розділу"
+msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): "
+msgstr ""
+
+msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): "
+msgstr ""
+
msgid "Enter the start sector (percentage or block number, default: {}): "
msgstr "Введіть початковий сектор (відсоток або номер блоку, за замовчуванням: {}): "
diff --git a/archinstall/locales/ur/LC_MESSAGES/base.po b/archinstall/locales/ur/LC_MESSAGES/base.po
index 0b024031..fc8174da 100644
--- a/archinstall/locales/ur/LC_MESSAGES/base.po
+++ b/archinstall/locales/ur/LC_MESSAGES/base.po
@@ -96,6 +96,12 @@ msgstr ""
msgid "Enter a desired filesystem type for the partition"
msgstr "اس پارٹیشن کے لیے مطلوبہ فائل سسٹم درج کریں"
+msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): "
+msgstr ""
+
+msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): "
+msgstr ""
+
msgid "Enter the start sector (percentage or block number, default: {}): "
msgstr "اسٹارٹ سیکٹر درج کریں (فیصد یا بلاک نمبر، ڈیفالٹ: {}):"
diff --git a/archinstall/locales/zh-CN/LC_MESSAGES/base.po b/archinstall/locales/zh-CN/LC_MESSAGES/base.po
index 60f88a01..78e86f8e 100644
--- a/archinstall/locales/zh-CN/LC_MESSAGES/base.po
+++ b/archinstall/locales/zh-CN/LC_MESSAGES/base.po
@@ -96,6 +96,12 @@ msgstr ""
msgid "Enter a desired filesystem type for the partition"
msgstr "为分区输入所需的文件系统类型"
+msgid "Enter the start location (in parted units: s, GB, %, etc. ; default: {}): "
+msgstr ""
+
+msgid "Enter the end location (in parted units: s, GB, %, etc. ; ex: {}): "
+msgstr ""
+
msgid "Enter the start sector (percentage or block number, default: {}): "
msgstr "输入起始扇区(百分比或块号,默认:{}): "