Skip to content

Commit 36c504e

Browse files
Merge pull request #243 from superhighfives/i18n/1.9.0-strings
Translate new 1.9.0 window-shadow strings
2 parents 4bafcbb + 3948d18 commit 36c504e

9 files changed

Lines changed: 82 additions & 67 deletions

File tree

.github/workflows/claude.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ on:
1010
pull_request_review:
1111
types: [submitted]
1212

13+
# Serialise runs per issue/PR so rapid-fire @claude comments don't spawn
14+
# concurrent runs that race on context assembly (which yields an empty
15+
# formatted_context and an immediate is_error failure). Unlike the review
16+
# workflow we don't cancel in-progress runs — each @claude request is distinct
17+
# and worth completing.
18+
concurrency:
19+
group: claude-${{ github.event.issue.number || github.event.pull_request.number }}
20+
cancel-in-progress: false
21+
1322
jobs:
1423
claude:
1524
if: |
@@ -54,6 +63,12 @@ jobs:
5463
with:
5564
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
5665

66+
# Surface the full run output so a failing tag-mode run reports the
67+
# actual API error instead of an opaque "is_error" with no detail.
68+
# Matches the reusable review workflow, which is debuggable for this
69+
# exact reason.
70+
show_full_output: true
71+
5772
# This is an optional setting that allows Claude to read CI results on PRs
5873
additional_permissions: |
5974
actions: read

Pika/Assets/de.lproj/Localizable.strings

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@
158158
"color.standard.both" = "Beide";
159159

160160
/* Contrast ratio */
161-
"color.ratio" = "Kontrastverhältnis";
161+
"color.ratio" = "Kontrast";
162162

163163
/* Contrast ratio is a measure of the difference in perceived brightness between two colors, used to calculate the contrast ratio. */
164164
"color.ratio.description" = "Das Kontrastverhältnis ist ein Maß für den wahrgenommenen Helligkeitsunterschied zwischen zwei Farben, mit dem das Kontrastverhältnis berechnet wird.";
165165

166166
/* Contrast Value (Lc) */
167-
"color.lc" = "Kontrastwert (Lc)";
167+
"color.lc" = "Kontrast (Lc)";
168168

169169
/* Lightness contrast (Lc) is a measure of the lightness difference between two colors, used to calculate the contrast value. */
170170
"color.lc.description" = "Der Helligkeitskontrast (Lc) ist ein Maß für den Helligkeitsunterschied zwischen zwei Farben, mit dem der Kontrastwert berechnet wird.";
@@ -551,13 +551,13 @@
551551
"color.pick.contrast" = "Vordergrund und Hintergrund auswählen";
552552

553553
/* Window shadow */
554-
"preferences.shadow.description" = "Window shadow";
555-
"preferences.shadow.options.always" = "Show shadow";
556-
"preferences.shadow.options.hiddenWhilePicking" = "Hide shadow while picking";
557-
"preferences.shadow.options.never" = "Hide shadow";
554+
"preferences.shadow.description" = "Fensterschatten";
555+
"preferences.shadow.options.always" = "Schatten anzeigen";
556+
"preferences.shadow.options.hiddenWhilePicking" = "Schatten während dem Auswählen verstecken";
557+
"preferences.shadow.options.never" = "Schatten verstecken";
558558

559559
/* Expand to fit */
560-
"content.expandToFit" = "Expand to fit";
560+
"content.expandToFit" = "Zum Anpassen vergrößern";
561561

562562
/* Window Settings */
563-
"preferences.window.title" = "Window Settings";
563+
"preferences.window.title" = "Fenstereinstellungen";

Pika/Assets/es.lproj/Localizable.strings

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@
158158
"color.standard.both" = "Ambos";
159159

160160
/* Contrast ratio */
161-
"color.ratio" = "Proporción de contraste";
161+
"color.ratio" = "Contraste";
162162

163163
/* Contrast ratio is a measure of the difference in perceived brightness between two colors, used to calculate the contrast ratio. */
164164
"color.ratio.description" = "La proporción de contraste es una medida de la diferencia en el brillo percibido entre dos colores, utilizada para calcular la proporción de contraste.";
165165

166166
/* Contrast Value (Lc) */
167-
"color.lc" = "Valor de Contraste (Lc)";
167+
"color.lc" = "Contraste (Lc)";
168168

169169
/* Lightness contrast (Lc) is a measure of the lightness difference between two colors, used to calculate the contrast value. */
170170
"color.lc.description" = "El contraste de luminosidad (Lc) es una medida de la diferencia de luminosidad entre dos colores, utilizada para calcular el valor de contraste.";
@@ -212,7 +212,7 @@
212212
"color.apca.title" = "Título";
213213

