diff --git a/.local/share/nemo/actions/sublimetext-launcher@psi-jack.nemo_action b/.local/share/nemo/actions/sublimetext-launcher@psi-jack.nemo_action new file mode 100644 index 0000000..41cda78 --- /dev/null +++ b/.local/share/nemo/actions/sublimetext-launcher@psi-jack.nemo_action @@ -0,0 +1,32 @@ +[Nemo Action] +Name=Open in Sublime Text +Name[ca]=Obre amb Sublime Text +Name[cs]=Otevřít v Sublime Text +Name[de]=In Sublime Text öffnen +Name[es]=Abrir en Sublime Text +Name[fi]=Avaa Sublime Text +Name[fr]=Ouvrir avec Sublime Text +Name[hr]=Otvori u Sublime Text +Name[hu]=Visual Stuido Code megnyitása +Name[it]=Apri in Sublime Text +Name[nl]=Openen in Sublime Text +Name[pt_BR]=Abrir no Sublime Text +Name[zh_CN]=用Sublime Text打开 +Comment=Open Sublime Text in current directory +Comment[ca]=Obre Sublime Text al directori actual +Comment[cs]=Otevření Visual Studia Code v aktuálním adresáři +Comment[de]=Öffne Sublime Text im aktuellen Ordner. +Comment[es]=Abrir Sublime Text en el directorio actual +Comment[fi]=Avaa Sublime Text nykyiseen hakemistoon +Comment[fr]=Ouvrir Sublime Text dans le dossier actuel +Comment[hr]=Otvori Sublime Text u trenutnoj mapi +Comment[hu]=Sublime Text megnyitása a jelenlegi könyvtárban +Comment[it]=Apre la directory corrente in Sublime Text +Comment[nl]=Sublime Text openen in de huidige map +Comment[pt_BR]=Abrir o Sublime Text no diretório atual +Comment[zh_CN]=用Sublime Text打开文件夹 +Icon-Name=sublime-text +Exec=subl %P +Conditions=exec ; +Selection=None +Extensions=any; diff --git a/.local/share/nemo/actions/sublimetext-launcher@psi-jack/examine.sh b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/examine.sh new file mode 100755 index 0000000..03cb466 --- /dev/null +++ b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/examine.sh @@ -0,0 +1,20 @@ +#!/bin/bash + +## Here we handle exception. +## We will catch if currently right clicked directory actually exists, +## ... Or is it the root filesystem? +WORKING_DIR=$1 + +# Don't show the action if Sublime Text is not installed. +type -P subl &>/dev/null || exit 1 + +## IF: WORKING_DIR is empty (eg. recents, trash or search results) --- does not exist +## OR: WORKING_DIR is / (eg. favorites or root filesystem) --- we don't touch root filesystem +if [[ -z "$WORKING_DIR" || "$WORKING_DIR" == "$HOME" || "$WORKING_DIR" == '/' ]]; then + + # THEN: We exit with err. code 1, so that Nemo action will receive err. condition + # ...and won't continue executing, aka. won't show VSCode menu entry at all. + exit 1 +fi + +exit 0 diff --git a/.local/share/nemo/actions/sublimetext-launcher@psi-jack/icon.png b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/icon.png new file mode 100644 index 0000000..ff86f59 Binary files /dev/null and b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/icon.png differ diff --git a/.local/share/nemo/actions/sublimetext-launcher@psi-jack/metadata.json b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/metadata.json new file mode 100644 index 0000000..13f60f9 --- /dev/null +++ b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/metadata.json @@ -0,0 +1,8 @@ +{ + "description": "Launch Sublime Text within the current directory.", + "uuid": "sublimetext-launcher@psi-jack", + "name": "Sublime Text Launcher", + "author": "psi-jack", + "version": "1.1", + "last-edited": 1726336552 +} diff --git a/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/ca.po b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/ca.po new file mode 100644 index 0000000..38eaced --- /dev/null +++ b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/ca.po @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: sublimetext-launcher@psi-jack 1.1\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-19 19:35+0100\n" +"PO-Revision-Date: 2024-07-24 01:47+0200\n" +"Last-Translator: Odyssey \n" +"Language-Team: \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 3.4.2\n" + +#. metadata.json->description +msgid "Launch Sublime Text within the current directory." +msgstr "Inicia Sublime Text al directori actual." + +#. metadata.json->name +msgid "Sublime Text Launcher" +msgstr "Llançador de Sublime Text" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Name +msgid "Open in Sublime Text" +msgstr "Obre amb Sublime Text" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Comment +msgid "Open Sublime Text in current directory" +msgstr "Obre Sublime Text al directori actual" diff --git a/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/cs.po b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/cs.po new file mode 100644 index 0000000..92529b5 --- /dev/null +++ b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/cs.po @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: sublimetext-launcher@psi-jack 1.1\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-19 19:35+0100\n" +"PO-Revision-Date: 2024-02-23 23:24+0100\n" +"Last-Translator: Internet Addict \n" +"Language-Team: \n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n>=2 && n<=4 ? 1 : 2);\n" +"X-Generator: Poedit 3.0.1\n" + +#. metadata.json->description +msgid "Launch Sublime Text within the current directory." +msgstr "Spuštění aplikace Sublime Text v aktuálním adresáři." + +#. metadata.json->name +msgid "Sublime Text Launcher" +msgstr "Spouštěč Sublime Text" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Name +msgid "Open in Sublime Text" +msgstr "Otevřít v Sublime Text" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Comment +msgid "Open Sublime Text in current directory" +msgstr "Otevření Visual Studia Code v aktuálním adresáři" diff --git a/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/de.po b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/de.po new file mode 100644 index 0000000..9f58597 --- /dev/null +++ b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/de.po @@ -0,0 +1,33 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: sublimetext-launcher@psi-jack 1.1\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-19 19:35+0100\n" +"PO-Revision-Date: 2024-06-24 11:42+0200\n" +"Last-Translator: R3tr0BoiDX\n" +"Language-Team: \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. metadata.json->description +msgid "Launch Sublime Text within the current directory." +msgstr "Starte Sublime Text im aktuellen Ordner." + +#. metadata.json->name +msgid "Sublime Text Launcher" +msgstr "Sublime Text Launcher" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Name +msgid "Open in Sublime Text" +msgstr "In Sublime Text öffnen" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Comment +msgid "Open Sublime Text in current directory" +msgstr "Öffne Sublime Text im aktuellen Ordner." diff --git a/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/es.po b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/es.po new file mode 100644 index 0000000..a36ae7d --- /dev/null +++ b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/es.po @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: sublimetext-launcher@psi-jack 1.0\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-08 22:40+0100\n" +"PO-Revision-Date: 2024-02-09 16:55-0300\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 3.4.2\n" + +#. metadata.json->description +msgid "Launch Sublime Text within the current directory." +msgstr "Inicie Sublime Text en el directorio actual." + +#. metadata.json->name +msgid "Sublime Text Launcher" +msgstr "Lanzador de Sublime Text" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Name +msgid "Open in Sublime Text" +msgstr "Abrir en Sublime Text" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Comment +msgid "Open Sublime Text in current directory" +msgstr "Abrir Sublime Text en el directorio actual" diff --git a/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/fi.po b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/fi.po new file mode 100644 index 0000000..8bdce00 --- /dev/null +++ b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/fi.po @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: sublimetext-launcher@psi-jack 1.1\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-19 19:35+0100\n" +"PO-Revision-Date: 2024-04-01 12:59+0300\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.3\n" +"Last-Translator: Kimmo Kujansuu \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: fi\n" + +#. metadata.json->description +msgid "Launch Sublime Text within the current directory." +msgstr "Käynnistä Sublime Text nykyisestä hakemistosta." + +#. metadata.json->name +msgid "Sublime Text Launcher" +msgstr "Sublime Text käynnistin" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Name +msgid "Open in Sublime Text" +msgstr "Avaa Sublime Text" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Comment +msgid "Open Sublime Text in current directory" +msgstr "Avaa Sublime Text nykyiseen hakemistoon" diff --git a/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/fr.po b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/fr.po new file mode 100644 index 0000000..b7ac7c2 --- /dev/null +++ b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/fr.po @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: sublimetext-launcher@psi-jack 1.1\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-19 19:35+0100\n" +"PO-Revision-Date: 2024-04-18 18:45+0200\n" +"Last-Translator: Claudiux \n" +"Language-Team: \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Poedit 3.0.1\n" + +#. metadata.json->description +msgid "Launch Sublime Text within the current directory." +msgstr "Lancez Sublime Text dans le dossier actuel." + +#. metadata.json->name +msgid "Sublime Text Launcher" +msgstr "Lanceur de Sublime Text" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Name +msgid "Open in Sublime Text" +msgstr "Ouvrir avec Sublime Text" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Comment +msgid "Open Sublime Text in current directory" +msgstr "Ouvrir Sublime Text dans le dossier actuel" diff --git a/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/hr.po b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/hr.po new file mode 100644 index 0000000..e4d0a17 --- /dev/null +++ b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/hr.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: sublimetext-launcher@psi-jack 1.0\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-08 22:40+0100\n" +"PO-Revision-Date: 2024-02-18 19:19+0100\n" +"Last-Translator: Mikeyy\n" +"Language-Team: \n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" +"X-Generator: Poedit 3.0.1\n" + +#. metadata.json->description +msgid "Launch Sublime Text within the current directory." +msgstr "Pokreni Sublime Text u trenutnoj mapi." + +#. metadata.json->name +msgid "Sublime Text Launcher" +msgstr "Sublime Text pokretač" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Name +msgid "Open in Sublime Text" +msgstr "Otvori u Sublime Text" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Comment +msgid "Open Sublime Text in current directory" +msgstr "Otvori Sublime Text u trenutnoj mapi" diff --git a/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/hu.po b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/hu.po new file mode 100644 index 0000000..0b482ac --- /dev/null +++ b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/hu.po @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: sublimetext-launcher@psi-jack 1.1\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-19 19:35+0100\n" +"PO-Revision-Date: 2024-02-19 19:42+0100\n" +"Last-Translator: Vajda Örs \n" +"Language-Team: \n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 3.0.1\n" + +#. metadata.json->description +msgid "Launch Sublime Text within the current directory." +msgstr "Sublime Text elindítása a jelenlegi könyvtárban." + +#. metadata.json->name +msgid "Sublime Text Launcher" +msgstr "Sublime Text Indító" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Name +msgid "Open in Sublime Text" +msgstr "Visual Stuido Code megnyitása" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Comment +msgid "Open Sublime Text in current directory" +msgstr "Sublime Text megnyitása a jelenlegi könyvtárban" diff --git a/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/it.po b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/it.po new file mode 100644 index 0000000..cef91f2 --- /dev/null +++ b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/it.po @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: sublimetext-launcher@psi-jack 1.1\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-19 19:35+0100\n" +"PO-Revision-Date: 2024-02-20 14:47+0100\n" +"Last-Translator: Dragone2 \n" +"Language-Team: \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 3.0.1\n" + +#. metadata.json->description +msgid "Launch Sublime Text within the current directory." +msgstr "Avvia Sublime Text nella directory corrente." + +#. metadata.json->name +msgid "Sublime Text Launcher" +msgstr "Avvia Sublime Text" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Name +msgid "Open in Sublime Text" +msgstr "Apri in Sublime Text" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Comment +msgid "Open Sublime Text in current directory" +msgstr "Apre la directory corrente in Sublime Text" diff --git a/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/nl.po b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/nl.po new file mode 100644 index 0000000..cca2e17 --- /dev/null +++ b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/nl.po @@ -0,0 +1,33 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: sublimetext-launcher@psi-jack 1.1\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-19 19:35+0100\n" +"PO-Revision-Date: 2024-04-18 11:00+0200\n" +"Last-Translator: qadzek\n" +"Language-Team: \n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. metadata.json->description +msgid "Launch Sublime Text within the current directory." +msgstr "Start Sublime Text in de huidige map." + +#. metadata.json->name +msgid "Sublime Text Launcher" +msgstr "Sublime Text Launcher" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Name +msgid "Open in Sublime Text" +msgstr "Openen in Sublime Text" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Comment +msgid "Open Sublime Text in current directory" +msgstr "Sublime Text openen in de huidige map" diff --git a/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/pt_BR.po b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/pt_BR.po new file mode 100644 index 0000000..69eee3d --- /dev/null +++ b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/pt_BR.po @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: sublimetext-launcher@psi-jack 1.1\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-19 19:35+0100\n" +"PO-Revision-Date: 2024-05-08 18:08-0600\n" +"Last-Translator: Henrique Deodato \n" +"Language-Team: \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 3.4.3\n" + +#. metadata.json->description +msgid "Launch Sublime Text within the current directory." +msgstr "Abrir o Sublime Text dentro do diretório atual." + +#. metadata.json->name +msgid "Sublime Text Launcher" +msgstr "Inicializador do Sublime Text" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Name +msgid "Open in Sublime Text" +msgstr "Abrir no Sublime Text" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Comment +msgid "Open Sublime Text in current directory" +msgstr "Abrir o Sublime Text no diretório atual" diff --git a/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/vscode-launcher@vajdao.pot b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/vscode-launcher@vajdao.pot new file mode 100644 index 0000000..193a599 --- /dev/null +++ b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/vscode-launcher@vajdao.pot @@ -0,0 +1,34 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: sublimetext-launcher@psi-jack 1.1\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-19 19:35+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. metadata.json->description +msgid "Launch Sublime Text within the current directory." +msgstr "" + +#. metadata.json->name +msgid "Sublime Text Launcher" +msgstr "" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Name +msgid "Open in Sublime Text" +msgstr "" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Comment +msgid "Open Sublime Text in current directory" +msgstr "" diff --git a/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/zh_CN.po b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/zh_CN.po new file mode 100644 index 0000000..88a4e92 --- /dev/null +++ b/.local/share/nemo/actions/sublimetext-launcher@psi-jack/po/zh_CN.po @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: sublimetext-launcher@psi-jack 1.1\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-19 19:35+0100\n" +"PO-Revision-Date: 2024-05-17 15:38+0800\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 3.4.2\n" + +#. metadata.json->description +msgid "Launch Sublime Text within the current directory." +msgstr "在当前目录启动Sublime Text。" + +#. metadata.json->name +msgid "Sublime Text Launcher" +msgstr "Sublime Text启动器" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Name +msgid "Open in Sublime Text" +msgstr "用Sublime Text打开" + +#. sublimetext-launcher@psi-jack.nemo_action.in->Comment +msgid "Open Sublime Text in current directory" +msgstr "用Sublime Text打开文件夹" diff --git a/.local/share/nemo/actions/vscodium-launcher@psi-jack.nemo_action b/.local/share/nemo/actions/vscodium-launcher@psi-jack.nemo_action new file mode 100644 index 0000000..3653409 --- /dev/null +++ b/.local/share/nemo/actions/vscodium-launcher@psi-jack.nemo_action @@ -0,0 +1,32 @@ +[Nemo Action] +Name=Open in VSCodium +Name[ca]=Obre amb VSCodium +Name[cs]=Otevřít v VSCodium +Name[de]=In VSCodium öffnen +Name[es]=Abrir en VSCodium +Name[fi]=Avaa VSCodium +Name[fr]=Ouvrir avec VSCodium +Name[hr]=Otvori u VSCodium +Name[hu]=Visual Stuido Code megnyitása +Name[it]=Apri in VSCodium +Name[nl]=Openen in VSCodium +Name[pt_BR]=Abrir no VSCodium +Name[zh_CN]=用VSCodium打开 +Comment=Open VSCodium in current directory +Comment[ca]=Obre VSCodium al directori actual +Comment[cs]=Otevření Visual Studia Code v aktuálním adresáři +Comment[de]=Öffne VSCodium im aktuellen Ordner. +Comment[es]=Abrir VSCodium en el directorio actual +Comment[fi]=Avaa VSCodium nykyiseen hakemistoon +Comment[fr]=Ouvrir VSCodium dans le dossier actuel +Comment[hr]=Otvori VSCodium u trenutnoj mapi +Comment[hu]=VSCodium megnyitása a jelenlegi könyvtárban +Comment[it]=Apre la directory corrente in VSCodium +Comment[nl]=VSCodium openen in de huidige map +Comment[pt_BR]=Abrir o VSCodium no diretório atual +Comment[zh_CN]=用VSCodium打开文件夹 +Icon-Name=vscodium +Exec=codium %P +Conditions=exec ; +Selection=None +Extensions=any; diff --git a/.local/share/nemo/actions/vscodium-launcher@psi-jack/examine.sh b/.local/share/nemo/actions/vscodium-launcher@psi-jack/examine.sh new file mode 100755 index 0000000..3acaa1e --- /dev/null +++ b/.local/share/nemo/actions/vscodium-launcher@psi-jack/examine.sh @@ -0,0 +1,20 @@ +#!/bin/bash + +## Here we handle exception. +## We will catch if currently right clicked directory actually exists, +## ... Or is it the root filesystem? +WORKING_DIR=$1 + +# Don't show the action if Codium is not installed. +type -P codium &>/dev/null || exit 1 + +## IF: WORKING_DIR is empty (eg. recents, trash or search results) --- does not exist +## OR: WORKING_DIR is / (eg. favorites or root filesystem) --- we don't touch root filesystem +if [[ -z "$WORKING_DIR" || "$WORKING_DIR" == "$HOME" || "$WORKING_DIR" == '/' ]]; then + + # THEN: We exit with err. code 1, so that Nemo action will receive err. condition + # ...and won't continue executing, aka. won't show VSCode menu entry at all. + exit 1 +fi + +exit 0 diff --git a/.local/share/nemo/actions/vscodium-launcher@psi-jack/icon.png b/.local/share/nemo/actions/vscodium-launcher@psi-jack/icon.png new file mode 100644 index 0000000..9ba729b Binary files /dev/null and b/.local/share/nemo/actions/vscodium-launcher@psi-jack/icon.png differ diff --git a/.local/share/nemo/actions/vscodium-launcher@psi-jack/metadata.json b/.local/share/nemo/actions/vscodium-launcher@psi-jack/metadata.json new file mode 100644 index 0000000..d64b6ef --- /dev/null +++ b/.local/share/nemo/actions/vscodium-launcher@psi-jack/metadata.json @@ -0,0 +1,8 @@ +{ + "description": "Launch VSCodium within the current directory.", + "uuid": "vscodium-launcher@psi-jack", + "name": "VSCodium Launcher", + "author": "psi-jack", + "version": "1.1", + "last-edited": 1726336552 +} diff --git a/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/ca.po b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/ca.po new file mode 100644 index 0000000..3e1b65c --- /dev/null +++ b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/ca.po @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: vscodium-launcher@psi-jack 1.1\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-19 19:35+0100\n" +"PO-Revision-Date: 2024-07-24 01:47+0200\n" +"Last-Translator: Odyssey \n" +"Language-Team: \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 3.4.2\n" + +#. metadata.json->description +msgid "Launch VSCodium within the current directory." +msgstr "Inicia VSCodium al directori actual." + +#. metadata.json->name +msgid "VSCodium Launcher" +msgstr "Llançador de VSCodium" + +#. vscodium-launcher@psi-jack.nemo_action.in->Name +msgid "Open in VSCodium" +msgstr "Obre amb VSCodium" + +#. vscodium-launcher@psi-jack.nemo_action.in->Comment +msgid "Open VSCodium in current directory" +msgstr "Obre VSCodium al directori actual" diff --git a/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/cs.po b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/cs.po new file mode 100644 index 0000000..aef299e --- /dev/null +++ b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/cs.po @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: vscodium-launcher@psi-jack 1.1\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-19 19:35+0100\n" +"PO-Revision-Date: 2024-02-23 23:24+0100\n" +"Last-Translator: Internet Addict \n" +"Language-Team: \n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n>=2 && n<=4 ? 1 : 2);\n" +"X-Generator: Poedit 3.0.1\n" + +#. metadata.json->description +msgid "Launch VSCodium within the current directory." +msgstr "Spuštění aplikace VSCodium v aktuálním adresáři." + +#. metadata.json->name +msgid "VSCodium Launcher" +msgstr "Spouštěč VSCodium" + +#. vscodium-launcher@psi-jack.nemo_action.in->Name +msgid "Open in VSCodium" +msgstr "Otevřít v VSCodium" + +#. vscodium-launcher@psi-jack.nemo_action.in->Comment +msgid "Open VSCodium in current directory" +msgstr "Otevření Visual Studia Code v aktuálním adresáři" diff --git a/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/de.po b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/de.po new file mode 100644 index 0000000..0a30d33 --- /dev/null +++ b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/de.po @@ -0,0 +1,33 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: vscodium-launcher@psi-jack 1.1\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-19 19:35+0100\n" +"PO-Revision-Date: 2024-06-24 11:42+0200\n" +"Last-Translator: R3tr0BoiDX\n" +"Language-Team: \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. metadata.json->description +msgid "Launch VSCodium within the current directory." +msgstr "Starte VSCodium im aktuellen Ordner." + +#. metadata.json->name +msgid "VSCodium Launcher" +msgstr "VSCodium Launcher" + +#. vscodium-launcher@psi-jack.nemo_action.in->Name +msgid "Open in VSCodium" +msgstr "In VSCodium öffnen" + +#. vscodium-launcher@psi-jack.nemo_action.in->Comment +msgid "Open VSCodium in current directory" +msgstr "Öffne VSCodium im aktuellen Ordner." diff --git a/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/es.po b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/es.po new file mode 100644 index 0000000..258cbf0 --- /dev/null +++ b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/es.po @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: vscodium-launcher@psi-jack 1.0\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-08 22:40+0100\n" +"PO-Revision-Date: 2024-02-09 16:55-0300\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 3.4.2\n" + +#. metadata.json->description +msgid "Launch VSCodium within the current directory." +msgstr "Inicie VSCodium en el directorio actual." + +#. metadata.json->name +msgid "VSCodium Launcher" +msgstr "Lanzador de VSCodium" + +#. vscodium-launcher@psi-jack.nemo_action.in->Name +msgid "Open in VSCodium" +msgstr "Abrir en VSCodium" + +#. vscodium-launcher@psi-jack.nemo_action.in->Comment +msgid "Open VSCodium in current directory" +msgstr "Abrir VSCodium en el directorio actual" diff --git a/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/fi.po b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/fi.po new file mode 100644 index 0000000..b9348ec --- /dev/null +++ b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/fi.po @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: vscodium-launcher@psi-jack 1.1\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-19 19:35+0100\n" +"PO-Revision-Date: 2024-04-01 12:59+0300\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.3\n" +"Last-Translator: Kimmo Kujansuu \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: fi\n" + +#. metadata.json->description +msgid "Launch VSCodium within the current directory." +msgstr "Käynnistä VSCodium nykyisestä hakemistosta." + +#. metadata.json->name +msgid "VSCodium Launcher" +msgstr "VSCodium käynnistin" + +#. vscodium-launcher@psi-jack.nemo_action.in->Name +msgid "Open in VSCodium" +msgstr "Avaa VSCodium" + +#. vscodium-launcher@psi-jack.nemo_action.in->Comment +msgid "Open VSCodium in current directory" +msgstr "Avaa VSCodium nykyiseen hakemistoon" diff --git a/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/fr.po b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/fr.po new file mode 100644 index 0000000..fd9587a --- /dev/null +++ b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/fr.po @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: vscodium-launcher@psi-jack 1.1\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-19 19:35+0100\n" +"PO-Revision-Date: 2024-04-18 18:45+0200\n" +"Last-Translator: Claudiux \n" +"Language-Team: \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Poedit 3.0.1\n" + +#. metadata.json->description +msgid "Launch VSCodium within the current directory." +msgstr "Lancez VSCodium dans le dossier actuel." + +#. metadata.json->name +msgid "VSCodium Launcher" +msgstr "Lanceur de VSCodium" + +#. vscodium-launcher@psi-jack.nemo_action.in->Name +msgid "Open in VSCodium" +msgstr "Ouvrir avec VSCodium" + +#. vscodium-launcher@psi-jack.nemo_action.in->Comment +msgid "Open VSCodium in current directory" +msgstr "Ouvrir VSCodium dans le dossier actuel" diff --git a/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/hr.po b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/hr.po new file mode 100644 index 0000000..a2484da --- /dev/null +++ b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/hr.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: vscodium-launcher@psi-jack 1.0\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-08 22:40+0100\n" +"PO-Revision-Date: 2024-02-18 19:19+0100\n" +"Last-Translator: Mikeyy\n" +"Language-Team: \n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" +"X-Generator: Poedit 3.0.1\n" + +#. metadata.json->description +msgid "Launch VSCodium within the current directory." +msgstr "Pokreni VSCodium u trenutnoj mapi." + +#. metadata.json->name +msgid "VSCodium Launcher" +msgstr "VSCodium pokretač" + +#. vscodium-launcher@psi-jack.nemo_action.in->Name +msgid "Open in VSCodium" +msgstr "Otvori u VSCodium" + +#. vscodium-launcher@psi-jack.nemo_action.in->Comment +msgid "Open VSCodium in current directory" +msgstr "Otvori VSCodium u trenutnoj mapi" diff --git a/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/hu.po b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/hu.po new file mode 100644 index 0000000..f3d06c5 --- /dev/null +++ b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/hu.po @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: vscodium-launcher@psi-jack 1.1\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-19 19:35+0100\n" +"PO-Revision-Date: 2024-02-19 19:42+0100\n" +"Last-Translator: Vajda Örs \n" +"Language-Team: \n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 3.0.1\n" + +#. metadata.json->description +msgid "Launch VSCodium within the current directory." +msgstr "VSCodium elindítása a jelenlegi könyvtárban." + +#. metadata.json->name +msgid "VSCodium Launcher" +msgstr "VSCodium Indító" + +#. vscodium-launcher@psi-jack.nemo_action.in->Name +msgid "Open in VSCodium" +msgstr "Visual Stuido Code megnyitása" + +#. vscodium-launcher@psi-jack.nemo_action.in->Comment +msgid "Open VSCodium in current directory" +msgstr "VSCodium megnyitása a jelenlegi könyvtárban" diff --git a/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/it.po b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/it.po new file mode 100644 index 0000000..a0349e0 --- /dev/null +++ b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/it.po @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: vscodium-launcher@psi-jack 1.1\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-19 19:35+0100\n" +"PO-Revision-Date: 2024-02-20 14:47+0100\n" +"Last-Translator: Dragone2 \n" +"Language-Team: \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 3.0.1\n" + +#. metadata.json->description +msgid "Launch VSCodium within the current directory." +msgstr "Avvia VSCodium nella directory corrente." + +#. metadata.json->name +msgid "VSCodium Launcher" +msgstr "Avvia VSCodium" + +#. vscodium-launcher@psi-jack.nemo_action.in->Name +msgid "Open in VSCodium" +msgstr "Apri in VSCodium" + +#. vscodium-launcher@psi-jack.nemo_action.in->Comment +msgid "Open VSCodium in current directory" +msgstr "Apre la directory corrente in VSCodium" diff --git a/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/nl.po b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/nl.po new file mode 100644 index 0000000..ae90115 --- /dev/null +++ b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/nl.po @@ -0,0 +1,33 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: vscodium-launcher@psi-jack 1.1\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-19 19:35+0100\n" +"PO-Revision-Date: 2024-04-18 11:00+0200\n" +"Last-Translator: qadzek\n" +"Language-Team: \n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. metadata.json->description +msgid "Launch VSCodium within the current directory." +msgstr "Start VSCodium in de huidige map." + +#. metadata.json->name +msgid "VSCodium Launcher" +msgstr "VSCodium Launcher" + +#. vscodium-launcher@psi-jack.nemo_action.in->Name +msgid "Open in VSCodium" +msgstr "Openen in VSCodium" + +#. vscodium-launcher@psi-jack.nemo_action.in->Comment +msgid "Open VSCodium in current directory" +msgstr "VSCodium openen in de huidige map" diff --git a/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/pt_BR.po b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/pt_BR.po new file mode 100644 index 0000000..bd1b874 --- /dev/null +++ b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/pt_BR.po @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: vscodium-launcher@psi-jack 1.1\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-19 19:35+0100\n" +"PO-Revision-Date: 2024-05-08 18:08-0600\n" +"Last-Translator: Henrique Deodato \n" +"Language-Team: \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 3.4.3\n" + +#. metadata.json->description +msgid "Launch VSCodium within the current directory." +msgstr "Abrir o VSCodium dentro do diretório atual." + +#. metadata.json->name +msgid "VSCodium Launcher" +msgstr "Inicializador do VSCodium" + +#. vscodium-launcher@psi-jack.nemo_action.in->Name +msgid "Open in VSCodium" +msgstr "Abrir no VSCodium" + +#. vscodium-launcher@psi-jack.nemo_action.in->Comment +msgid "Open VSCodium in current directory" +msgstr "Abrir o VSCodium no diretório atual" diff --git a/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/vscode-launcher@vajdao.pot b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/vscode-launcher@vajdao.pot new file mode 100644 index 0000000..12ec99b --- /dev/null +++ b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/vscode-launcher@vajdao.pot @@ -0,0 +1,34 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: vscodium-launcher@psi-jack 1.1\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-19 19:35+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. metadata.json->description +msgid "Launch VSCodium within the current directory." +msgstr "" + +#. metadata.json->name +msgid "VSCodium Launcher" +msgstr "" + +#. vscodium-launcher@psi-jack.nemo_action.in->Name +msgid "Open in VSCodium" +msgstr "" + +#. vscodium-launcher@psi-jack.nemo_action.in->Comment +msgid "Open VSCodium in current directory" +msgstr "" diff --git a/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/zh_CN.po b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/zh_CN.po new file mode 100644 index 0000000..727bbc3 --- /dev/null +++ b/.local/share/nemo/actions/vscodium-launcher@psi-jack/po/zh_CN.po @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: vscodium-launcher@psi-jack 1.1\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/" +"issues\n" +"POT-Creation-Date: 2024-02-19 19:35+0100\n" +"PO-Revision-Date: 2024-05-17 15:38+0800\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 3.4.2\n" + +#. metadata.json->description +msgid "Launch VSCodium within the current directory." +msgstr "在当前目录启动VSCodium。" + +#. metadata.json->name +msgid "VSCodium Launcher" +msgstr "VSCodium启动器" + +#. vscodium-launcher@psi-jack.nemo_action.in->Name +msgid "Open in VSCodium" +msgstr "用VSCodium打开" + +#. vscodium-launcher@psi-jack.nemo_action.in->Comment +msgid "Open VSCodium in current directory" +msgstr "用VSCodium打开文件夹"