RewriteEngine on

RewriteRule ^form/(.*)$ /forms.php?form=$1 [L]
RewriteRule ^translate/(.*).json$ /translate.php?lang=$1 [L]