214214
/* Body Text */
215-
"color.apca.body" = "Texto del cuerpo";
215+
"color.apca.body" = "Cuerpo";
216216

217217
/* Pass */
218218
"color.wcag.pass" = "Conforme";
@@ -551,13 +551,13 @@
551551
"color.pick.contrast" = "Seleccionar primer plano y segundo plano";
552552

553553
/* Window shadow */
554-
"preferences.shadow.description" = "Window shadow";
555-
"preferences.shadow.options.always" = "Show shadow";
556-
"preferences.shadow.options.hiddenWhilePicking" = "Hide shadow while picking";
557-
"preferences.shadow.options.never" = "Hide shadow";
554+
"preferences.shadow.description" = "Sombra de la ventana";
555+
"preferences.shadow.options.always" = "Mostrar sombra";
556+
"preferences.shadow.options.hiddenWhilePicking" = "Ocultar sombra durante la selección";
557+
"preferences.shadow.options.never" = "Ocultar sombra";
558558

559559
/* Expand to fit */
560-
"content.expandToFit" = "Expand to fit";
560+
"content.expandToFit" = "Expandir para ajustar";
561561

562562
/* Window Settings */
563-
"preferences.window.title" = "Window Settings";
563+
"preferences.window.title" = "Ajustes de Ventana";

Pika/Assets/fr.lproj/Localizable.strings

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"color.ratio.description" = "Le rapport de contraste est une mesure de la différence de luminosité perçue entre deux couleurs, utilisée pour calculer le rapport de contraste.";
165165

166166
/* Contrast Value (Lc) */
167-
"color.lc" = "Valeur de Contraste (Lc)";
167+
"color.lc" = "Contraste (Lc)";
168168

169169
/* Lightness contrast (Lc) is a measure of the lightness difference between two colors, used to calculate the contrast value. */
170170
"color.lc.description" = "Le contraste de luminosité (Lc) est une mesure de la différence de luminosité entre deux couleurs, utilisée pour calculer la valeur de contraste.";
@@ -212,7 +212,7 @@
212212
"color.apca.title" = "Titre";
213213

214214
/* Body Text */
215-
"color.apca.body" = "Corps de texte";
215+
"color.apca.body" = "Corps";
216216

217217
/* Pass */
218218
"color.wcag.pass" = "Conforme";
@@ -551,13 +551,13 @@
551551
"color.pick.contrast" = "Sélectionner premier plan et arrière-plan";
552552

553553
/* Window shadow */
554-
"preferences.shadow.description" = "Window shadow";
555-
"preferences.shadow.options.always" = "Show shadow";
556-
"preferences.shadow.options.hiddenWhilePicking" = "Hide shadow while picking";
557-
"preferences.shadow.options.never" = "Hide shadow";
554+
"preferences.shadow.description" = "Ombre de la fenêtre";
555+
"preferences.shadow.options.always" = "Afficher l'ombre";
556+
"preferences.shadow.options.hiddenWhilePicking" = "Masquer l'ombre lors de la sélection";
557+
"preferences.shadow.options.never" = "Masquer l'ombre";
558558

559559
/* Expand to fit */
560-
"content.expandToFit" = "Expand to fit";
560+
"content.expandToFit" = "Agrandir pour ajuster";
561561

562562
/* Window Settings */
563-
"preferences.window.title" = "Window Settings";
563+
"preferences.window.title" = "Réglages de la fenêtre";

Pika/Assets/hr.lproj/Localizable.strings

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@
158158
"color.standard.both" = "Obje";
159159

160160
/* Contrast ratio */
161-
"color.ratio" = "Omjer kontrasta";
161+
"color.ratio" = "Kontrast";
162162

163163
/* Contrast ratio is a measure of the difference in perceived brightness between two colors, used to calculate the contrast ratio. */
164164
"color.ratio.description" = "Omjer kontrasta je mjera razlike u percipiranoj svjetlini između dviju boja i koristi se za izračun omjera kontrasta.";
165165

166166
/* Contrast Value (Lc) */
167-
"color.lc" = "Vrijednost kontrasta svjetline";
167+
"color.lc" = "Kontrast (Lc)";
168168

169169
/* Lightness contrast (Lc) is a measure of the lightness difference between two colors, used to calculate the contrast value. */
170170
"color.lc.description" = "Kontrast svjetline je mjera razlike u svjetlini između dviju boja i koristi se za izračun vrijednosti kontrasta.";
@@ -212,7 +212,7 @@
212212
"color.apca.title" = "Naslov";
213213

214214
/* Body Text */
215-
"color.apca.body" = "Glavni tekst";
215+
"color.apca.body" = "Tekst";
216216

