Hugo Carvalho
dd5cbc93fa
Update Portuguese translation ( #2629 )
2024-08-26 02:37:27 +10:00
Anton Hvornum
f6776f3801
Bumping version to: v2.8.2 ( #2616 )
2024-08-17 10:07:02 +02:00
Anton Hvornum
e938074123
Updated all language files in prep for release ( #2544 )
2024-06-23 10:16:49 +02:00
Anton Hvornum
7d9e9d8ba0
Bumping version to: v2.8.0 ( #2460 )
2024-04-15 06:50:17 +02:00
Hugo Carvalho
e76ca0ad94
Update Portuguese (pt) translation ( #2270 )
2023-11-27 16:46:46 +01:00
Anton Hvornum
62296cfa12
Prepare for release 2.7.0 ( #2252 )
...
* Preparing release
* Bumping version to: v2.7.0
2023-11-23 09:45:47 +01:00
Anton Hvornum
a78ab490be
Bumping version to: v2.6.3 ( #2135 )
2023-09-30 15:56:22 +02:00
K.B.Dharun Krishna
abd5aeba6a
po: update Tamil translation ( #2096 )
...
* po: update Tamil translation
* Update translation workflow check
* Update translation workflow check
* Update translation workflow check
* Update translation files
* Update translation workflow check
---------
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-09-24 11:03:04 +10:00
Daniel Girtler
91c2906f3c
Fix broken action check ( #2060 )
...
* Fix broken action check
2023-09-17 22:12:34 +10:00
Hugo Carvalho
418351d5ef
Update Portuguese translation ( #1976 )
...
More corrections
2023-09-15 18:41:20 +10:00
Hugo Carvalho
81ef09c336
Fix and update Portuguese translation ( #1972 )
2023-08-02 12:27:47 +02:00
Daniel Girtler
92b0d0f833
Fixes 1861 ( #1870 )
...
* Fix translation files
* Add github action
* Update
* Update
---------
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-06-14 00:26:15 +02:00
George Angelopoulos
b60a055348
remove accidentally added space ( #1845 )
2023-06-05 16:58:35 +02:00
George Angelopoulos
b02e00d22e
Rephrase NetworkManager dependency message for clarity. ( #1834 )
...
The phrase "X necessary to configure Y in Z" is at best ambiguous and
could mean that Y and Z are required by X, while the intended message is
the reverse. The phrase "necessary for configuring" makes the
relationship clearer.
2023-06-05 12:27:58 +02:00
Daniel Girtler
91ee3575d3
Fix 1749 ( #1840 )
...
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
Co-authored-by: Anton Hvornum <anton@hvornum.se>
2023-06-05 10:47:14 +02:00
Error504TimeOut
4da7d537a5
Updated German Translation ( #1825 )
...
* Add files via upload
* Fixed errors and completed German translation
* fixed minor error
2023-06-05 10:11:02 +02:00
Daniel Girtler
00b0ae7ba4
PyParted and a large rewrite of the underlying partitioning ( #1604 )
...
* Invert mypy files
* Add optional pre-commit hooks
* New profile structure
* Serialize profiles
* Use profile instead of classmethod
* Custom profile setup
* Separator between back
* Support profile import via url
* Move profiles module
* Refactor files
* Remove symlink
* Add user to docker group
* Update schema description
* Handle list services
* mypy fixes
* mypy fixes
* Rename profilesv2 to profiles
* flake8
* mypy again
* Support selecting DM
* Fix mypy
* Cleanup
* Update greeter setting
* Update schema
* Revert toml changes
* Poc external dependencies
* Dependency support
* New encryption menu
* flake8
* Mypy and flake8
* Unify lsblk command
* Update bootloader configuration
* Git hooks
* Fix import
* Pyparted
* Remove custom font setting
* flake8
* Remove default preview
* Manual partitioning menu
* Update structure
* Disk configuration
* Update filesystem
* luks2 encryption
* Everything works until installation
* Btrfsutil
* Btrfs handling
* Update btrfs
* Save encryption config
* Fix pipewire issue
* Update mypy version
* Update all pre-commit
* Update package versions
* Revert audio/pipewire
* Merge master PRs
* Add master changes
* Merge master changes
* Small renaming
* Pull master changes
* Reset disk enc after disk config change
* Generate locals
* Update naming
* Fix imports
* Fix broken sync
* Fix pre selection on table menu
* Profile menu
* Update profile
* Fix post_install
* Added python-pyparted to PKGBUILD, this requires [testing] to be enabled in order to run makepkg. Package still works via python -m build etc.
* Swaped around some setuptools logic in pyproject
Since we define `package-data` and `packages` there should be no need for:
```
[tool.setuptools.packages.find]
where = ["archinstall", "archinstall.*"]
```
* Removed pyproject collisions. Duplicate definitions.
* Made sure pyproject.toml includes languages
* Add example and update README
* Fix pyproject issues
* Generate locale
* Refactor imports
* Simplify imports
* Add profile description and package examples
* Align code
* Fix mypy
* Simplify imports
* Fix saving config
* Fix wrong luks merge
* Refactor installation
* Fix cdrom device loading
* Fix wrongly merged code
* Fix imports and greeter
* Don't terminate on partprobe error
* Use specific path on partprobe from luks
* Update archinstall/lib/disk/device_model.py
Co-authored-by: codefiles <11915375+codefiles@users.noreply.github.com>
* Update archinstall/lib/disk/device_model.py
Co-authored-by: codefiles <11915375+codefiles@users.noreply.github.com>
* Update github workflow to test archinstall installation
* Update sway merge
* Generate locales
* Update workflow
---------
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
Co-authored-by: Anton Hvornum <anton@hvornum.se>
Co-authored-by: Anton Hvornum <anton.feeds+github@gmail.com>
Co-authored-by: codefiles <11915375+codefiles@users.noreply.github.com>
2023-04-19 12:55:42 +02:00
laymoth
60cdb81c78
Update locale files ( #1699 )
2023-03-30 10:55:28 +02:00
Murphy
6fdfd93e69
Partition creation prompt text ( #1683 )
...
* new prompt text
* remove quotes
2023-03-26 21:42:24 +02:00
Daniel Girtler
c3862c5779
New encryption menu ( #1520 )
...
* New encryption menu
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
Co-authored-by: Anton Hvornum <anton@hvornum.se>
2022-11-11 09:40:05 +01:00
Joel Larson
2d9804f880
Update locale files with ./locales_generator.sh to be current ( #1372 )
2022-09-09 09:17:31 +02:00
Daniel Girtler
4dcd5e684f
Move deserialization into init ( #1456 )
...
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2022-09-06 08:31:08 +02:00
Rafael Fontenelle
e12a0e6b7a
Update pt br ( #1396 )
...
* Update locales
* Update pt_BR
2022-09-02 12:32:17 +02:00
Daniel Girtler
0bdb46f308
Fancy user interface ( #1320 )
...
* Display submenus as tables
* Update
* Update
* Update
* Update
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2022-06-09 14:54:12 +02:00
Anton Hvornum
47928b0bcc
Fixing swedish translation ( #1202 )
2022-05-17 10:42:27 +02:00
Reza
bdf11913d4
Fix lengthy translations in Main Menu (Important) ( #1195 )
...
* Fix lengthy translations in Main Menu
* rename 'Additional repositories' to 'Optional repositories'
* rename 'Drives' to 'Drive(s)'
* rename 'Choose keyboard layout' to 'Select keyboard layout'
2022-05-16 23:11:09 +02:00
Gonçalo Candeias Amaro
b29c4af770
Internationalized portuguese and made it less formal ( #1179 )
2022-05-16 09:16:14 +02:00
Daniel Girtler
f80144e7c7
Fixes #1048 and translation updates ( #1156 )
...
* Remove comments from translation files
* Add german translations
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2022-05-10 16:20:53 +02:00
cain-dev
c354c2bbfe
typo ( #1137 )
2022-05-07 06:57:05 +02:00
cain-dev
f05b6a64b5
another typo ( #1136 )
2022-05-07 06:56:51 +02:00
cain-dev
3d242018a0
typo ( #1135 )
2022-05-07 06:56:25 +02:00
Lucas Pires Camargo
bd7d1d8aa5
[locale] added Portuguese (pt) translation ( #1128 )
2022-05-06 14:47:06 +02:00