Skip to content

Commit

Permalink
Add Catalan support
Browse files Browse the repository at this point in the history
  • Loading branch information
GianniCarlo committed Feb 20, 2025
1 parent e466e88 commit 981399b
Show file tree
Hide file tree
Showing 6 changed files with 454 additions and 4 deletions.
7 changes: 7 additions & 0 deletions BookPlayer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,9 @@
6334CF1C2CF90AF900F1FA17 /* PlayerMoreListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayerMoreListView.swift; sourceTree = "<group>"; };
6334CF1E2CFAD1B700F1FA17 /* RemoteItemCellViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteItemCellViewModel.swift; sourceTree = "<group>"; };
6334CF202CFE330300F1FA17 /* RefreshableListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RefreshableListView.swift; sourceTree = "<group>"; };
63398E392D654F6D00A6934E /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = ca; path = ca.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
63398E3A2D654F6D00A6934E /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/Localizable.strings; sourceTree = "<group>"; };
63398E3B2D654F6D00A6934E /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/AppShortcuts.strings; sourceTree = "<group>"; };
633BE3E12AE43D1300F983AC /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/AppShortcuts.strings"; sourceTree = "<group>"; };
633BE3E42AE6102D00F983AC /* BPShortcutsLink.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BPShortcutsLink.swift; sourceTree = "<group>"; };
6340D5682AF12D48003D0B09 /* SharedWidget.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SharedWidget.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -3329,6 +3332,7 @@
"pt-PT",
el,
ja,
ca,
);
mainGroup = 418B6CEF1D2707F700F974FB;
packageReferences = (
Expand Down Expand Up @@ -4268,6 +4272,7 @@
630584E32ADEB88500FBFA6F /* pt-PT */,
636086022C5B589900341D78 /* el */,
635390BC2D0DEB1500FE6E45 /* ja */,
63398E392D654F6D00A6934E /* ca */,
);
name = Localizable.stringsdict;
sourceTree = "<group>";
Expand Down Expand Up @@ -4340,6 +4345,7 @@
630584E42ADEB88500FBFA6F /* pt-PT */,
636086032C5B589900341D78 /* el */,
635390BD2D0DEB1500FE6E45 /* ja */,
63398E3A2D654F6D00A6934E /* ca */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand Down Expand Up @@ -4379,6 +4385,7 @@
633BE3E12AE43D1300F983AC /* pt-PT */,
636086042C5B589900341D78 /* el */,
635390BE2D0DEB1500FE6E45 /* ja */,
63398E3B2D654F6D00A6934E /* ca */,
);
name = AppShortcuts.strings;
sourceTree = "<group>";
Expand Down
21 changes: 21 additions & 0 deletions BookPlayer/ca.lproj/AppShortcuts.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
"Play the current book in ${applicationName}" = "Reprodueix el llibre actual a ${applicationName}";
"Play the last book in ${applicationName}" = "Reprodueix l'últim llibre a ${applicationName}";
"Continue the last played book in ${applicationName}" = "Continua amb l'últim llibre reproduït a ${applicationName}";
"Pause the current book in ${applicationName}" = "Posa en pausa el llibre actual a ${applicationName}";
"Pause playback in ${applicationName}" = "Posa en pausa la reproducció a ${applicationName}";
"Stop ${applicationName}" = "Atura ${applicationName}";
"Stop playback in ${applicationName}" = "Atura la reproducció a ${applicationName}";
"Set the sleep timer to the End of Chapter in ${applicationName}" = "Estableix el temporitzador de repòs al final del capítol a ${applicationName}";
"Set the sleep timer to the End of the current Chapter in ${applicationName}" = "Estableix el temporitzador de repòs al final del capítol actual a ${applicationName}";
"Cancel the sleep timer in ${applicationName}" = "Cancel·la el temporitzador de repòs a ${applicationName}";
"Turn off the sleep timer in ${applicationName}" = "Desactiveu el temporitzador de repòs a ${applicationName}";
"Set the sleep timer in ${applicationName}" = "Estableix el temporitzador de repòs a ${applicationName}";
"Turn on the sleep timer in ${applicationName}" = "Engega el temporitzador de repòs a ${applicationName}";
"Enable the sleep timer in ${applicationName}" = "Activa el temporitzador de repòs a ${applicationName}";
"Rewind in ${applicationName}" = "Rebobina a ${applicationName}";
"Jump back in ${applicationName}" = "Salta enrere a ${applicationName}";
"Skip back in ${applicationName}" = "Vés enrere a ${applicationName}";
"Go back in ${applicationName}" = "Torna a ${applicationName}";
"Fast forward in ${applicationName}" = "Avança ràpid a ${applicationName}";
"Skip forward in ${applicationName}" = "Salta endavant a ${applicationName}";
"Jump forward in ${applicationName}" = "Avança a ${applicationName}";
Loading

0 comments on commit 981399b

Please sign in to comment.