Skip to content

Commit b8a6ac8

Browse files
samdarkgithub-actions[bot]
authored andcommitted
Update translation
1 parent bb2bd50 commit b8a6ac8

33 files changed

+95
-62
lines changed

_translations/po/es/cookbook_deployment_docker-swarm-caddy.md.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
9-
"POT-Creation-Date: 2026-01-02 23:54+0000\n"
9+
"POT-Creation-Date: 2026-03-19 11:10+0000\n"
1010
"PO-Revision-Date: 2026-01-02 23:54+0000\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -512,13 +512,14 @@ msgid ""
512512
" # ... existing configuration ...\n"
513513
" \n"
514514
" db:\n"
515-
" image: postgres:15-alpine\n"
515+
" image: postgres:18-alpine\n"
516516
" environment:\n"
517517
" POSTGRES_DB: myapp\n"
518518
" POSTGRES_USER: myapp\n"
519519
" POSTGRES_PASSWORD_FILE: /run/secrets/db_password\n"
520+
" POSTGRES_INITDB_ARGS: \"--locale-provider=icu --icu-locale=und --encoding=UTF8\"\n"
520521
" volumes:\n"
521-
" - db_data:/var/lib/postgresql/data\n"
522+
" - db_data:/var/lib/postgresql\n"
522523
" networks:\n"
523524
" - reverse_proxy_public\n"
524525
" deploy:\n"

_translations/po/es/cookbook_deployment_docker-swarm-traefik.md.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
9-
"POT-Creation-Date: 2026-01-02 23:54+0000\n"
9+
"POT-Creation-Date: 2026-03-19 11:10+0000\n"
1010
"PO-Revision-Date: 2026-01-02 23:54+0000\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -313,13 +313,14 @@ msgid ""
313313
" # ... existing configuration ...\n"
314314
" \n"
315315
" db:\n"
316-
" image: postgres:15-alpine\n"
316+
" image: postgres:18-alpine\n"
317317
" environment:\n"
318318
" POSTGRES_DB: myapp\n"
319319
" POSTGRES_USER: myapp\n"
320320
" POSTGRES_PASSWORD_FILE: /run/secrets/db_password\n"
321+
" POSTGRES_INITDB_ARGS: \"--locale-provider=icu --icu-locale=und --encoding=UTF8\"\n"
321322
" volumes:\n"
322-
" - db_data:/var/lib/postgresql/data\n"
323+
" - db_data:/var/lib/postgresql\n"
323324
" networks:\n"
324325
" - reverse_proxy_public\n"
325326
" deploy:\n"

_translations/po/es/guide_start_databases.md.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
9-
"POT-Creation-Date: 2026-02-25 03:25+0000\n"
9+
"POT-Creation-Date: 2026-03-19 11:10+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -144,6 +144,7 @@ msgid ""
144144
" POSTGRES_DB: app\n"
145145
" POSTGRES_PASSWORD: password\n"
146146
" POSTGRES_USER: user\n"
147+
" POSTGRES_INITDB_ARGS: \"--locale-provider=icu --icu-locale=und --encoding=UTF8\"\n"
147148
" volumes:\n"
148149
" - ../runtime/db:/var/lib/postgresql:rw\n"
149150
" ports:\n"

_translations/po/id/cookbook_deployment_docker-swarm-caddy.md.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
9-
"POT-Creation-Date: 2026-01-02 23:54+0000\n"
9+
"POT-Creation-Date: 2026-03-19 11:10+0000\n"
1010
"PO-Revision-Date: 2026-01-02 23:54+0000\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -511,13 +511,14 @@ msgid ""
511511
" # ... existing configuration ...\n"
512512
" \n"
513513
" db:\n"
514-
" image: postgres:15-alpine\n"
514+
" image: postgres:18-alpine\n"
515515
" environment:\n"
516516
" POSTGRES_DB: myapp\n"
517517
" POSTGRES_USER: myapp\n"
518518
" POSTGRES_PASSWORD_FILE: /run/secrets/db_password\n"
519+
" POSTGRES_INITDB_ARGS: \"--locale-provider=icu --icu-locale=und --encoding=UTF8\"\n"
519520
" volumes:\n"
520-
" - db_data:/var/lib/postgresql/data\n"
521+
" - db_data:/var/lib/postgresql\n"
521522
" networks:\n"
522523
" - reverse_proxy_public\n"
523524
" deploy:\n"

_translations/po/id/cookbook_deployment_docker-swarm-traefik.md.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
9-
"POT-Creation-Date: 2026-01-02 23:54+0000\n"
9+
"POT-Creation-Date: 2026-03-19 11:10+0000\n"
1010
"PO-Revision-Date: 2026-01-02 23:54+0000\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -312,13 +312,14 @@ msgid ""
312312
" # ... existing configuration ...\n"
313313
" \n"
314314
" db:\n"
315-
" image: postgres:15-alpine\n"
315+
" image: postgres:18-alpine\n"
316316
" environment:\n"
317317
" POSTGRES_DB: myapp\n"
318318
" POSTGRES_USER: myapp\n"
319319
" POSTGRES_PASSWORD_FILE: /run/secrets/db_password\n"
320+
" POSTGRES_INITDB_ARGS: \"--locale-provider=icu --icu-locale=und --encoding=UTF8\"\n"
320321
" volumes:\n"
321-
" - db_data:/var/lib/postgresql/data\n"
322+
" - db_data:/var/lib/postgresql\n"
322323
" networks:\n"
323324
" - reverse_proxy_public\n"
324325
" deploy:\n"

