diff --git a/.changeset/modern-ghosts-fly.md b/.changeset/modern-ghosts-fly.md new file mode 100644 index 000000000..e9dd0f810 --- /dev/null +++ b/.changeset/modern-ghosts-fly.md @@ -0,0 +1,5 @@ +--- +"@keystatic/core": patch +--- + +Fix polish translations diff --git a/packages/keystatic/src/app/l10n/pl-PL/add/index.json b/packages/keystatic/src/app/l10n/pl-PL/add/index.json index 5832a5429..6be71172d 100644 --- a/packages/keystatic/src/app/l10n/pl-PL/add/index.json +++ b/packages/keystatic/src/app/l10n/pl-PL/add/index.json @@ -1,6 +1,6 @@ { "key": "add", - "value": "Dodać", + "value": "Dodaj", "notes": "", "type": "global" } diff --git a/packages/keystatic/src/app/l10n/pl-PL/cancel/index.json b/packages/keystatic/src/app/l10n/pl-PL/cancel/index.json index 6c8f77a2a..95bb7ea0a 100644 --- a/packages/keystatic/src/app/l10n/pl-PL/cancel/index.json +++ b/packages/keystatic/src/app/l10n/pl-PL/cancel/index.json @@ -1,6 +1,6 @@ { "key": "cancel", - "value": "Anulować", + "value": "Anuluj", "notes": "", "type": "global" } diff --git a/packages/keystatic/src/app/l10n/pl-PL/create/index.json b/packages/keystatic/src/app/l10n/pl-PL/create/index.json index 2cd132ccb..646f28434 100644 --- a/packages/keystatic/src/app/l10n/pl-PL/create/index.json +++ b/packages/keystatic/src/app/l10n/pl-PL/create/index.json @@ -1,6 +1,6 @@ { "key": "create", - "value": "Tworzyć", + "value": "Utwórz", "notes": "", "type": "global" } diff --git a/packages/keystatic/src/app/l10n/pl-PL/currentBranch/index.json b/packages/keystatic/src/app/l10n/pl-PL/currentBranch/index.json index f2cea995b..2bd051822 100644 --- a/packages/keystatic/src/app/l10n/pl-PL/currentBranch/index.json +++ b/packages/keystatic/src/app/l10n/pl-PL/currentBranch/index.json @@ -1,6 +1,6 @@ { "key": "currentBranch", - "value": "Obecny oddział", + "value": "Obecna gałąź", "notes": "", "type": "git-related" } diff --git a/packages/keystatic/src/app/l10n/pl-PL/defaultBranch/index.json b/packages/keystatic/src/app/l10n/pl-PL/defaultBranch/index.json index 88190218f..3d662a8cb 100644 --- a/packages/keystatic/src/app/l10n/pl-PL/defaultBranch/index.json +++ b/packages/keystatic/src/app/l10n/pl-PL/defaultBranch/index.json @@ -1,6 +1,6 @@ { "key": "defaultBranch", - "value": "Oddział domyślny", + "value": "Domyślna gałąź", "notes": "", "type": "git-related" } diff --git a/packages/keystatic/src/app/l10n/pl-PL/delete/index.json b/packages/keystatic/src/app/l10n/pl-PL/delete/index.json index f5fd77b1f..d6c79e1fe 100644 --- a/packages/keystatic/src/app/l10n/pl-PL/delete/index.json +++ b/packages/keystatic/src/app/l10n/pl-PL/delete/index.json @@ -1,6 +1,6 @@ { "key": "delete", - "value": "Usuwać", + "value": "Usuń", "notes": "", "type": "global" } diff --git a/packages/keystatic/src/app/l10n/pl-PL/deleteBranch/index.json b/packages/keystatic/src/app/l10n/pl-PL/deleteBranch/index.json index f6d570dc7..1f0314ab9 100644 --- a/packages/keystatic/src/app/l10n/pl-PL/deleteBranch/index.json +++ b/packages/keystatic/src/app/l10n/pl-PL/deleteBranch/index.json @@ -1,6 +1,6 @@ { "key": "deleteBranch", - "value": "Usuń oddział", + "value": "Usuń gałąź", "notes": "", "type": "git-related" } diff --git a/packages/keystatic/src/app/l10n/pl-PL/edit/index.json b/packages/keystatic/src/app/l10n/pl-PL/edit/index.json index dc5f3d868..adff56618 100644 --- a/packages/keystatic/src/app/l10n/pl-PL/edit/index.json +++ b/packages/keystatic/src/app/l10n/pl-PL/edit/index.json @@ -1,6 +1,6 @@ { "key": "edit", - "value": "Edytować", + "value": "Edytuj", "notes": "", "type": "global" } diff --git a/packages/keystatic/src/app/l10n/pl-PL/save/index.json b/packages/keystatic/src/app/l10n/pl-PL/save/index.json index e8bd21969..967f0814a 100644 --- a/packages/keystatic/src/app/l10n/pl-PL/save/index.json +++ b/packages/keystatic/src/app/l10n/pl-PL/save/index.json @@ -1,6 +1,6 @@ { "key": "save", - "value": "Ratować", + "value": "Zapisz", "notes": "", "type": "global" } diff --git a/packages/keystatic/src/app/l10n/pl-PL/singleton/index.json b/packages/keystatic/src/app/l10n/pl-PL/singleton/index.json index 7e141add3..9b6d043cd 100644 --- a/packages/keystatic/src/app/l10n/pl-PL/singleton/index.json +++ b/packages/keystatic/src/app/l10n/pl-PL/singleton/index.json @@ -1,6 +1,6 @@ { "key": "singleton", - "value": "singel", + "value": "Singleton", "notes": "", "type": "global" }