217217
/* Pass */
218218
"color.wcag.pass" = "Uspjelo";
@@ -551,13 +551,13 @@
551551
"color.pick.contrast" = "Odaberi prednju i pozadinsku boju";
552552

553553
/* Window shadow */
554-
"preferences.shadow.description" = "Window shadow";
555-
"preferences.shadow.options.always" = "Show shadow";
556-
"preferences.shadow.options.hiddenWhilePicking" = "Hide shadow while picking";
557-
"preferences.shadow.options.never" = "Hide shadow";
554+
"preferences.shadow.description" = "Sjena prozora";
555+
"preferences.shadow.options.always" = "Prikaži sjenu";
556+
"preferences.shadow.options.hiddenWhilePicking" = "Sakrij sjenu tijekom biranja";
557+
"preferences.shadow.options.never" = "Sakrij sjenu";
558558

559559
/* Expand to fit */
560-
"content.expandToFit" = "Expand to fit";
560+
"content.expandToFit" = "Proširi za prilagodbu";
561561

562562
/* Window Settings */
563-
"preferences.window.title" = "Window Settings";
563+
"preferences.window.title" = "Postavke prozora";

Pika/Assets/ja.lproj/Localizable.strings

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@
158158
"color.standard.both" = "両方";
159159

160160
/* Contrast ratio */
161-
"color.ratio" = "コントラスト比";
161+
"color.ratio" = "コントラスト";
162162

163163
/* Contrast ratio is a measure of the difference in perceived brightness between two colors, used to calculate the contrast ratio. */
164164
"color.ratio.description" = "コントラスト比は2色間の知覚輝度の差を示す指標で、コントラスト比の計算に使用されます。";
165165

166166
/* Contrast Value (Lc) */
167-
"color.lc" = "コントラスト値(Lc)";
167+
"color.lc" = "コントラスト(Lc)";
168168

169169
/* Lightness contrast (Lc) is a measure of the lightness difference between two colors, used to calculate the contrast value. */
170170
"color.lc.description" = "輝度コントラスト(Lc)は2色間の明度差を示す指標で、コントラスト値の計算に使用されます。";
@@ -551,13 +551,13 @@
551551
"color.pick.contrast" = "前景色と背景色をピック";
552552

553553
/* Window shadow */
554-
"preferences.shadow.description" = "Window shadow";
555-
"preferences.shadow.options.always" = "Show shadow";
556-
"preferences.shadow.options.hiddenWhilePicking" = "Hide shadow while picking";
557-
"preferences.shadow.options.never" = "Hide shadow";
554+
"preferences.shadow.description" = "ウインドウの影";
555+
"preferences.shadow.options.always" = "影を表示";
556+
"preferences.shadow.options.hiddenWhilePicking" = "ピック中は影を非表示";
557+
"preferences.shadow.options.never" = "影を非表示";
558558

559559
/* Expand to fit */
560-
"content.expandToFit" = "Expand to fit";
560+
"content.expandToFit" = "広げて表示";
561561

562562
/* Window Settings */
563-
"preferences.window.title" = "Window Settings";
563+
"preferences.window.title" = "ウインドウ設定";

Pika/Assets/pl.lproj/Localizable.strings

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@
158158
"color.standard.both" = "Oba";
159159

160160
/* Contrast ratio */
161-
"color.ratio" = "Współczynnik kontrastu";
161+
"color.ratio" = "Kontrast";
162162

163163
/* Contrast ratio is a measure of the difference in perceived brightness between two colors, used to calculate the contrast ratio. */
164164
"color.ratio.description" = "Współczynnik kontrastu to miara różnicy w postrzeganej jasności dwóch kolorów, służąca do obliczenia współczynnika kontrastu.";
165165

166166
/* Contrast Value (Lc) */
167-
"color.lc" = "Wartość kontrastu jasności (Lc)";
167+
"color.lc" = "Kontrast (Lc)";
168168

169169
/* Lightness contrast (Lc) is a measure of the lightness difference between two colors, used to calculate the contrast value. */
170170
"color.lc.description" = "Kontrast jasności (Lc) to miara różnicy jasności między dwoma kolorami, służąca do obliczenia wartości kontrastu.";
@@ -212,7 +212,7 @@
212212
"color.apca.title" = "Tytuł";
213213

214214
/* Body Text */
215-
"color.apca.body" = "Tekst główny";
215+
"color.apca.body" = "Tekst";
216216

217217
/* Pass */
218218
"color.wcag.pass" = "zaliczona";
@@ -551,13 +551,13 @@
551551
"color.pick.contrast" = "Wybierz pierwszy plan i tło";
552552

