Commit Graph

2694 Commits

Author SHA1 Message Date
Zahid Rizky Fakhri
911ecbec2b
Translated using Weblate (Indonesian)
Currently translated at 82.3% (2803 of 3403 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/id/
Signed-off-by: Zahid Rizky Fakhri <zahidrizkyfakhri@gmail.com>
2025-03-23 09:00:41 +01:00
phpMyAdmin bot
4544d4cdcc Update po files
[ci skip]

Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2025-03-23 00:32:49 +00:00
Zahid Rizky Fakhri
d0bf48bbdf
Translated using Weblate (Indonesian)
Currently translated at 80.1% (2728 of 3403 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/id/
Signed-off-by: Zahid Rizky Fakhri <zahidrizkyfakhri@gmail.com>
2025-03-22 04:59:39 +01:00
Zahid Rizky Fakhri
30dcdcc505
Translated using Weblate (Indonesian)
Currently translated at 79.2% (2698 of 3403 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/id/
Signed-off-by: Zahid Rizky Fakhri <zahidrizkyfakhri@gmail.com>
2025-03-21 11:22:08 +01:00
Faissal Wahabali
c97301ccfc
Disable Search input on unary operators (#19536)
* disable input on unary operators

Signed-off-by: faissaloux <fwahabali@gmail.com>

* use toggle instead of show/hide

Signed-off-by: faissaloux <fwahabali@gmail.com>

* lint

Signed-off-by: faissaloux <fwahabali@gmail.com>

---------

Signed-off-by: faissaloux <fwahabali@gmail.com>
2025-03-20 15:45:49 -03:00
吴绮
92a051e9c1
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 99.3% (3382 of 3403 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/zh_Hans/
Signed-off-by: 吴绮 <rs2.free@qq.com>
2025-03-20 19:17:24 +01:00
AefghThreenine
abf8dc7e99
Translated using Weblate (Thai)
Currently translated at 36.0% (1228 of 3403 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/th/
Signed-off-by: AefghThreenine <aefgh39622@gmail.com>
2025-03-18 15:23:54 +01:00
Fulup Jakez
a0a6b29282
Translated using Weblate (Breton)
Currently translated at 15.8% (541 of 3403 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/br/
Signed-off-by: Fulup Jakez <fulup.jakez@gmail.com>
2025-03-17 20:29:59 +01:00
Maurício Meneghini Fauth
e941044cc7
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-03-17 16:24:03 -03:00
Fulup Jakez
ba5bc8dfb4
Translated using Weblate (Breton)
Currently translated at 15.2% (519 of 3403 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/br/
Signed-off-by: Fulup Jakez <fulup.jakez@gmail.com>
2025-03-17 08:46:24 +01:00
Hotripak
28b3cc678f
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3403 of 3403 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/uk/
Signed-off-by: Hotripak <hotr1pak@gmail.com>
2025-03-16 20:15:33 +01:00
Domen
7eb064baff
Translated using Weblate (Slovenian)
Currently translated at 100.0% (3403 of 3403 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/sl/
Signed-off-by: Domen <mitenem@outlook.com>
2025-03-16 17:42:14 +01:00
Burak Yavuz
c37f3a66bc
Translated using Weblate (Turkish)
Currently translated at 100.0% (3403 of 3403 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/tr/
Signed-off-by: Burak Yavuz <hitowerdigit@hotmail.com>
2025-03-16 08:41:30 +01:00
Yaron Shahrabani
37c7c3131c
Translated using Weblate (Hebrew)
Currently translated at 43.6% (1486 of 3403 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/he/
Signed-off-by: Yaron Shahrabani <sh.yaron@gmail.com>
2025-03-16 08:41:29 +01:00
phpMyAdmin bot
4b1e468f48 Update po files
[ci skip]

Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2025-03-16 00:28:05 +00:00
Faissal Wahabali
e8bff4d476
Add button for Copy Query (#19555)
* add copy query

Signed-off-by: faissaloux <fwahabali@gmail.com>

* show message when query is empty, add translations

Signed-off-by: faissaloux <fwahabali@gmail.com>

* use strCopyQueryButtonSuccess

Signed-off-by: faissaloux <fwahabali@gmail.com>

* enable/disable Copy Query button depending on editor content

Signed-off-by: faissaloux <fwahabali@gmail.com>

* display query copy success message

Signed-off-by: faissaloux <fwahabali@gmail.com>

* use copyToClipboard()

Signed-off-by: faissaloux <fwahabali@gmail.com>

* add types

Signed-off-by: faissaloux <fwahabali@gmail.com>

* extract displayCopyNotification()

Signed-off-by: faissaloux <fwahabali@gmail.com>

* displayCopyNotification() handle error case

Signed-off-by: faissaloux <fwahabali@gmail.com>

---------

Signed-off-by: faissaloux <fwahabali@gmail.com>
2025-03-13 20:05:00 -03:00
Domen
09988faae1
Translated using Weblate (Slovenian)
Currently translated at 100.0% (3402 of 3402 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/sl/
Signed-off-by: Domen <mitenem@outlook.com>
2025-03-11 21:22:49 +01:00
Yaron Shahrabani
039841b31b
Translated using Weblate (Hebrew)
Currently translated at 43.6% (1485 of 3402 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/he/
Signed-off-by: Yaron Shahrabani <sh.yaron@gmail.com>
2025-03-11 17:50:32 +01:00
Maurício Meneghini Fauth
358e9e7f42
Merge pull request #19513 from faissaloux/fix-op-type-display-input
hide unwanted input depending on choosen op type
2025-03-11 10:30:15 -03:00
Andi Chandler
01dfe77593
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (3402 of 3402 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/en_GB/
Signed-off-by: Andi Chandler <andi@gowling.com>
2025-03-11 02:21:37 +01:00
Ettore Atalan
937b8b319c
Translated using Weblate (German)
Currently translated at 100.0% (3402 of 3402 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/de/
Signed-off-by: Ettore Atalan <atalanttore@googlemail.com>
2025-03-10 00:10:09 +01:00
Hotripak
828d8ac640
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3402 of 3402 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/uk/
Signed-off-by: Hotripak <hotr1pak@gmail.com>
2025-03-09 16:20:15 +01:00
109247019824
fdd941eea4
Translated using Weblate (Bulgarian)
Currently translated at 61.1% (2079 of 3402 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/bg/
Signed-off-by: 109247019824 <109247019824@users.noreply.hosted.weblate.org>
2025-03-09 08:24:15 +01:00
Burak Yavuz
62aeb9d29d
Translated using Weblate (Turkish)
Currently translated at 100.0% (3402 of 3402 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/tr/
Signed-off-by: Burak Yavuz <hitowerdigit@hotmail.com>
2025-03-09 05:13:40 +01:00
phpMyAdmin bot
a1029a3f01 Update po files
[ci skip]

Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2025-03-09 00:21:58 +00:00
Kamil Tekiela
6f197fefc5 Fix for numerical and quoted columns
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2025-03-08 17:59:12 +00:00
hoanghuy309
eb25b889d4
Translated using Weblate (Vietnamese)
Currently translated at 83.6% (2843 of 3400 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/vi/
Signed-off-by: hoanghuy309 <hoanghuy309@gmail.com>
2025-03-07 11:59:58 +01:00
phpMyAdmin bot
3b72ad4095 Update po files
[ci skip]

Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2025-03-02 00:25:55 +00:00
Burak Yavuz
faf36db0fb
Translated using Weblate (Turkish)
Currently translated at 100.0% (3400 of 3400 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/tr/
Signed-off-by: Burak Yavuz <hitowerdigit@hotmail.com>
2025-02-28 04:42:58 +01:00
phpMyAdmin bot
2000bebc9d Update po files
[ci skip]

Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2025-02-27 17:35:14 +00:00
Maurício Meneghini Fauth
66b85710a9
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-02-27 14:17:32 -03:00
Salvador Peña
370412680b
Translated using Weblate (Spanish)
Currently translated at 100.0% (3400 of 3400 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/es/
Signed-off-by: Salvador Peña <salvadorp74@hotmail.com>
2025-02-24 02:46:29 +01:00
Salvador Peña
45d43df7db
Translated using Weblate (Spanish)
Currently translated at 97.0% (3299 of 3400 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/es/
Signed-off-by: Salvador Peña <salvadorp74@hotmail.com>
2025-02-23 18:45:18 +01:00
phpMyAdmin bot
3cde9a1ffd Update po files
[ci skip]

Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2025-02-23 00:25:35 +00:00
Maurício Meneghini Fauth
eb8e93cbb8
Merge pull request #19583 from kamil-tekiela/Fix-broken-insert-JS-function-call
Update column_row.twig

Fixes #19582
2025-02-21 15:52:33 -03:00
Maurício Meneghini Fauth
3d86bafe23
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-02-21 15:13:46 -03:00
Maurício Meneghini Fauth
65cd15d10d
Merge pull request #19569 from kamil-tekiela/Replace-trigger_error-in-mysqli
Add an error instead of triggering warning
2025-02-19 20:28:57 -03:00
Maurício Meneghini Fauth
0d04103da4
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-02-18 20:16:30 -03:00
Liviu-Mihail Concioiu
b33ebab568
Fix result count when searching in database (#19595)
* Fix result count when searching in database

Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>

---------

Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
2025-02-18 12:44:31 -03:00
phpMyAdmin bot
b0f19794f6 Update po files
[ci skip]

Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2025-02-16 00:25:48 +00:00
Temuri Doghonadze
18e7a05c45
Translated using Weblate (Georgian)
Currently translated at 56.9% (1938 of 3402 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ka/
Signed-off-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
2025-02-13 15:02:03 +01:00
M393
4fc73042db
Translated using Weblate (German)
Currently translated at 100.0% (3402 of 3402 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/de/
Signed-off-by: M393 <maximilian.kroeg@geocept.com>
2025-02-13 15:02:01 +01:00
Temuri Doghonadze
1aa5e212ff
Translated using Weblate (Georgian)
Currently translated at 56.9% (1936 of 3402 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ka/
Signed-off-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
2025-02-12 13:49:01 +01:00
Temuri Doghonadze
b79c87ec93
Translated using Weblate (Georgian)
Currently translated at 56.6% (1927 of 3402 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ka/
Signed-off-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
2025-02-11 22:46:13 +01:00
phpMyAdmin bot
12023785fe Update po files
[ci skip]

Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2025-02-09 00:25:06 +00:00
Horus68
9bac839659
Translated using Weblate (Portuguese)
Currently translated at 94.8% (3226 of 3402 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/pt/
Signed-off-by: Horus68 <horus68@users.noreply.hosted.weblate.org>
2025-02-07 23:02:14 +01:00
Horus68
0f44c4dea0
Translated using Weblate (Portuguese)
Currently translated at 94.2% (3207 of 3402 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/pt/
Signed-off-by: Horus68 <horus68@users.noreply.hosted.weblate.org>
2025-02-06 18:02:06 +01:00
dingo thirteen
9d8b997be9
Translated using Weblate (Dutch)
Currently translated at 100.0% (3402 of 3402 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/nl/
Signed-off-by: dingo thirteen <dingo13@d404.nl>
2025-02-06 18:02:05 +01:00
Andi Chandler
c36802346b
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (3402 of 3402 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/en_GB/
Signed-off-by: Andi Chandler <andi@gowling.com>
2025-02-05 17:02:06 +01:00
phpMyAdmin bot
029ddf8dfc Update po files
[ci skip]

Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2025-02-02 00:25:19 +00:00