generated from cicirello/python-github-action-template
-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c2abd69
commit 026c9e0
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"titleTemplate": "Δραστηριότητα GitHub του {0}", | ||
"categoryLabels": { | ||
"general": { | ||
"heading": "Γενικά Στατιστικά και Πληροφορίες", | ||
"column-one": null, | ||
"column-two": null | ||
}, | ||
"repositories": { | ||
"heading": "Αποθετήρια", | ||
"column-one": "Μη Forks", | ||
"column-two": "Όλα" | ||
}, | ||
"contributions": { | ||
"heading": "Συνεισφορές", | ||
"column-one": "Τελευταίος Χρόνος", | ||
"column-two": "Σύνολο" | ||
}, | ||
"languages": { | ||
"heading": "Κατανομή Γλωσσών στα Δημόσια Αποθετήρια", | ||
"column-one": null, | ||
"column-two": null | ||
} | ||
}, | ||
"statLabels": { | ||
"joined": "Έτος Εγγραφής", | ||
"featured": "Προτεινόμενο Αποθετήριο", | ||
"mostStarred": "Αποθετήριο με τα Περισσότερα Αστέρια", | ||
"mostForked": "Αποθετήριο με τα Περισσότερα Forks", | ||
"followers": "Ακόλουθοι", | ||
"following": "Ακολουθεί", | ||
"sponsors": "Χορηγοί", | ||
"sponsoring": "Χορηγεί", | ||
"public": "Τα Αποθετήρια Μου", | ||
"starredBy": "Προτιμήθηκε Από", | ||
"forkedBy": "Fork Από", | ||
"watchedBy": "Παρακολουθήθηκε Από", | ||
"templates": "Πρότυπα", | ||
"archived": "Αρχειοθετημένα", | ||
"commits": "Commits", | ||
"issues": "Θέματα", | ||
"prs": "Αιτήματα Έλξης", | ||
"reviews": "Αξιολογήσεις Αιτημάτων Έλξης", | ||
"contribTo": "Συνεισφορά Σε", | ||
"private": "Ιδιωτικές Συνεισφορές" | ||
} | ||
} | ||
|