Skip to content

Commit 69f671c

Browse files
1.3.0 (#167)
1 parent a92d509 commit 69f671c

File tree

17 files changed

+1033
-21
lines changed

17 files changed

+1033
-21
lines changed

Pika.xcodeproj/project.pbxproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@
145145
23EE8C0928DA24AE0042090A /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
146146
23EE8C0A28DA3FF00042090A /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Main.strings; sourceTree = "<group>"; };
147147
92D97C2125FF7A5A007CCDE4 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
148+
B581F92B2EDF40D700392413 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = "<group>"; };
149+
B581F92C2EDF40D700392413 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Main.strings; sourceTree = "<group>"; };
150+
D4F0A0012F00000100ABCDEF /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/Localizable.strings; sourceTree = "<group>"; };
151+
D4F0A0022F00000100ABCDEF /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/Main.strings; sourceTree = "<group>"; };
148152
C1BF641E2C1AE533004D33DD /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
149153
C1BF641F2C1AE533004D33DD /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = "<group>"; };
150154
C1BF64202C1AE53C004D33DD /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Localizable.strings"; sourceTree = "<group>"; };
@@ -474,6 +478,7 @@
474478
es,
475479
"zh-Hans",
476480
"zh-Hant",
481+
pl,
477482
);
478483
mainGroup = EAD0B6BF259CED1C00FA2F67;
479484
packageReferences = (
@@ -727,6 +732,7 @@
727732
223FDEEF2B038A9B000F89A0 /* es */,
728733
C1BF641E2C1AE533004D33DD /* zh-Hans */,
729734
C1BF64202C1AE53C004D33DD /* zh-Hant */,
735+
B581F92B2EDF40D700392413 /* pl */,
730736
);
731737
name = Localizable.strings;
732738
sourceTree = "<group>";
@@ -741,6 +747,7 @@
741747
223FDEEE2B038A9B000F89A0 /* es */,
742748
C1BF641F2C1AE533004D33DD /* zh-Hans */,
743749
C1BF64212C1AE53C004D33DD /* zh-Hant */,
750+
B581F92C2EDF40D700392413 /* pl */,
744751
);
745752
name = Main.storyboard;
746753
sourceTree = "<group>";

Pika/Assets/Base.lproj/Main.storyboard

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="23727" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="24506" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
33
<dependencies>
44
<deployment identifier="macosx"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23727"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="24506"/>
66
</dependencies>
77
<scenes>
88
<!--Application-->
@@ -169,14 +169,14 @@
169169
<action selector="triggerFormatHSL:" target="Voe-Tx-rLC" id="u6q-Ow-iJq"/>
170170
</connections>
171171
</menuItem>
172-
<menuItem title="OpenGL" keyEquivalent="5" allowsKeyEquivalentWhenHidden="YES" id="caq-wZ-Zn0" userLabel="Format">
172+
<menuItem title="LAB" keyEquivalent="5" allowsKeyEquivalentWhenHidden="YES" id="Nwx-nK-ndW" userLabel="Format">
173173
<connections>
174-
<action selector="triggerFormatOpenGL:" target="Voe-Tx-rLC" id="d59-fh-wXc"/>
174+
<action selector="triggerFormatLAB:" target="Voe-Tx-rLC" id="Lvn-QU-223"/>
175175
</connections>
176176
</menuItem>
177-
<menuItem title="LAB" keyEquivalent="6" allowsKeyEquivalentWhenHidden="YES" id="Nwx-nK-ndW" userLabel="Format">
177+
<menuItem title="OpenGL" keyEquivalent="6" allowsKeyEquivalentWhenHidden="YES" id="caq-wZ-Zn0" userLabel="Format">
178178
<connections>
179-
<action selector="triggerFormatLAB:" target="Voe-Tx-rLC" id="Lvn-QU-223"/>
179+
<action selector="triggerFormatOpenGL:" target="Voe-Tx-rLC" id="d59-fh-wXc"/>
180180
</connections>
181181
</menuItem>
182182
</items>

Pika/Assets/de.lproj/Localizable.strings

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
/* GitHub */
2020
"app.github" = "GitHub";
2121

