mirror of
https://github.com/documenso/documenso
synced 2026-05-05 06:08:21 +00:00
9 lines
208 B
JavaScript
9 lines
208 B
JavaScript
|
|
export default {
|
||
|
|
index: 'Get Started',
|
||
|
|
quickstart: 'Developer Quickstart',
|
||
|
|
manual: 'Manual Setup',
|
||
|
|
gitpod: 'Gitpod',
|
||
|
|
'signing-certificate': 'Signing Certificate',
|
||
|
|
translations: 'Translations',
|
||
|
|
};
|