553553
/* Window shadow */
554-
"preferences.shadow.description" = "Window shadow";
555-
"preferences.shadow.options.always" = "Show shadow";
556-
"preferences.shadow.options.hiddenWhilePicking" = "Hide shadow while picking";
557-
"preferences.shadow.options.never" = "Hide shadow";
554+
"preferences.shadow.description" = "Cień okna";
555+
"preferences.shadow.options.always" = "Pokaż cień";
556+
"preferences.shadow.options.hiddenWhilePicking" = "Ukryj cień podczas wybierania";
557+
"preferences.shadow.options.never" = "Ukryj cień";
558558

559559
/* Expand to fit */
560-
"content.expandToFit" = "Expand to fit";
560+
"content.expandToFit" = "Rozwiń, aby dopasować";
561561

562562
/* Window Settings */
563-
"preferences.window.title" = "Window Settings";
563+
"preferences.window.title" = "Ustawienia okna";

Pika/Assets/zh-Hans.lproj/Localizable.strings

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@
158158
"color.standard.both" = "两者";
159159

160160
/* Contrast ratio */
161-
"color.ratio" = "对比度比例";
161+
"color.ratio" = "对比度";
162162

163163
/* Contrast ratio is a measure of the difference in perceived brightness between two colors, used to calculate the contrast ratio. */
164164
"color.ratio.description" = "对比度比例是衡量两种颜色之间感知亮度差异的指标,用于计算对比度比例。";
165165

166166
/* Contrast Value (Lc) */
167-
"color.lc" = "对比值 (Lc)";
167+
"color.lc" = "对比度 (Lc)";
168168

169169
/* Lightness contrast (Lc) is a measure of the lightness difference between two colors, used to calculate the contrast value. */
170170
"color.lc.description" = "亮度对比度 (Lc) 是衡量两种颜色之间亮度差异的指标,用于计算对比值。";
@@ -551,13 +551,13 @@
551551
"color.pick.contrast" = "选择前景色和背景色";
552552

553553
/* Window shadow */
554-
"preferences.shadow.description" = "Window shadow";
555-
"preferences.shadow.options.always" = "Show shadow";
556-
"preferences.shadow.options.hiddenWhilePicking" = "Hide shadow while picking";
557-
"preferences.shadow.options.never" = "Hide shadow";
554+
"preferences.shadow.description" = "窗口阴影";
555+
"preferences.shadow.options.always" = "显示阴影";
556+
"preferences.shadow.options.hiddenWhilePicking" = "选择颜色时隐藏阴影";
557+
"preferences.shadow.options.never" = "隐藏阴影";
558558

559559
/* Expand to fit */
560-
"content.expandToFit" = "Expand to fit";
560+
"content.expandToFit" = "展开以适应";
561561

562562
/* Window Settings */
563-
"preferences.window.title" = "Window Settings";
563+
"preferences.window.title" = "窗口设置";

Pika/Assets/zh-Hant.lproj/Localizable.strings

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@
158158
"color.standard.both" = "兩者";
159159

160160
/* Contrast ratio */
161-
"color.ratio" = "對比度比例";
161+
"color.ratio" = "對比度";
162162

163163
/* Contrast ratio is a measure of the difference in perceived brightness between two colors, used to calculate the contrast ratio. */
164164
"color.ratio.description" = "對比度比例是衡量兩種顏色之間感知亮度差異的指標,用於計算對比度比例。";
165165

166166
/* Contrast Value (Lc) */
167-
"color.lc" = "對比值 (Lc)";
167+
"color.lc" = "對比度 (Lc)";
168168

169169
/* Lightness contrast (Lc) is a measure of the lightness difference between two colors, used to calculate the contrast value. */
170170
"color.lc.description" = "亮度對比度 (Lc) 是衡量兩種顏色之間亮度差異的指標,用於計算對比值。";
@@ -551,13 +551,13 @@
551551
"color.pick.contrast" = "選擇前景色和背景色";
552552

553553
/* Window shadow */
554-
"preferences.shadow.description" = "Window shadow";
555-
"preferences.shadow.options.always" = "Show shadow";
556-
"preferences.shadow.options.hiddenWhilePicking" = "Hide shadow while picking";
557-
"preferences.shadow.options.never" = "Hide shadow";
554+
"preferences.shadow.description" = "視窗陰影";
555+
"preferences.shadow.options.always" = "顯示陰影";
556+
"preferences.shadow.options.hiddenWhilePicking" = "選擇顏色時隱藏陰影";
557+
"preferences.shadow.options.never" = "隱藏陰影";
558558

559559
/* Expand to fit */
560-
"content.expandToFit" = "Expand to fit";
560+
"content.expandToFit" = "展開以適應";
561561

562562
/* Window Settings */
563-
"preferences.window.title" = "Window Settings";
563+
"preferences.window.title" = "視窗設置";

0 commit comments

Comments
 (0)