22+
/* Mac App Store */
23+
"app.store.mas" = "Mac App Store";
24+
25+
/* Downloaded from the internet */
26+
"app.store.download" = "Aus dem Internet geladen";
27+
2228
/* Global Shortcut */
2329
"preferences.hotkey.title" = "Globaler Kurzbefehl";
2430

@@ -181,6 +187,18 @@
181187
/* APCA 75 */
182188
"color.apca.75" = "APCA >= 75 ist der Mindestkontrast für Fließtext. Geeignet für primäre Inhalte, normal große Texte und längere Lesematerialien.";
183189

190+
/* Baseline */
191+
"color.apca.baseline" = "Basis";
192+
193+
/* Headline */
194+
"color.apca.headline" = "Überschrift";
195+
196+
/* Title */
197+
"color.apca.title" = "Titel";
198+
199+
/* Body Text */
200+
"color.apca.body" = "Fließtext";
201+
184202
/* Pass */
185203
"color.wcag.pass" = "Bestanden";
186204

Pika/Assets/en.lproj/Localizable.strings

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
/* GitHub */
2020
"app.github" = "GitHub";
2121

22+
/* Mac App Store */
23+
"app.store.mas" = "Mac App Store";
24+
25+
/* Downloaded from the internet */
26+
"app.store.download" = "Downloaded from the internet";
27+
2228
/* Global Shortcut */
2329
"preferences.hotkey.title" = "Global Shortcut";
2430

@@ -181,6 +187,18 @@
181187
/* APCA 75 */
182188
"color.apca.75" = "APCA >= 75 is the minimum contrast for body text. Suitable for primary content, normal-sized text, and extended reading material.";
183189

190+
/* Baseline */
191+
"color.apca.baseline" = "Baseline";
192+
193+
/* Headline */
194+
"color.apca.headline" = "Headline";
195+
196+
/* Title */
197+
"color.apca.title" = "Title";
198+
199+
/* Body Text */
200+
"color.apca.body" = "Body Text";
201+
184202
/* Pass */
185203
"color.wcag.pass" = "Pass";
186204

Pika/Assets/es.lproj/Localizable.strings

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
/* GitHub */
2020
"app.github" = "GitHub";
2121

22+
/* Mac App Store */
23+
"app.store.mas" = "Mac App Store";
24+
25+
/* Downloaded from the internet */
26+
"app.store.download" = "Descargado de Internet";
27+
2228
/* Global Shortcut */
2329
"preferences.hotkey.title" = "Atajo Global";
2430

@@ -181,6 +187,18 @@
181187
/* APCA 75 */
182188
"color.apca.75" = "APCA >= 75 es el contraste mínimo para texto de cuerpo. Adecuado para contenido principal, texto de tamaño normal y material de lectura extendida.";
183189

190+
/* Baseline */
191+
"color.apca.baseline" = "Base";
192+
193+
/* Headline */
194+
"color.apca.headline" = "Encabezado";
195+
196+
/* Title */
197+
"color.apca.title" = "Título";
198+
199+
/* Body Text */
200+
"color.apca.body" = "Texto del cuerpo";
201+
184202
/* Pass */
185203
"color.wcag.pass" = "Conforme";
186204

Pika/Assets/fr.lproj/Localizable.strings

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
/* GitHub */
2020
"app.github" = "GitHub";
2121

22+
/* Mac App Store */
23+
"app.store.mas" = "Mac App Store";
24+
25+
/* Downloaded from the internet */
26+
"app.store.download" = "Téléchargé depuis Internet";
27+
2228
/* Global Shortcut */
2329
"preferences.hotkey.title" = "Raccourci principal";
2430

@@ -181,6 +187,18 @@
181187
/* APCA 75 */
182188
"color.apca.75" = "APCA >= 75 est le contraste minimum pour le texte de corps. Convient pour le contenu principal, le texte de taille normale et le matériel de lecture étendue.";
183189

190+
/* Baseline */
191+
"color.apca.baseline" = "Base";
192+
193+
/* Headline */
194+
"color.apca.headline" = "En-tête";
195+
196+
/* Title */
197+
"color.apca.title" = "Titre";
198+
199+
/* Body Text */
200+
"color.apca.body" = "Corps de texte";
201+
184202
/* Pass */
185203
"color.wcag.pass" = "Conforme";
186204

0 commit comments

Comments
 (0)