1
0
mirror of https://github.com/privacyguides/i18n.git synced 2025-08-28 08:59:15 +00:00

New Crowdin translations by GitHub Action

This commit is contained in:
Crowdin Bot
2024-04-12 22:32:07 +00:00
parent 7431fc9aef
commit 3f3f136091
3 changed files with 43 additions and 43 deletions

View File

@@ -1,8 +1,8 @@
---
title: Branding Guidelines
title: Κατευθυντήριες γραμμές branding
---
The name of the website is **Privacy Guides** and should **not** be changed to:
Το όνομα του ιστότοπου είναι **Privacy Guides** και **δεν** πρέπει να αλλάξει σε:
<div class="pg-red" markdown>
- PrivacyGuides
@@ -11,12 +11,12 @@ The name of the website is **Privacy Guides** and should **not** be changed to:
- PG.org
</div>
The name of the subreddit is **r/PrivacyGuides** or **the Privacy Guides Subreddit**.
Το όνομα του subreddit είναι **r/PrivacyGuides** ή **the Privacy Guides Subreddit**.
Additional branding guidelines can be found at [github.com/privacyguides/brand](https://github.com/privacyguides/brand)
Πρόσθετες κατευθυντήριες γραμμές για το branding μπορείτε να βρείτε στη διεύθυνση [github.com/privacyguides/brand](https://github.com/privacyguides/brand)
## Trademark
## Εμπορικό σήμα
"Privacy Guides" and the shield logo are trademarks owned by Jonah Aragon, unlimited usage is granted to the Privacy Guides project.
Το "Privacy Guides" και το λογότυπο της ασπίδας είναι εμπορικά σήματα που ανήκουν στον Jonah Aragon, και η απεριόριστη χρήση τους επιτρέπεται στο έργο Privacy Guides.
Without waiving any of its rights, Privacy Guides does not advise others on the scope of its intellectual property rights. Privacy Guides does not permit or consent to any use of its trademarks in any manner that is likely to cause confusion by implying association with or sponsorship by Privacy Guides. If you are aware of any such use, please contact Jonah Aragon at `jonah@privacyguides.org`. Consult your legal counsel if you have questions.
Χωρίς να παραιτείται από οποιοδήποτε δικαίωμά της, η Privacy Guides δεν συμβουλεύει άλλους σχετικά με το εύρος των δικαιωμάτων πνευματικής ιδιοκτησίας της. Η Privacy Guides δεν επιτρέπουν ούτε συναινούν σε οποιαδήποτε χρήση των εμπορικών σημάτων τους με τρόπο που ενδέχεται να προκαλέσει σύγχυση υπονοώντας σύνδεση ή χορηγία από τους οδηγούς απορρήτου. Εάν γνωρίζετε οποιαδήποτε τέτοια χρήση, επικοινωνήστε με τον Jonah Aragon στο `jonah@privacyguides.org`. Συμβουλευτείτε το νομικό σας σύμβουλο εάν έχετε ερωτήσεις.

View File

@@ -1,14 +1,14 @@
---
title: Git Recommendations
title: Συστάσεις χρήσης Git
---
If you make changes to this website on GitHub.com's web editor directly, you shouldn't have to worry about this. If you are developing locally and/or are a long-term website editor (who should probably be developing locally!), consider these recommendations.
Αν κάνετε αλλαγές σε αυτόν τον ιστότοπο απευθείας στον web editor του GitHub.com, δεν χρειάζεται να ανησυχείτε γι' αυτό. Εάν αναπτύσσετε τοπικά ή/και είστε μακροχρόνιος συντάκτης ιστότοπων (που μάλλον θα έπρεπε να αναπτύσσετε τοπικά!), λάβετε υπόψη σας αυτές τις συστάσεις.
## Enable SSH Key Commit Signing
## Ενεργοποίηση Υπογραφής Κλειδιού SSH
You can use an existing SSH key for signing, or [create a new one](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent).
Μπορείτε να χρησιμοποιήσετε ένα υπάρχον κλειδί SSH για υπογραφή ή να [δημιουργήσετε ένα νέο](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent).
1. Configure your Git client to sign commits and tags by default (remove `--global` to only sign by default for this repo):
1. Ρυθμίστε το πρόγραμμα-πελάτη του Git να υπογράφει commits και tags από προεπιλογή (αφαιρέστε το `--global` για να υπογράφετε από προεπιλογή μόνο για αυτό το repo):
```bash
git config --global commit.gpgsign true