From a927ddbf20e0800c5be121db81f13433976cdd04 Mon Sep 17 00:00:00 2001 From: gws Date: Thu, 14 Nov 2024 14:23:12 +0100 Subject: [PATCH] init translate it cards --- content/it/onlyoffice/_index.sv.md | 12 ++++++++++++ content/it/onlyoffice/footer/1desktop.sv.md | 7 +++++++ content/it/onlyoffice/footer/_index.sv.md | 9 +++++++++ content/it/onlyoffice/footer/googleplay.sv.md | 9 +++++++++ content/it/onlyoffice/footer/ios.sv.md | 8 ++++++++ content/it/wordpress/_index.sv.md | 13 +++++++++++++ content/it/wordpress/footer/_index.sv.md | 9 +++++++++ sv_placeholders.sh | 7 +++++++ 8 files changed, 74 insertions(+) create mode 100644 content/it/onlyoffice/_index.sv.md create mode 100644 content/it/onlyoffice/footer/1desktop.sv.md create mode 100644 content/it/onlyoffice/footer/_index.sv.md create mode 100644 content/it/onlyoffice/footer/googleplay.sv.md create mode 100644 content/it/onlyoffice/footer/ios.sv.md create mode 100644 content/it/wordpress/_index.sv.md create mode 100644 content/it/wordpress/footer/_index.sv.md create mode 100755 sv_placeholders.sh diff --git a/content/it/onlyoffice/_index.sv.md b/content/it/onlyoffice/_index.sv.md new file mode 100644 index 0000000..deb4616 --- /dev/null +++ b/content/it/onlyoffice/_index.sv.md @@ -0,0 +1,12 @@ ++++ +title = "OnlyOffice" +weight = 2 +[extra] +icon ="./onlyoffice.png" ++++ + +OnlyOffice is a free software +office suite and ecosystem of collaborative applications. It features online +editors for text documents, spreadsheets, presentations, forms and PDFs, and the +room-based collaborative platform. We integrate offer onlyoffice integrated with nextcloud. + diff --git a/content/it/onlyoffice/footer/1desktop.sv.md b/content/it/onlyoffice/footer/1desktop.sv.md new file mode 100644 index 0000000..9b1b0be --- /dev/null +++ b/content/it/onlyoffice/footer/1desktop.sv.md @@ -0,0 +1,7 @@ ++++ +title = "googleplay" ++++ + + +

Desktop App

+
diff --git a/content/it/onlyoffice/footer/_index.sv.md b/content/it/onlyoffice/footer/_index.sv.md new file mode 100644 index 0000000..504c73d --- /dev/null +++ b/content/it/onlyoffice/footer/_index.sv.md @@ -0,0 +1,9 @@ ++++ +title= "footer" +template ="null.html" +sort_by = "slug" ++++ + + +Learn more about onlyoffice + diff --git a/content/it/onlyoffice/footer/googleplay.sv.md b/content/it/onlyoffice/footer/googleplay.sv.md new file mode 100644 index 0000000..52a9774 --- /dev/null +++ b/content/it/onlyoffice/footer/googleplay.sv.md @@ -0,0 +1,9 @@ ++++ +title = "googleplay" ++++ + + + Download from Google Play + + diff --git a/content/it/onlyoffice/footer/ios.sv.md b/content/it/onlyoffice/footer/ios.sv.md new file mode 100644 index 0000000..1f6907f --- /dev/null +++ b/content/it/onlyoffice/footer/ios.sv.md @@ -0,0 +1,8 @@ ++++ +title = "ios store" ++++ + + + + + diff --git a/content/it/wordpress/_index.sv.md b/content/it/wordpress/_index.sv.md new file mode 100644 index 0000000..df42488 --- /dev/null +++ b/content/it/wordpress/_index.sv.md @@ -0,0 +1,13 @@ ++++ +title = "OnlyOffice" +weight = 1 +[extra] +icon ="./wordpress-svgrepo-com.svg" ++++ + +WordPress is a opensource web publisning plattfrom and content management system(cms). +In fact it the most widly deployed cms and is often used for landing pages and E-commerce. + + + + diff --git a/content/it/wordpress/footer/_index.sv.md b/content/it/wordpress/footer/_index.sv.md new file mode 100644 index 0000000..eaacccf --- /dev/null +++ b/content/it/wordpress/footer/_index.sv.md @@ -0,0 +1,9 @@ ++++ +title= "footer" +template ="null.html" +sort_by = "slug" ++++ + + +Learn more about wordpress + diff --git a/sv_placeholders.sh b/sv_placeholders.sh new file mode 100755 index 0000000..1947a10 --- /dev/null +++ b/sv_placeholders.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + + +for p in $(find $1 -type f ); +do + cp $p "${p%.*}".sv.md +done