_translations/po/id/guide_start_databases.md.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
9-
"POT-Creation-Date: 2026-02-25 03:25+0000\n"
9+
"POT-Creation-Date: 2026-03-19 11:10+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -143,6 +143,7 @@ msgid ""
143143
" POSTGRES_DB: app\n"
144144
" POSTGRES_PASSWORD: password\n"
145145
" POSTGRES_USER: user\n"
146+
" POSTGRES_INITDB_ARGS: \"--locale-provider=icu --icu-locale=und --encoding=UTF8\"\n"
146147
" volumes:\n"
147148
" - ../runtime/db:/var/lib/postgresql:rw\n"
148149
" ports:\n"

_translations/po/it/cookbook_deployment_docker-swarm-caddy.md.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
9-
"POT-Creation-Date: 2026-01-02 23:54+0000\n"
9+
"POT-Creation-Date: 2026-03-19 11:10+0000\n"
1010
"PO-Revision-Date: 2026-01-02 23:54+0000\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -511,13 +511,14 @@ msgid ""
511511
" # ... existing configuration ...\n"
512512
" \n"
513513
" db:\n"
514-
" image: postgres:15-alpine\n"
514+
" image: postgres:18-alpine\n"
515515
" environment:\n"
516516
" POSTGRES_DB: myapp\n"
517517
" POSTGRES_USER: myapp\n"
518518
" POSTGRES_PASSWORD_FILE: /run/secrets/db_password\n"
519+
" POSTGRES_INITDB_ARGS: \"--locale-provider=icu --icu-locale=und --encoding=UTF8\"\n"
519520
" volumes:\n"
520-
" - db_data:/var/lib/postgresql/data\n"
521+
" - db_data:/var/lib/postgresql\n"
521522
" networks:\n"
522523
" - reverse_proxy_public\n"
523524
" deploy:\n"

_translations/po/it/cookbook_deployment_docker-swarm-traefik.md.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
9-
"POT-Creation-Date: 2026-01-02 23:54+0000\n"
9+
"POT-Creation-Date: 2026-03-19 11:10+0000\n"
1010
"PO-Revision-Date: 2026-01-02 23:54+0000\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -312,13 +312,14 @@ msgid ""
312312
" # ... existing configuration ...\n"
313313
" \n"
314314
" db:\n"
315-
" image: postgres:15-alpine\n"
315+
" image: postgres:18-alpine\n"
316316
" environment:\n"
317317
" POSTGRES_DB: myapp\n"
318318
" POSTGRES_USER: myapp\n"
319319
" POSTGRES_PASSWORD_FILE: /run/secrets/db_password\n"
320+
" POSTGRES_INITDB_ARGS: \"--locale-provider=icu --icu-locale=und --encoding=UTF8\"\n"
320321
" volumes:\n"
321-
" - db_data:/var/lib/postgresql/data\n"
322+
" - db_data:/var/lib/postgresql\n"
322323
" networks:\n"
323324
" - reverse_proxy_public\n"
324325
" deploy:\n"

_translations/po/it/guide_start_databases.md.po

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
9-
"POT-Creation-Date: 2026-02-25 03:25+0000\n"
9+
"POT-Creation-Date: 2026-03-19 11:10+0000\n"
1010
"PO-Revision-Date: 2025-12-27 06:16+0000\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -150,6 +150,7 @@ msgid ""
150150
" POSTGRES_DB: app\n"
151151
" POSTGRES_PASSWORD: password\n"
152152
" POSTGRES_USER: user\n"
153+
" POSTGRES_INITDB_ARGS: \"--locale-provider=icu --icu-locale=und --encoding=UTF8\"\n"
153154
" volumes:\n"
154155
" - ../runtime/db:/var/lib/postgresql:rw\n"
155156
" ports:\n"

_translations/po/ru/cookbook_deployment_docker-swarm-caddy.md.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
9-
"POT-Creation-Date: 2026-01-02 23:54+0000\n"
9+
"POT-Creation-Date: 2026-03-19 11:10+0000\n"
1010
"PO-Revision-Date: 2026-01-02 23:54+0000\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -514,13 +514,14 @@ msgid ""
514514
" # ... existing configuration ...\n"
515515
" \n"
516516
" db:\n"
517-
" image: postgres:15-alpine\n"
517+
" image: postgres:18-alpine\n"
518518
" environment:\n"
519519
" POSTGRES_DB: myapp\n"
520520
" POSTGRES_USER: myapp\n"
521521
" POSTGRES_PASSWORD_FILE: /run/secrets/db_password\n"
522+
" POSTGRES_INITDB_ARGS: \"--locale-provider=icu --icu-locale=und --encoding=UTF8\"\n"
522523
" volumes:\n"
523-
" - db_data:/var/lib/postgresql/data\n"
524+
" - db_data:/var/lib/postgresql\n"
524525
" networks:\n"
525526
" - reverse_proxy_public\n"
526527
" deploy:\n"

0 commit comments

Comments
 (0)